project-lemonlime: fix license

This commit is contained in:
aberter0x3f
2025-07-17 18:58:18 +08:00
committed by Aberter Yan
parent 832e128cc7
commit 4851a7abfa
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Lightweight evaluation system based on Lemon + LemonPlus for OI competitions";
homepage = "https://github.com/Project-LemonLime/Project_LemonLime";
changelog = "https://github.com/Project-LemonLime/Project_LemonLime/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Only;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
sigmanificient
bot-wxt1221