mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
croc: remove inactive maintainer; nixos/tests/croc: match maintainer with package
This commit is contained in:
parent
a6dea93ee3
commit
fc264c25c2
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue