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 description = "SELinux policy core utilities written in Python"; 47 license = licenses.gpl2Plus; 48 homepage = "https://selinuxproject.org"; 49 platforms = platforms.linux; 50 }; 51 }
··· 46 description = "SELinux policy core utilities written in Python"; 47 license = licenses.gpl2Plus; 48 homepage = "https://selinuxproject.org"; 49 + maintainers = with lib.maintainers; [ RossComputerGuy ]; 50 platforms = platforms.linux; 51 }; 52 }