Skip to content

maintainers: drop gm6k - #439452

Merged
wolfgangwalther merged 1 commit into
NixOS:release-25.05from
SigmaSquadron:push-uwrxovruttuq
Sep 2, 2025
Merged

maintainers: drop gm6k#439452
wolfgangwalther merged 1 commit into
NixOS:release-25.05from
SigmaSquadron:push-uwrxovruttuq

Conversation

@SigmaSquadron

@SigmaSquadron SigmaSquadron commented Sep 2, 2025

Copy link
Copy Markdown
Contributor

Manual backport of #439407

(cherry picked from commit 81d1a3a, but edited to include luci-go)

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

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>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This report is automatically generated by the PR / Check / cherry-pick CI workflow.

Some of the commits in this PR require the author's and reviewer's attention.

Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.

If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between 10b2d60 and original 81d1a3a may warrant inspection.

Show diff
@@ Commit message
 
     Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
 
+    (cherry picked from commit 81d1a3a2ae011634dc663816c72f4acf8c63c22f)
+    Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
+
  ## maintainers/maintainer-list.nix ##
 @@
-     githubId = 47015416;
-     name = "globule655";
+     githubId = 1447245;
+     name = "Robin Gloster";
    };
 -  gm6k = {
 -    email = "nix@quidecco.pl";
@@ maintainers/maintainer-list.nix
 
  ## pkgs/by-name/al/alsa-lib-with-plugins/package.nix ##
 @@ pkgs/by-name/al/alsa-lib-with-plugins/package.nix: runCommand "${alsa-lib.pname}-${alsa-lib.version}"
-       description = "Wrapper to ease access to ALSA plugins";
+       description = "wrapper to ease access to ALSA plugins";
        mainProgram = "aserver";
        platforms = platforms.linux;
 -      maintainers = with maintainers; [ gm6k ];
@@ pkgs/by-name/al/alsa-lib-with-plugins/package.nix: runCommand "${alsa-lib.pname}
      outputs = alsa-lib.outputs;
    }
 
+ ## pkgs/by-name/lu/luci-go/package.nix ##
+@@ pkgs/by-name/lu/luci-go/package.nix: buildGoModule {
+     homepage = "${git-repo}/";
+     changelog = "${git-repo}/+log?s=${commit}";
+     license = lib.licenses.asl20;
+-    maintainers = with lib.maintainers; [ gm6k ];
+   };
+ }
+
  ## pkgs/by-name/mi/minetest-mapserver/package.nix ##
 @@ pkgs/by-name/mi/minetest-mapserver/package.nix: buildGoModule rec {
        cc-by-sa-30
      ];
-     platforms = lib.platforms.all;
--    maintainers = with lib.maintainers; [ gm6k ];
+     platforms = platforms.all;
+-    maintainers = with maintainers; [ gm6k ];
    };
  }
 

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

@wolfgangwalther

Copy link
Copy Markdown
Contributor

Perfect, didn't even start with doing it, yet ;)

@wolfgangwalther
wolfgangwalther merged commit c475510 into NixOS:release-25.05 Sep 2, 2025
28 of 32 checks passed
@SigmaSquadron
SigmaSquadron deleted the push-uwrxovruttuq branch September 2, 2025 08:08
@nixpkgs-ci nixpkgs-ci Bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person. 6.topic: python Python is a high-level, general-purpose programming language. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 4.workflow: backport This targets a stable branch labels Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 6.topic: python Python is a high-level, general-purpose programming language. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants