Skip to content

Commit d686cec

Browse files
committed
{gpauth,gpclient}: Add m1dugh as a maintainer
@m1dugh has contributed a lot in #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]>
1 parent 8e2ed86 commit d686cec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/gp/gpauth/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ rustPlatform.buildRustPackage rec {
4545
'';
4646
homepage = "https://github.com/${src.owner}/${src.repo}";
4747
license = with licenses; [ gpl3Only ];
48-
maintainers = with maintainers; [ binary-eater ];
48+
maintainers = with maintainers; [
49+
binary-eater
50+
m1dugh
51+
];
4952
};
5053
}

0 commit comments

Comments
 (0)