river-classic: update license to GPL-3.0-only (#475785)

This commit is contained in:
Adam C. Stephens
2026-01-01 12:57:00 +00:00
committed by GitHub

View File

@@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
the river 0.4.0 release.
'';
changelog = "https://codeberg.org/river/river-classic/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
adamcstephens
moni