treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Constant throughput, correct latency recording variant of wrk";
|
||||
homepage = https://github.com/giltene/wrk2;
|
||||
homepage = "https://github.com/giltene/wrk2";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
||||
|
||||
Reference in New Issue
Block a user