godspeed: add team

This commit is contained in:
Fabian Affolter
2021-12-21 09:51:29 +01:00
parent aa423a93fd
commit 809fe376a7
+1 -1
View File
@@ -29,6 +29,6 @@ buildGoModule rec {
description = "Manager for reverse shells";
homepage = "https://github.com/redcode-labs/GodSpeed";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members;
};
}