linux/kernel - added myself to maintainers
svn path=/nixpkgs/trunk/; revision=29811
This commit is contained in:
parent
abd410f804
commit
805a4c0261
@ -139,7 +139,10 @@ stdenv.mkDerivation {
|
|||||||
+ ")");
|
+ ")");
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
homepage = http://www.kernel.org/;
|
homepage = http://www.kernel.org/;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [
|
||||||
|
lib.maintainers.eelco
|
||||||
|
lib.maintainers.chaoflow
|
||||||
|
];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
} // extraMeta;
|
} // extraMeta;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user