From d9452609f4966dda483b85fa0ae2264d4d4e06bb Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 4 Jan 2025 13:11:38 +0100 Subject: [PATCH] gitea: drop myself (ma27) from maintainer list I recently learned about the way, individuals from the Gitea community (and company apparently) treat the Forgejo people. Personally, I think this is entirely inappropriate. I hereby retract my maintainership since I don't want to support this project with packaging work any longer. Luckily, there's a viable alternative available. [1] https://codeberg.org/forgejo/discussions/issues/251 (cherry picked from commit d1e24caf355d0d875f5fe1db76959ec35e6aedaa) --- nixos/tests/gitea.nix | 1 - pkgs/by-name/gi/gitea/package.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/nixos/tests/gitea.nix b/nixos/tests/gitea.nix index 255ff3485e5a1..eb16c47429936 100644 --- a/nixos/tests/gitea.nix +++ b/nixos/tests/gitea.nix @@ -36,7 +36,6 @@ let meta.maintainers = with maintainers; [ aanderse kolaente - ma27 ]; nodes = { diff --git a/pkgs/by-name/gi/gitea/package.nix b/pkgs/by-name/gi/gitea/package.nix index fe7e7d28f413d..ba555085083f9 100644 --- a/pkgs/by-name/gi/gitea/package.nix +++ b/pkgs/by-name/gi/gitea/package.nix @@ -112,7 +112,6 @@ buildGoModule rec { homepage = "https://about.gitea.com"; license = licenses.mit; maintainers = with maintainers; [ - ma27 techknowlogick SuperSandro2000 ];