maintainers: drop gm6k (#439407)

This commit is contained in:
Wolfgang Walther
2025-09-02 07:41:40 +00:00
committed by GitHub
4 changed files with 0 additions and 7 deletions
-4
View File
@@ -9452,10 +9452,6 @@
githubId = 47015416;
name = "globule655";
};
gm6k = {
email = "nix@quidecco.pl";
name = "Isidor Zeuner";
};
gmacon = {
name = "George Macon";
matrix = "@gmacon:matrix.org";
@@ -19,7 +19,6 @@ runCommand "${alsa-lib.pname}-${alsa-lib.version}"
description = "Wrapper to ease access to ALSA plugins";
mainProgram = "aserver";
platforms = platforms.linux;
maintainers = with maintainers; [ gm6k ];
};
outputs = alsa-lib.outputs;
}
@@ -27,6 +27,5 @@ buildGoModule rec {
cc-by-sa-30
];
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ gm6k ];
};
}
@@ -43,7 +43,6 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/bmabey/pyLDAvis";
description = "Python library for interactive topic model visualization";
maintainers = with lib.maintainers; [ gm6k ];
license = licenses.bsd3;
sourceProvenance = with sourceTypes; [ fromSource ];
platforms = platforms.all;