guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python-graphene: Use HTTPS home page.


From: guix-commits
Subject: 07/07: gnu: python-graphene: Use HTTPS home page.
Date: Sun, 1 Mar 2020 08:42:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3dd74c8dc5192c3ffae5c991aa63aa6154a1bc7d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:37:54 2020 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c921d24..a6873bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11551,7 +11551,7 @@ from Facebook.")
        ("python-six" ,python-six)))
     (arguments
      `(#:tests? #f))                    ; no tests/ in the PyPI tarball
-    (home-page "http://graphene-python.org/";)
+    (home-page "https://graphene-python.org/";)
     (synopsis "GraphQL Framework for Python")
     (description
      "Graphene is a Python library for building GraphQL schemas/types.



reply via email to

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