1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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/; homepage = https://www.spotify.com/;
description = "Play music from the Spotify music service"; description = "Play music from the Spotify music service";
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx sheenobu ]; maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx sheenobu mudri ];
}; };
} }