spotify: add mudri as maintainer

This commit is contained in:
laMudri 2016-08-06 13:02:03 +01:00
parent 369ce2f7d1
commit 716591ea3b

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