guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-pyudev: Use HTTPS home page URI, update home page.


From: guix-commits
Subject: 03/08: gnu: python-pyudev: Use HTTPS home page URI, update home page.
Date: Sat, 29 Feb 2020 06:35:04 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit a20ede329d724e9c7661c84bbc394af2512612e7
Author: Björn Höfling <address@hidden>
AuthorDate: Fri Feb 28 21:53:10 2020 +0100

    gnu: python-pyudev: Use HTTPS home page URI, update home page.
    
    * gnu/packages/admin.scm (python-pyudev)[home-page]: Use HTTPS URI, update 
URI.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index edf8aad..8dc874d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2018 Rutger Helling <address@hidden>
 ;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2019 Brett Gilio <address@hidden>
-;;; Copyright © 2019 Björn Höfling <address@hidden>
+;;; Copyright © 2019,2020 Björn Höfling <address@hidden>
 ;;; Copyright © 2019 Jakob L. Kreuze <address@hidden>
 ;;; Copyright © 2019 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2019 Alex Griffin <address@hidden>
@@ -3391,7 +3391,7 @@ support forum.  It runs with the @code{/exec} command in 
most IRC clients.")
        ("python-mock" ,python-mock)
        ("python-pytest" ,python-pytest)
        ("python-sphinx" ,python-sphinx)))
-    (home-page "http://pyudev.readthedocs.org/";)
+    (home-page "https://pyudev.readthedocs.io/";)
     (synopsis "Python udev binding")
     (description "This package provides @code{udev} bindings for Python.")
     (license license:lgpl2.1)))



reply via email to

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