summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-08-16 13:41:49 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-08-16 14:26:11 +0200
commitfc00e14704dc29d16b2e2c0603531ffd04f527a2 (patch)
treed2002a011a827a76fff6355846d77027e310c4f3 /pkgs/tools/graphics
parentaeffd67cec5b76e327f244c7464a4254113836cc (diff)
flam3: fix license (gpl3+, not cc-by-nc-sa-20)
https://github.com/scottdraves/flam3/blob/v3.1.1/COPYING
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/flam3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/flam3/default.nix b/pkgs/tools/graphics/flam3/default.nix
index 0f1bf8065514..29560cfe6e55 100644
--- a/pkgs/tools/graphics/flam3/default.nix
+++ b/pkgs/tools/graphics/flam3/default.nix
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://flam3.com/";
maintainers = [ maintainers.nand0p ];
platforms = platforms.linux;
- license = licenses.cc-by-nc-sa-20;
+ license = licenses.gpl3Plus;
};
}