treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ buildGoPackage rec {
|
||||
subPackages = [ "./" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://k6.io/;
|
||||
homepage = "https://k6.io/";
|
||||
description = "A modern load testing tool, using Go and JavaScript";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
|
||||
Reference in New Issue
Block a user