Merge pull request #17557 from laMudri/spotify-update

Spotify update
This commit is contained in:
Rok Garbas 2016-08-07 04:21:44 +02:00 committed by GitHub
commit 687a012ba8

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 sheenobu ];
maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx sheenobu mudri ];
};
}