maintainers: drop gm6k

Although this maintainer has responded to requests for maintainance and
is active in Nixpkgs, the new data collection requirements introduced in
https://github.com/NixOS/nixpkgs/pull/437085 have been a privacy
concern for this maintainer, who has stated (https://github.com/NixOS/nixpkgs/pull/437082#issuecomment-3243483517)
that they do not wish for their data to be added to the maintainer list.

For this reason, there is no other recourse than to remove this
maintainer's information from newer revisions of Nixpkgs, as their
maintainer entry is now non-compliant with Nixpkgs' latest policies.
Once more, this removal is NOT due to the usual inactivity reasons, but
for specific privacy concerns expressed by the maintainer being removed.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>

Changed files
-7
maintainers
pkgs
by-name
al
alsa-lib-with-plugins
mi
minetest-mapserver
development
python-modules
pyldavis
-4
maintainers/maintainer-list.nix
···
githubId = 47015416;
name = "globule655";
};
-
gm6k = {
-
email = "nix@quidecco.pl";
-
name = "Isidor Zeuner";
-
};
gmacon = {
name = "George Macon";
matrix = "@gmacon:matrix.org";
-1
pkgs/by-name/al/alsa-lib-with-plugins/package.nix
···
description = "Wrapper to ease access to ALSA plugins";
mainProgram = "aserver";
platforms = platforms.linux;
-
maintainers = with maintainers; [ gm6k ];
};
outputs = alsa-lib.outputs;
}
-1
pkgs/by-name/mi/minetest-mapserver/package.nix
···
cc-by-sa-30
];
platforms = lib.platforms.all;
-
maintainers = with lib.maintainers; [ gm6k ];
};
}
-1
pkgs/development/python-modules/pyldavis/default.nix
···
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;