mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
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";
|
||||
homepage = http://www.kernel.org/;
|
||||
maintainers = [ lib.maintainers.eelco ];
|
||||
maintainers = [
|
||||
lib.maintainers.eelco
|
||||
lib.maintainers.chaoflow
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
} // extraMeta;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user