solvespace: fix license

This commit is contained in:
Robert ar@bash.org.pl Gerus 2021-02-25 06:42:20 +01:00
parent c1dcadc986
commit 8a1dd9584e

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A parametric 3d CAD program";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = [ maintainers.edef ];
platforms = platforms.linux;
homepage = "http://solvespace.com";