flam3: fix license (gpl3+, not cc-by-nc-sa-20)

https://github.com/scottdraves/flam3/blob/v3.1.1/COPYING
This commit is contained in:
Arnout Engelen 2020-08-16 13:41:49 +02:00 committed by Jan Tojnar
parent aeffd67cec
commit fc00e14704

View file

@ -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;
};
}