diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:48:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-02 21:46:27 +0100 |
commit | a3696828269e9bc6719db51a930ae37b720dc23f (patch) | |
tree | bcae55c6b92c5121dd022a8730b38e25d76dbf58 /gnu/packages | |
parent | 9bbb492042640dfe9ae205a077302ed95a7feddd (diff) |
gnu: pootle: Use HTTPS home page.
* gnu/packages/django.scm (pootle)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/django.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index f0551d8269..1c4f00ac77 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -930,7 +930,7 @@ static files.") ("python2-pytest-catchlog" ,python2-pytest-catchlog) ("python2-pytest-cov" ,python2-pytest-cov) ("python2-factory-boy" ,python2-factory-boy))) - (home-page "http://pootle.translatehouse.org/") + (home-page "https://pootle.translatehouse.org/") (synopsis "Community localization server") (description "Pootle is an online translation and localization tool. It works to |