lol

readosm had an extra license field, fixed

extra license introduced at 8488d133f37d6f6e2ab0b13e9513af28ddb8da6e

-1
-1
pkgs/development/libraries/readosm/default.nix
··· 17 17 meta = { 18 18 description = "An open source library to extract valid data from within an Open Street Map input file"; 19 19 homepage = https://www.gaia-gis.it/fossil/readosm; 20 - license = [ "GPLv2+" "LGPLv2+" "MPL1.1" ]; 21 20 license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ]; 22 21 }; 23 22 }