Unverified Commit cd3ef7eb authored by Aidan Gauland's avatar Aidan Gauland
Browse files

pass-secret-service: remove myself as maintainer

I am no longer able to look after this package.
parent 36f9963a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ python3.pkgs.buildPythonApplication rec {
    license = lib.licenses.gpl3Only;
    platforms = lib.platforms.all;
    mainProgram = "pass_secret_service";
    maintainers = with lib.maintainers; [ jluttine aidalgol ];
    maintainers = with lib.maintainers; [ jluttine ];
  };
}