guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: python-debian: Update home page.


From: Marius Bakke
Subject: 04/05: gnu: python-debian: Update home page.
Date: Mon, 10 Sep 2018 14:31:57 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit fc449407fea373444fee97c03ce66f96e376acef
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 10 16:38:28 2018 +0200

    gnu: python-debian: Update home page.
    
    * gnu/packages/python.scm (python-debian)[home-page]: Set to source
    repository.
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a8378bf..a70e0a2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]