Skip to content
Snippets Groups Projects
Unverified Commit e564d33c authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: gourmet: Use HTTPS home page.

* gnu/packages/nutrition.scm (gourmet)[home-page]: Use HTTPS.
parent 29a000b6
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ (define-public gourmet
(lambda* (#:key make-flags #:allow-other-keys)
(invoke "python" "setup.py" "install" "--prefix"
(assoc-ref %outputs "out")))))))
(home-page "http://thinkle.github.io/gourmet/")
(home-page "https://thinkle.github.io/gourmet/")
(synopsis "Recipe organizer")
(description
"Gourmet Recipe Manager is a recipe organizer that allows you to collect,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment