mopidy-spotify: add myself as maintainer

It's a simple enough package, I do use it and it's unmaintained,
I might as well volunteer for it.
This commit is contained in:
Romanos Skiadas 2021-08-17 20:55:36 +03:00
parent b3d550d392
commit f33039ed8a
2 changed files with 8 additions and 2 deletions

View file

@ -12316,4 +12316,10 @@
github = "zupo";
githubId = 311580;
};
rski = {
name = "rski";
email = "rom.skiad+nix@gmail.com";
github = "rski";
githubId = 2960312;
};
}

View file

@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec {
homepage = "https://www.mopidy.com/";
description = "Mopidy extension for playing music from Spotify";
license = licenses.asl20;
maintainers = [];
hydraPlatforms = [];
maintainers = with maintainers; [ rski ];
hydraPlatforms = [ ];
};
}