mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
croc: remove inactive maintainer; nixos/tests/croc: match maintainer with package
This commit is contained in:
parent
a6dea93ee3
commit
fc264c25c2
@ -7,7 +7,7 @@ let
|
||||
in {
|
||||
name = "croc";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ hax404 julm ];
|
||||
maintainers = [ equirosa SuperSandro2000 ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
@ -38,7 +38,7 @@ buildGoModule rec {
|
||||
'';
|
||||
homepage = "https://github.com/schollz/croc";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hugoreeves equirosa SuperSandro2000 ];
|
||||
maintainers = with maintainers; [ equirosa SuperSandro2000 ];
|
||||
mainProgram = "croc";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user