Fix license reference
This commit is contained in:
parent
87862a003b
commit
47f0784985
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An open source library to extract valid data from within an Open Street Map input file";
|
description = "An open source library to extract valid data from within an Open Street Map input file";
|
||||||
homepage = https://www.gaia-gis.it/fossil/readosm;
|
homepage = https://www.gaia-gis.it/fossil/readosm;
|
||||||
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
|
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
|
||||||
|
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A complete sqlite3-compatible CLI front-end for libspatialite";
|
description = "A complete sqlite3-compatible CLI front-end for libspatialite";
|
||||||
homepage = https://www.gaia-gis.it/fossil/spatialite-tools;
|
homepage = https://www.gaia-gis.it/fossil/spatialite-tools;
|
||||||
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
|
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user