gnu: python-pylzma: Use HTTPS home page URI.

* gnu/packages/python-xyz.scm (python-pylzma)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:33:28 +01:00
parent dfb67d2cc9
commit c9370473cd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20666,7 +20666,7 @@ (define-public python-pylzma
(base32 (base32
"074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q")))) "074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "http://www.joachim-bauch.de/projects/pylzma/") (home-page "https://www.joachim-bauch.de/projects/pylzma/")
(synopsis "Python bindings for the LZMA library by Igor Pavlov.") (synopsis "Python bindings for the LZMA library by Igor Pavlov.")
(description "This package provides Python bindings for the LZMA library (description "This package provides Python bindings for the LZMA library
by Igor Pavlov.") by Igor Pavlov.")