Unverified Commit fc264c25 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

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

parent a6dea93e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ let
in {
  name = "croc";
  meta = with pkgs.lib.maintainers; {
    maintainers = [ hax404 julm ];
    maintainers = [ equirosa SuperSandro2000 ];
  };

  nodes = {
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}