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")
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue