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

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