Unverified Commit 05b324b2 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents ab2c6b96 ca34d0a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };