spotify: add angristan as maintainer

This commit is contained in:
angristan 2019-08-01 20:31:18 +02:00
parent 0e6d79b39f
commit e247342659
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ stdenv.mkDerivation {
homepage = https://www.spotify.com/;
description = "Play music from the Spotify music service";
license = licenses.unfree;
maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau ];
maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau angristan ];
platforms = [ "x86_64-linux" ];
};
}