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