Unverified Commit 275bc39f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #315640 from NixOS/backport-315189-to-release-24.05

[Backport release-24.05] gitea,nixos/gitea: add SuperSandro2000 as maintainer, remove inactive…
parents 148355cf 54936852
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,5 +722,5 @@ in
      timerConfig.OnCalendar = cfg.dump.interval;
    };
  };
  meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
  meta.maintainers = with lib.maintainers; [ ma27 techknowlogick SuperSandro2000 ];
}
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ buildGoModule rec {
    description = "Git with a cup of tea";
    homepage = "https://gitea.io";
    license = licenses.mit;
    maintainers = with maintainers; [ disassembler kolaente ma27 techknowlogick ];
    maintainers = with maintainers; [ ma27 techknowlogick SuperSandro2000 ];
    broken = stdenv.isDarwin;
    mainProgram = "gitea";
  };