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

selinux-python: add myself as maintainer

+1
+1
pkgs/os-specific/linux/selinux-python/default.nix
··· 46 46 description = "SELinux policy core utilities written in Python"; 47 47 license = licenses.gpl2Plus; 48 48 homepage = "https://selinuxproject.org"; 49 + maintainers = with lib.maintainers; [ RossComputerGuy ]; 49 50 platforms = platforms.linux; 50 51 }; 51 52 }