jellyfin-web: add platforms

This commit is contained in:
06kellyjac 2022-04-11 10:05:51 +01:00 committed by ehmry
parent 7be04844b0
commit 592dc9ed7f

View file

@ -77,5 +77,6 @@ stdenv.mkDerivation rec {
homepage = "https://jellyfin.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nyanloutre minijackson purcell jojosch ];
platforms = nodejs.meta.platforms;
};
}