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:
parent
aeffd67cec
commit
fc00e14704
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue