jellyfin: add minijackson to maintainers

This commit is contained in:
Minijackson
2019-04-14 13:16:02 +02:00
parent eb8dac2fcd
commit 7f00383449

View File

@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "The Free Software Media System";
homepage = https://jellyfin.github.io/;
license = licenses.gpl2;
maintainers = with maintainers; [ nyanloutre ];
maintainers = with maintainers; [ nyanloutre minijackson ];
};
}