Merge pull request #315189 from SuperSandro2000/gitea-maint

This commit is contained in:
Sandro 2024-05-29 15:49:00 +02:00 committed by GitHub
commit 9584ef2c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -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 ];
}

@ -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";
};