nezha-theme-user: correct license

(cherry picked from commit 6f61925601)
This commit is contained in:
Moraxyc 2026-06-16 13:40:37 +08:00 committed by github-actions[bot]
commit 20b9600aae

View file

@ -56,7 +56,7 @@ buildNpmPackage (finalAttrs: {
description = "Nezha monitoring user frontend based on next.js";
changelog = "https://github.com/hamster1963/nezha-dash-v2/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/hamster1963/nezha-dash-v2";
license = lib.licenses.apsl20;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ moraxyc ];
};
})