diff options
author | Leo Famulari <leo@famulari.name> | 2015-12-24 01:38:53 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2015-12-25 23:40:32 -0500 |
commit | e1921a384c3a1699ab3436e0c5f443da8e2238ad (patch) | |
tree | de6150663a0395b4602b663a070c4ce0710fb4b5 | |
parent | 38fa30eb95b5c05d1718f1166583a9318a375272 (diff) | |
download | guix-e1921a384c3a1699ab3436e0c5f443da8e2238ad.tar guix-e1921a384c3a1699ab3436e0c5f443da8e2238ad.tar.gz |
gnu: eudev: Update home-page URL.
* gnu/packages/linux.scm (eudev)[home-page]: Add up-to-date URL.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 535bd84aa1..1fc3c4e45f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1568,7 +1568,7 @@ from the module-init-tools project.") ("gperf" ,gperf))) (inputs `(("kmod" ,kmod))) - (home-page "http://www.gentoo.org/proj/en/eudev/") + (home-page "https://wiki.gentoo.org/wiki/Project:Eudev") (synopsis "Userspace device management") (description "Udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot |