mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-jose: Use HTTPS home page URI.
* gnu/packages/python-web.scm (python-jose)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
f54b11b91d
commit
b0a869ff80
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
|
||||
;;; Copyright © 2017 Mark Meyer <mark@ofosos.org>
|
||||
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
|
||||
;;; Copyright © 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2018, 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2018, 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2019 Vagrant Cascadian <vagrant@debian.org>
|
||||
|
@ -655,7 +655,7 @@ (define-public python-jose
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue