mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #253197 from rodrgz/master
mopidy-tidal, tidalapi, bitwarden-menu: drop myself (rodrgz) as maintainer
This commit is contained in:
commit
29a08c1113
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue