treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/algernon/riemann-c-client;
|
||||
homepage = "https://github.com/algernon/riemann-c-client";
|
||||
description = "A C client library for the Riemann monitoring system";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ pradeepchhetri ];
|
||||
|
||||
Reference in New Issue
Block a user