Fix license reference

This commit is contained in:
Michael Raskin 2015-01-18 23:53:15 +03:00
parent 87862a003b
commit 47f0784985
2 changed files with 2 additions and 1 deletions

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
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;
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
};
}

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
meta = {
description = "A complete sqlite3-compatible CLI front-end for libspatialite";
homepage = https://www.gaia-gis.it/fossil/spatialite-tools;
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
};
}