osmctools: Use a list for homepage instead of multi-line string
This commit is contained in:
parent
5ffed5898c
commit
bebb14ebad
@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Command line tools for transforming Open Street Map files";
|
description = "Command line tools for transforming Open Street Map files";
|
||||||
homepage = ''
|
homepage = [
|
||||||
http://wiki.openstreetmap.org/wiki/Osmconvert
|
https://wiki.openstreetmap.org/wiki/Osmconvert
|
||||||
https://wiki.openstreetmap.org/wiki/Osmfilter
|
https://wiki.openstreetmap.org/wiki/Osmfilter
|
||||||
'';
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user