gnu: gourmet: Use HTTPS home page.
* gnu/packages/nutrition.scm (gourmet)[home-page]: Use HTTPS.
This commit is contained in:
parent
29a000b602
commit
e564d33ce8
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
(lambda* (#:key make-flags #:allow-other-keys)
|
(lambda* (#:key make-flags #:allow-other-keys)
|
||||||
(invoke "python" "setup.py" "install" "--prefix"
|
(invoke "python" "setup.py" "install" "--prefix"
|
||||||
(assoc-ref %outputs "out")))))))
|
(assoc-ref %outputs "out")))))))
|
||||||
(home-page "http://thinkle.github.io/gourmet/")
|
(home-page "https://thinkle.github.io/gourmet/")
|
||||||
(synopsis "Recipe organizer")
|
(synopsis "Recipe organizer")
|
||||||
(description
|
(description
|
||||||
"Gourmet Recipe Manager is a recipe organizer that allows you to collect,
|
"Gourmet Recipe Manager is a recipe organizer that allows you to collect,
|
||||||
|
|
Reference in a new issue