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 @@
|
||||||
("python-tblib" ,python-tblib)))
|
("python-tblib" ,python-tblib)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pytz" ,python-pytz)))
|
`(("python-pytz" ,python-pytz)))
|
||||||
(home-page "http://www.djangoproject.com/")
|
(home-page "https://www.djangoproject.com/")
|
||||||
(synopsis "High-level Python Web framework")
|
(synopsis "High-level Python Web framework")
|
||||||
(description
|
(description
|
||||||
"Django is a high-level Python Web framework that encourages rapid
|
"Django is a high-level Python Web framework that encourages rapid
|
||||||
|
|
Reference in a new issue