readosm had an extra license field, fixed

extra license introduced at 8488d133f3
This commit is contained in:
Cray Elliott 2015-04-21 22:10:08 -07:00
parent 7761112e37
commit d5bd6062eb

View File

@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
meta = {
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" ];
license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
};
}