Skip to content

Commit ca48433

Browse files
maintainers: drop gm6k (#439407)
2 parents 3328981 + 81d1a3a commit ca48433

4 files changed

Lines changed: 0 additions & 7 deletions

File tree

maintainers/maintainer-list.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9452,10 +9452,6 @@
94529452
githubId = 47015416;
94539453
name = "globule655";
94549454
};
9455-
gm6k = {
9456-
email = "nix@quidecco.pl";
9457-
name = "Isidor Zeuner";
9458-
};
94599455
gmacon = {
94609456
name = "George Macon";
94619457
matrix = "@gmacon:matrix.org";

pkgs/by-name/al/alsa-lib-with-plugins/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ runCommand "${alsa-lib.pname}-${alsa-lib.version}"
1919
description = "Wrapper to ease access to ALSA plugins";
2020
mainProgram = "aserver";
2121
platforms = platforms.linux;
22-
maintainers = with maintainers; [ gm6k ];
2322
};
2423
outputs = alsa-lib.outputs;
2524
}

pkgs/by-name/mi/minetest-mapserver/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ buildGoModule rec {
2727
cc-by-sa-30
2828
];
2929
platforms = lib.platforms.all;
30-
maintainers = with lib.maintainers; [ gm6k ];
3130
};
3231
}

pkgs/development/python-modules/pyldavis/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ buildPythonPackage rec {
4343
meta = with lib; {
4444
homepage = "https://github.com/bmabey/pyLDAvis";
4545
description = "Python library for interactive topic model visualization";
46-
maintainers = with lib.maintainers; [ gm6k ];
4746
license = licenses.bsd3;
4847
sourceProvenance = with sourceTypes; [ fromSource ];
4948
platforms = platforms.all;

0 commit comments

Comments
 (0)