Merge pull request #14764 from sheenobu/spotify_sheenobu_maintainer

spotify: add sheenobu as maintainer
This commit is contained in:
joachifm 2016-04-16 20:18:50 +02:00
commit b9860795c7

View File

@ -104,6 +104,6 @@ stdenv.mkDerivation {
homepage = https://www.spotify.com/;
description = "Play music from the Spotify music service";
license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx ];
maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx sheenobu ];
};
}