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
This commit is contained in:
Maximilian Bosch 2025-01-04 13:11:38 +01:00
parent 3bb0efd495
commit d1e24caf35
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ let
meta.maintainers = with maintainers; [
aanderse
kolaente
ma27
];
nodes = {

View file

@ -112,7 +112,6 @@ buildGoModule rec {
homepage = "https://about.gitea.com";
license = licenses.mit;
maintainers = with maintainers; [
ma27
techknowlogick
SuperSandro2000
];