mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-django: Use HTTPS home page.
* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
This commit is contained in:
parent
fa7efe1798
commit
8198c19c12
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ (define-public python-django
|
|||
("python-tblib" ,python-tblib)))
|
||||
(propagated-inputs
|
||||
`(("python-pytz" ,python-pytz)))
|
||||
(home-page "http://www.djangoproject.com/")
|
||||
(home-page "https://www.djangoproject.com/")
|
||||
(synopsis "High-level Python Web framework")
|
||||
(description
|
||||
"Django is a high-level Python Web framework that encourages rapid
|
||||
|
|
Loading…
Reference in a new issue