maintainers: remove TredwellGit

This commit is contained in:
zowoq
2026-01-29 09:08:47 +10:00
parent 488345549c
commit f441d0fcd8
2 changed files with 0 additions and 7 deletions

View File

@@ -27136,12 +27136,6 @@
githubId = 5623227;
name = "Quentin Boyer";
};
TredwellGit = {
email = "tredwell@tutanota.com";
github = "TredwellGit";
githubId = 61860346;
name = "Tredwell";
};
treemo = {
email = "matthieu.chevrier@treemo.fr";
github = "treemo";

View File

@@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/benhoyt/inih";
changelog = "https://github.com/benhoyt/inih/releases/tag/r${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ TredwellGit ];
platforms = lib.platforms.all;
};
})