treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -31,7 +31,7 @@ buildGoPackage rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://traefik.io;
|
||||
homepage = "https://traefik.io";
|
||||
description = "A modern reverse proxy";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hamhut1066 vdemeester ];
|
||||
|
||||
Reference in New Issue
Block a user