guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: gourmet: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 02/10: gnu: gourmet: Use HTTPS home page.
Date: Wed, 19 Sep 2018 22:51:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e564d33ce8b7bda66c3e8ef0779cef03890838da
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 17 14:33:10 2018 +0200

    gnu: gourmet: Use HTTPS home page.
    
    * gnu/packages/nutrition.scm (gourmet)[home-page]: Use HTTPS.
---
 gnu/packages/nutrition.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/nutrition.scm b/gnu/packages/nutrition.scm
index 5006f99..9397630 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]