libvisio: fix license
This commit is contained in:
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library providing ability to interpret and import visio diagrams into various applications";
|
description = "A library providing ability to interpret and import visio diagrams into various applications";
|
||||||
homepage = https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
|
homepage = https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
|
||||||
license = licenses.mpl2;
|
license = licenses.mpl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user