From d686cec7d72cdcc60d9d75ddae423747cd2f6540 Mon Sep 17 00:00:00 2001 From: Rahul Rameshbabu Date: Wed, 13 Nov 2024 14:03:53 -0800 Subject: [PATCH] {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 --- pkgs/by-name/gp/gpauth/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/gp/gpauth/package.nix b/pkgs/by-name/gp/gpauth/package.nix index c54be41b2f06..43f59252de7f 100644 --- a/pkgs/by-name/gp/gpauth/package.nix +++ b/pkgs/by-name/gp/gpauth/package.nix @@ -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 + ]; }; }