mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
scap-security-guide: Add robsliwi as maintainer
This commit is contained in:
@@ -78,7 +78,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Security automation content in SCAP, Bash, Ansible, and other formats";
|
||||
homepage = "https://github.com/ComplianceAsCode/content";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ tochiaha ];
|
||||
maintainers = with lib.maintainers; [
|
||||
robsliwi
|
||||
tochiaha
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user