gnu: gourmet: Use HTTPS home page.
* gnu/packages/nutrition.scm (gourmet)[home-page]: Use HTTPS.
This commit is contained in:
parent
29a000b602
commit
e564d33ce8
|
@ -65,7 +65,7 @@
|
|||
(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,
|
||||
|
|
Loading…
Reference in New Issue