maintainers: drop thammers (#457293)

This commit is contained in:
Yohann Boniface
2025-11-03 16:51:42 +00:00
committed by GitHub
3 changed files with 1 additions and 8 deletions
-6
View File
@@ -25747,12 +25747,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
];
};