diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 16:38:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 20:27:42 +0200 |
commit | fc449407fea373444fee97c03ce66f96e376acef (patch) | |
tree | c4242cf10b10e3a508a4259a49bc8e1db170a1e4 /gnu/packages/python.scm | |
parent | 418ec0adc9ee8096683064f1aa0c486a8788e1ca (diff) | |
download | guix-fc449407fea373444fee97c03ce66f96e376acef.tar guix-fc449407fea373444fee97c03ce66f96e376acef.tar.gz |
gnu: python-debian: Update home page.
* gnu/packages/python.scm (python-debian)[home-page]: Set to source
repository.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a8378bf360..a70e0a2a40 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6694,6 +6694,7 @@ serve the same purpose: provide Python bindings for libmagic."))) (define-public python-debian (package (name "python-debian") + (home-page "https://salsa.debian.org/python-debian-team/python-debian") (version "0.1.28") (source (origin @@ -6705,7 +6706,6 @@ serve the same purpose: provide Python bindings for libmagic."))) (build-system python-build-system) (propagated-inputs `(("python-six" ,python-six))) - (home-page "http://packages.debian.org/sid/python-debian") (synopsis "Debian package related modules") (description ;; XXX: Use @enumerate instead of @itemize to work around |