mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
ad5140e5c2
commit
dc41e90a94
1 changed files with 2 additions and 2 deletions
|
@ -4564,7 +4564,7 @@ to the in-kernel OOM killer.")
|
||||||
(version "3.2.14")
|
(version "3.2.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(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))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -4649,7 +4649,7 @@ to the in-kernel OOM killer.")
|
||||||
(list `(,util-linux "lib") ;for blkid
|
(list `(,util-linux "lib") ;for blkid
|
||||||
kmod))
|
kmod))
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
(home-page "https://wiki.gentoo.org/wiki/Project:Eudev")
|
(home-page "https://github.com/eudev-project/eudev")
|
||||||
(synopsis "Userspace device management")
|
(synopsis "Userspace device management")
|
||||||
(description "Udev is a daemon which dynamically creates and removes
|
(description "Udev is a daemon which dynamically creates and removes
|
||||||
device nodes from /dev/, handles hotplug events and loads drivers at boot
|
device nodes from /dev/, handles hotplug events and loads drivers at boot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue