treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.routino.org/;
|
||||
homepage = "http://www.routino.org/";
|
||||
description = "OpenStreetMap Routing Software";
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
|
||||
Reference in New Issue
Block a user