Skip to content

Commit

Permalink
gpauth/gpclient: Add m1dugh as a maintainer
Browse files Browse the repository at this point in the history
@m1dugh has contributed a lot in NixOS#350777. The upstream state of the GUI
component combined with the paid licensing model has made it daunting to
consider integrating into nixpkgs. Instead, add @m1dugh as a co-maintainer
for the existing v2 packages.

Signed-off-by: Rahul Rameshbabu <[email protected]>
  • Loading branch information
Binary-Eater committed Nov 13, 2024
1 parent 8e2ed86 commit 2e8f309
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/gp/gpauth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/${src.owner}/${src.repo}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ binary-eater ];
maintainers = with maintainers; [
binary-eater
m1dugh
];
};
}

0 comments on commit 2e8f309

Please sign in to comment.