mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
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:
parent
dfb67d2cc9
commit
c9370473cd
1 changed files with 1 additions and 1 deletions
|
@ -20666,7 +20666,7 @@ (define-public python-pylzma
|
|||
(base32
|
||||
"074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q"))))
|
||||
(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.")
|
||||
(description "This package provides Python bindings for the LZMA library
|
||||
by Igor Pavlov.")
|
||||
|
|
Loading…
Reference in a new issue