musikcube: use with maintainers

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
Solène Rapenne 2022-10-06 18:45:49 +02:00 committed by GitHub
parent a7aa87ae68
commit 3f1785e1a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A fully functional terminal-based music player, library, and streaming audio server";
homepage = "https://musikcube.com/";
maintainers = [ maintainers.aanderse maintainers.srapenne ];
maintainers = with maintainers; [ aanderse srapenne ];
license = licenses.bsd3;
platforms = platforms.all;
};