spotifyd: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2019-11-24 20:05:06 +02:00
parent e114d848a1
commit e367b8bdcd
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
description = "An open source Spotify client running as a UNIX daemon";
homepage = "https://github.com/Spotifyd/spotifyd";
license = with licenses; [ gpl3 ];
maintainers = [ maintainers.anderslundstedt maintainers.marsam ];
maintainers = with maintainers; [ anderslundstedt filalex77 marsam ];
platforms = platforms.unix;
};
}