syslinux: Adds @samueldr as maintainer

This commit is contained in:
Samuel Dionne-Riel 2019-02-09 23:20:56 -05:00
parent ffc604e557
commit 13b0c17932

View file

@ -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" ];
}; };
} }