Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

syslinux: Drop samueldr as maintainer

+1 -1
+1 -1
pkgs/os-specific/linux/syslinux/default.nix
··· 148 148 homepage = "https://www.syslinux.org/"; 149 149 description = "Lightweight bootloader"; 150 150 license = licenses.gpl2Plus; 151 - maintainers = [ maintainers.samueldr ]; 151 + maintainers = [ ]; 152 152 platforms = [ "i686-linux" "x86_64-linux" ]; 153 153 }; 154 154 }