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