treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ 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;
|
||||
homepage = "https://www.gaia-gis.it/fossil/readosm";
|
||||
license = with stdenv.lib.licenses; [ mpl11 gpl2Plus lgpl21Plus ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user