mopidy-tidal: remove usage of with lib; add changelog

This commit is contained in:
Amadej Kastelic
2025-06-03 15:14:41 +02:00
parent 661d65c871
commit d7edbf5505
+3 -2
View File
@@ -31,10 +31,11 @@ python3Packages.buildPythonApplication rec {
pytestFlagsArray = [ "tests/" ];
meta = with lib; {
meta = {
description = "Mopidy extension for playing music from Tidal";
homepage = "https://github.com/tehkillerbee/mopidy-tidal";
license = licenses.mit;
changelog = "https://github.com/tehkillerbee/mopidy-tidal/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = [ ];
};
}