Unverified Commit d928a8d6 authored by Erik Rodriguez's avatar Erik Rodriguez
Browse files

bitwarden-menu: drop myself (rodrgz) as maintainer

parent 69bd38ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ buildPythonApplication rec {
    description = "Dmenu/Rofi frontend for managing Bitwarden vaults. Uses the Bitwarden CLI tool to interact with the Bitwarden database.";
    homepage = "https://github.com/firecat53/bitwarden-menu";
    license = licenses.mit;
    maintainers = [ maintainers.rodrgz ];
    maintainers = [ ];
  };
}