readosm had an extra license field, fixed
extra license introduced at 8488d133f37d6f6e2ab0b13e9513af28ddb8da6e
This commit is contained in:
parent
7761112e37
commit
d5bd6062eb
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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 = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
|
license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user