yodl: fix 'meta.license'

+1 -1
+1 -1
pkgs/by-name/yo/yodl/package.nix
··· 91 description = "Package that implements a pre-document language and tools to process it"; 92 homepage = "https://fbb-git.gitlab.io/yodl/"; 93 mainProgram = "yodl"; 94 - license = lib.licenses.agpl3Only; # Upstream did not clarify the license used. https://gitlab.com/fbb-git/yodl/-/issues/4 95 maintainers = with lib.maintainers; [ pSub ]; 96 platforms = lib.platforms.linux; 97 };
··· 91 description = "Package that implements a pre-document language and tools to process it"; 92 homepage = "https://fbb-git.gitlab.io/yodl/"; 93 mainProgram = "yodl"; 94 + license = lib.licenses.agpl3Plus; 95 maintainers = with lib.maintainers; [ pSub ]; 96 platforms = lib.platforms.linux; 97 };