mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
libvisio: fix license
This commit is contained in:
parent
99e0722657
commit
c4e848197f
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user