From a20ede329d724e9c7661c84bbc394af2512612e7 Mon Sep 17 00:00:00 2001 From: Björn Höfling Date: Fri, 28 Feb 2020 21:53:10 +0100 Subject: 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(-) (limited to 'gnu/packages/admin.scm') 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 ;;; Copyright © 2018 Pierre Neidhardt ;;; Copyright © 2019 Brett Gilio -;;; Copyright © 2019 Björn Höfling +;;; Copyright © 2019,2020 Björn Höfling ;;; Copyright © 2019 Jakob L. Kreuze ;;; Copyright © 2019 Hartmut Goebel ;;; Copyright © 2019 Alex Griffin @@ -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))) -- cgit 1.4.1