treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -57,8 +57,8 @@ buildPythonApplication rec {
|
||||
doCheck = false;
|
||||
meta = with lib; {
|
||||
description = "MapProxy is an open source proxy for geospatial data";
|
||||
homepage = https://mapproxy.org/;
|
||||
homepage = "https://mapproxy.org/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rakesh4g ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user