mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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 {
|
in {
|
||||||
name = "croc";
|
name = "croc";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ hax404 julm ];
|
maintainers = [ equirosa SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user