treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -58,7 +58,7 @@ buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = https://github.com/elastic/curator;
|
||||
homepage = "https://github.com/elastic/curator";
|
||||
description = "Curate, or manage, your Elasticsearch indices and snapshots";
|
||||
license = licenses.asl20;
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user