diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-17 14:33:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-20 04:17:03 +0200 |
commit | e564d33ce8b7bda66c3e8ef0779cef03890838da (patch) | |
tree | 424a9c940c929dfbc34be32232447a98a841d715 /gnu | |
parent | 29a000b6028e69877c4697a37f5cdef256807129 (diff) | |
download | patches-e564d33ce8b7bda66c3e8ef0779cef03890838da.tar patches-e564d33ce8b7bda66c3e8ef0779cef03890838da.tar.gz |
gnu: gourmet: Use HTTPS home page.
* gnu/packages/nutrition.scm (gourmet)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/nutrition.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/nutrition.scm b/gnu/packages/nutrition.scm index 5006f99ffc..9397630afd 100644 --- a/gnu/packages/nutrition.scm +++ b/gnu/packages/nutrition.scm @@ -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, |