tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
yodl: fix 'meta.license'
Bruno BELANYI
5 months ago
ca34d0a5
57d64ea4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
yo
yodl
package.nix
+1
-1
pkgs/by-name/yo/yodl/package.nix
···
91
91
description = "Package that implements a pre-document language and tools to process it";
92
92
homepage = "https://fbb-git.gitlab.io/yodl/";
93
93
mainProgram = "yodl";
94
94
-
license = lib.licenses.agpl3Only; # Upstream did not clarify the license used. https://gitlab.com/fbb-git/yodl/-/issues/4
94
94
+
license = lib.licenses.agpl3Plus;
95
95
maintainers = with lib.maintainers; [ pSub ];
96
96
platforms = lib.platforms.linux;
97
97
};