mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #322092 from ExpidusOS/feat/maintainer-update
treewide: add RossComputerGuy as maintainer
This commit is contained in:
commit
00bbcd117d
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
description = "SELinux policy core utilities written in Python";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "https://selinuxproject.org";
|
||||
maintainers = with lib.maintainers; [ RossComputerGuy ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Only;
|
||||
homepage = "https://selinuxproject.org";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ RossComputerGuy ];
|
||||
};
|
||||
}
|
||||
|
@ -102,6 +102,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Extraction utility for archives compressed in .zip format";
|
||||
license = lib.licenses.info-zip;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ RossComputerGuy ];
|
||||
mainProgram = "unzip";
|
||||
};
|
||||
}
|
||||
|
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "netcat";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with lib.maintainers; [ RossComputerGuy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user