libvisio: fix license

This commit is contained in:
Jan Tojnar 2018-03-31 00:24:44 +02:00
parent 99e0722657
commit c4e848197f
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A library providing ability to interpret and import visio diagrams into various applications";
homepage = https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
license = licenses.mpl2;
license = licenses.mpl20;
platforms = platforms.unix;
};
}