minecraft-server: add jyooru as maintainer

This commit is contained in:
Joel 2021-12-11 16:46:20 +10:00 committed by tomberek
parent 867b8e2188
commit 63c488bf3b

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation {
homepage = "https://minecraft.net";
license = licenses.unfreeRedistributable;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice tomberek costrouc ];
maintainers = with maintainers; [ thoughtpolice tomberek costrouc jyooru ];
};
}