meta.licenses -> license

This commit is contained in:
Joachim Fasting
2015-04-21 23:10:07 +02:00
parent 5c6dd54183
commit 8488d133f3
18 changed files with 18 additions and 18 deletions
@@ -18,6 +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 ];
license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
};
}