{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 <sergeantsagara@protonmail.com>
This commit is contained in:
Rahul Rameshbabu 2024-11-13 14:03:53 -08:00 committed by Rahul Rameshbabu
parent 8e2ed86268
commit d686cec7d7
No known key found for this signature in database
GPG Key ID: FF247B3E5411387B

View File

@ -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
];
};
}