libspotify: unmaintain

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-02-03 18:38:01 -05:00
parent 3c9ed5b51a
commit 41bbe377d3

View File

@ -79,7 +79,7 @@ else stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Spotify API library";
homepage = https://developer.spotify.com/technologies/libspotify;
maintainers = with maintainers; [ lovek323 shlevy ];
maintainers = with maintainers; [ lovek323 ];
license = licenses.unfree;
};
}