osmctools: Use a list for homepage instead of multi-line string

+3 -3
+3 -3
pkgs/applications/misc/osmctools/default.nix
··· 37 38 meta = with stdenv.lib; { 39 description = "Command line tools for transforming Open Street Map files"; 40 - homepage = '' 41 - http://wiki.openstreetmap.org/wiki/Osmconvert 42 https://wiki.openstreetmap.org/wiki/Osmfilter 43 - ''; 44 platforms = platforms.unix; 45 }; 46 }
··· 37 38 meta = with stdenv.lib; { 39 description = "Command line tools for transforming Open Street Map files"; 40 + homepage = [ 41 + https://wiki.openstreetmap.org/wiki/Osmconvert 42 https://wiki.openstreetmap.org/wiki/Osmfilter 43 + ]; 44 platforms = platforms.unix; 45 }; 46 }