me
/
guix
Archived
1
0
Fork 0

gnu: python-django: Use HTTPS home page.

* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-03-21 00:05:03 +01:00
parent fa7efe1798
commit 8198c19c12
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
("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