google-play-music-desktop-player: add anna328p as maintainer

This commit is contained in:
Robert Schütz 2021-03-11 16:45:15 +01:00
parent 220b31d315
commit 5c4410952a

View file

@ -77,6 +77,6 @@ stdenv.mkDerivation {
description = "A beautiful cross platform Desktop Player for Google Play Music and YouTube Music";
license = lib.licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = [ lib.maintainers.SuprDewd ];
maintainers = with lib.maintainers; [ anna328p SuprDewd ];
};
}