selinux-sandbox: add myself as maintainer

This commit is contained in:
Tristan Ross 2024-06-23 20:30:47 -07:00
parent e1ce7848a9
commit cd915a9511
No known key found for this signature in database
GPG Key ID: B09C422035669AF8

View File

@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
homepage = "https://selinuxproject.org";
platforms = platforms.linux;
maintainers = with lib.maintainers; [ RossComputerGuy ];
};
}