forked from mirrors/nixpkgs
syslinux: Adds @samueldr as maintainer
This commit is contained in:
parent
ffc604e557
commit
13b0c17932
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.syslinux.org/;
|
homepage = http://www.syslinux.org/;
|
||||||
description = "A lightweight bootloader";
|
description = "A lightweight bootloader";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.samueldr ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue