mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
readosm had an extra license field, fixed
extra license introduced at 8488d133f3
This commit is contained in:
parent
7761112e37
commit
d5bd6062eb
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user