spotifyd: add marsam as maintainer

This commit is contained in:
Mario Rodas 2019-10-07 20:41:13 -05:00
parent a257c0a06c
commit eeae856d6d
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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 = [ maintainers.anderslundstedt maintainers.marsam ];
platforms = platforms.unix;
};
}