ardour: clarify gpl2 license with gpl2Plus

This commit is contained in:
mitchmindtree 2021-03-11 13:11:21 +01:00
parent e14c97185f
commit 070334a512

View File

@ -183,7 +183,7 @@ stdenv.mkDerivation rec {
https://community.ardour.org/donate
'';
homepage = "https://ardour.org/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ goibhniu magnetophon mitchmindtree ];
};