reiser4progs: add license, update homepage
This commit is contained in:
parent
aae4e1ddc2
commit
fa6bfc5974
@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile --replace ./run-ldconfig true
|
substituteInPlace Makefile --replace ./run-ldconfig true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
inherit version;
|
inherit version;
|
||||||
homepage = http://www.namesys.com/;
|
homepage = https://sourceforge.net/projects/reiser4/;
|
||||||
description = "Reiser4 utilities";
|
description = "Reiser4 utilities";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user