eudev: fix homepage link
This commit is contained in:
parent
3c5ac430ca
commit
63b5af623a
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||||||
license = lib.licenses.gpl2Plus ;
|
license = lib.licenses.gpl2Plus ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
homepage = "https://www.gentoo.org/proj/en/eudev/";
|
homepage = "https://wiki.gentoo.org/wiki/Project:Eudev";
|
||||||
downloadPage = "http://dev.gentoo.org/~blueness/eudev/";
|
downloadPage = "http://dev.gentoo.org/~blueness/eudev/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user