diff options
| author | Felix Lechner <felix.lechner@lease-up.com> | 2025-02-06 11:38:06 +0900 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:48 +0100 |
| commit | dc41e90a947cdcd0711137aebed9f13ef587d163 (patch) | |
| tree | 178d9eebd73c91cabf3f1244616bad3bb790b95c /gnu | |
| parent | ad5140e5c2653210395b23ad8d49cc31d925e92c (diff) | |
gnu: eudev: Use new project URL for Git repo and home page.
* gnu/packages/linux.scm (eudev): Use new project URL
https://github.com/eudev-project/eudev for Git repo and home page.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 574b282fc0f..2930b9a52fd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4564,7 +4564,7 @@ to the in-kernel OOM killer.") (version "3.2.14") (source (origin (method git-fetch) - (uri (git-reference (url "https://github.com/gentoo/eudev") + (uri (git-reference (url "https://github.com/eudev-project/eudev") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 @@ -4649,7 +4649,7 @@ to the in-kernel OOM killer.") (list `(,util-linux "lib") ;for blkid kmod)) (outputs '("out" "static")) - (home-page "https://wiki.gentoo.org/wiki/Project:Eudev") + (home-page "https://github.com/eudev-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 |
