3
0
Fork 0
forked from mirrors/nixpkgs

spotify: add sheenobu as maintainer

This commit is contained in:
Sheena Artrip 2016-04-16 13:58:35 -04:00
parent a8272280d7
commit 45b19e1908

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 ];
};
}