Skip to content

Commit 10b2d60

Browse files
committed
maintainers: drop gm6k
Although this maintainer has responded to requests for maintainance and is active in Nixpkgs, the new data collection requirements introduced in NixOS#437085 have been a privacy concern for this maintainer, who has stated (NixOS#437082 (comment)) 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> (cherry picked from commit 81d1a3a) Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
1 parent eee3c7b commit 10b2d60

5 files changed

Lines changed: 0 additions & 8 deletions

File tree

maintainers/maintainer-list.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9138,10 +9138,6 @@
91389138
githubId = 1447245;
91399139
name = "Robin Gloster";
91409140
};
9141-
gm6k = {
9142-
email = "nix@quidecco.pl";
9143-
name = "Isidor Zeuner";
9144-
};
91459141
gmacon = {
91469142
name = "George Macon";
91479143
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/lu/luci-go/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ buildGoModule {
4545
homepage = "${git-repo}/";
4646
changelog = "${git-repo}/+log?s=${commit}";
4747
license = lib.licenses.asl20;
48-
maintainers = with lib.maintainers; [ gm6k ];
4948
};
5049
}

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 = platforms.all;
30-
maintainers = with 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)