yodl: fix 'meta.license' (#430933)

This commit is contained in:
Gaétan Lepage 2025-08-04 22:32:38 +02:00 committed by GitHub
commit 05b324b2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Package that implements a pre-document language and tools to process it";
homepage = "https://fbb-git.gitlab.io/yodl/";
mainProgram = "yodl";
license = lib.licenses.agpl3Only; # Upstream did not clarify the license used. https://gitlab.com/fbb-git/yodl/-/issues/4
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ pSub ];
platforms = lib.platforms.linux;
};