Unverified Commit d686cec7 authored by Rahul Rameshbabu's avatar Rahul Rameshbabu Committed by Rahul Rameshbabu
Browse files

{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: default avatarRahul Rameshbabu <sergeantsagara@protonmail.com>
parent 8e2ed862
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
}