ngz pushed a commit to branch master
in repository guix.

commit b0a869ff80afbc03669dfac663caccea540ffcec
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:25:12 2021 +0100

    gnu: python-jose: Use HTTPS home page URI.
    
    * gnu/packages/python-web.scm (python-jose)[home-page]: Use HTTPS URI.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a8fe724..b0268e5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2015, 2016 David Thompson <[email protected]>
 ;;; Copyright © 2017 Mark Meyer <[email protected]>
 ;;; Copyright © 2018 Tomáš Čech <[email protected]>
-;;; Copyright © 2018, 2019 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2018, 2019, 2021 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2018 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2018, 2020, 2021 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2019 Vagrant Cascadian <[email protected]>
@@ -655,7 +655,7 @@ Swartz.")
   (package
     (name "python-jose")
     (version "3.2.0")
-    (home-page "http://github.com/mpdavis/python-jose";)
+    (home-page "https://github.com/mpdavis/python-jose";)
     (source (origin
               (method git-fetch)
               (uri (git-reference (url home-page) (commit version)))

Reply via email to