Unverified Commit 29a08c11 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #253197 from rodrgz/master

mopidy-tidal, tidalapi, bitwarden-menu: drop myself (rodrgz) as maintainer
parents 59172a07 d928a8d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
    description = "Mopidy extension for playing music from Tidal";
    homepage = "https://github.com/tehkillerbee/mopidy-tidal";
    license = licenses.mit;
    maintainers = [ maintainers.rodrgz ];
    maintainers = [ ];
  };
}

+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 = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ buildPythonPackage rec {
    description = "Unofficial Python API for TIDAL music streaming service";
    homepage = "https://github.com/tamland/python-tidal";
    license = licenses.gpl3;
    maintainers = [ maintainers.rodrgz ];
    maintainers = [ ];
  };
}