mopidy-spotify: adopt

This commit is contained in:
seth
2024-07-03 16:09:51 -04:00
parent fed463d463
commit 1ca6963806
+1 -1
View File
@@ -32,6 +32,6 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://github.com/mopidy/mopidy-spotify";
description = "Mopidy extension for playing music from Spotify";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ getchoo ];
};
}