treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://vanheusden.com/httping;
|
||||
homepage = "https://vanheusden.com/httping";
|
||||
description = "ping with HTTP requests";
|
||||
longDescription = ''
|
||||
Give httping an url, and it'll show you how long it takes to connect,
|
||||
|
||||
Reference in New Issue
Block a user