maintainers: remove sinuscosinustan (#476373)

This commit is contained in:
Yohann Boniface
2026-01-02 21:46:39 +00:00
committed by GitHub
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -26799,13 +26799,6 @@
name = "Tomodachi94";
keys = [ { fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3"; } ];
};
tomsiewert = {
email = "tom@siewert.io";
matrix = "@tom:frickel.earth";
github = "sinuscosinustan";
githubId = 8794235;
name = "Tom Siewert";
};
tomsmeets = {
email = "tom.tsmeets@gmail.com";
github = "TomSmeets";
+1 -1
View File
@@ -40,7 +40,7 @@ buildGoModule rec {
homepage = "https://github.com/MarkusFreitag/changelogger";
changelog = "https://github.com/MarkusFreitag/changelogger/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tomsiewert ];
maintainers = [ ];
mainProgram = "changelogger";
};
}