libvisio: fix license
This commit is contained in:
parent
99e0722657
commit
c4e848197f
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user