diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:45:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 20:47:54 +0100 |
commit | aabc895402626898cfc08e7d6d8775893e92e708 (patch) | |
tree | 3a4bce94c8fc45f20d686e106a9a693b814e15c2 /gnu | |
parent | d3eae3f1ec757cfd1d9a18b3e8785946c7cd1468 (diff) | |
download | guix-aabc895402626898cfc08e7d6d8775893e92e708.tar guix-aabc895402626898cfc08e7d6d8775893e92e708.tar.gz |
gnu: python-construct: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-construct)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 55c0e1a568..446eccd10f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16381,7 +16381,7 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.") ("python-arrow" ,python-arrow) ("python-numpy" ,python-numpy) ("python-ruamel.yaml" ,python-ruamel.yaml))) - (home-page "http://construct.readthedocs.io") + (home-page "https://construct.readthedocs.io") (synopsis "Declarative and symmetrical parser and builder for binary data") (description "This package provides both simple, atomic constructs (such as |