Merge pull request #253197 from rodrgz/master

mopidy-tidal, tidalapi, bitwarden-menu: drop myself (rodrgz) as maintainer
This commit is contained in:
Weijia Wang 2023-09-07 01:21:04 +02:00 committed by GitHub
commit 29a08c1113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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 = [ ];
};
}

View File

@ -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 = [ ];
};
}

View File

@ -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 = [ ];
};
}