mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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";
|
||||
homepage = https://www.gaia-gis.it/fossil/readosm;
|
||||
license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ];
|
||||
licenses = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue