maintainers: drop thammers

This commit is contained in:
Acid Bong
2025-10-31 17:40:22 +02:00
parent b1bf0af247
commit 52b705c097
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -25743,12 +25743,6 @@
githubId = 102452;
name = "Niclas Thall";
};
thammers = {
email = "jawr@gmx.de";
github = "tobias-hammerschmidt";
githubId = 2543259;
name = "Tobias Hammerschmidt";
};
thanegill = {
email = "me@thanegill.com";
github = "thanegill";
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = "https://savannah.nongnu.org/projects/flvstreamer";
maintainers = [ lib.maintainers.thammers ];
maintainers = [ ];
platforms = with lib.platforms; linux ++ darwin;
};
}
-1
View File
@@ -118,7 +118,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.unix;
mainProgram = "tmux";
maintainers = with lib.maintainers; [
thammers
fpletz
];
};