croc: remove inactive maintainer; nixos/tests/croc: match maintainer with package

This commit is contained in:
Sandro Jäckel 2024-10-09 17:39:40 +02:00
parent a6dea93ee3
commit fc264c25c2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let
in { in {
name = "croc"; name = "croc";
meta = with pkgs.lib.maintainers; { meta = with pkgs.lib.maintainers; {
maintainers = [ hax404 julm ]; maintainers = [ equirosa SuperSandro2000 ];
}; };
nodes = { nodes = {

View File

@ -38,7 +38,7 @@ buildGoModule rec {
''; '';
homepage = "https://github.com/schollz/croc"; homepage = "https://github.com/schollz/croc";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ hugoreeves equirosa SuperSandro2000 ]; maintainers = with maintainers; [ equirosa SuperSandro2000 ];
mainProgram = "croc"; mainProgram = "croc";
}; };
} }