summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-02-28 21:53:10 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-02-29 12:21:40 +0100
commita20ede329d724e9c7661c84bbc394af2512612e7 (patch)
tree678f227ee9b55dbde16a86696dc6aecbd6178d80 /gnu/packages/admin.scm
parentc8b10f9b3c9792e462c410e8650c70c0394cb3f4 (diff)
downloadpatches-a20ede329d724e9c7661c84bbc394af2512612e7.tar
patches-a20ede329d724e9c7661c84bbc394af2512612e7.tar.gz
gnu: python-pyudev: Use HTTPS home page URI, update home page.
* gnu/packages/admin.scm (python-pyudev)[home-page]: Use HTTPS URI, update URI.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index edf8aad335..8dc874dbe8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
-;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
+;;; Copyright © 2019,2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.org>
;;; Copyright © 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
@@ -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)))