forked from mirrors/nixpkgs
shotcut: clarify license as gpl3Plus
This commit is contained in:
parent
f6a7137726
commit
98ea8a9dba
|
@ -94,7 +94,7 @@ mkDerivation rec {
|
|||
please use the official build from shotcut.org instead.
|
||||
'';
|
||||
homepage = "https://shotcut.org";
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ goibhniu woffs peti ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue