From 9e89d2d88e8e66aa7bcb91ffd9191a0108860e1c Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 7 Feb 2025 20:37:04 +0100 Subject: [PATCH] fix(third_party/smtprelay): stop using URL literals These have been deprecated for a while. Change-Id: Iafeac725c84d6c5cae42dd7acdf01239bbcfdd96 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13114 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: sterni --- third_party/smtprelay/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/smtprelay/default.nix b/third_party/smtprelay/default.nix index 1a68245e9..b46e02076 100644 --- a/third_party/smtprelay/default.nix +++ b/third_party/smtprelay/default.nix @@ -15,7 +15,7 @@ pkgs.buildGoModule rec { meta = with lib; { description = "Simple Golang SMTP relay/proxy server"; - homepage = https://github.com/decke/smtprelay; + homepage = "https://github.com/decke/smtprelay"; license = licenses.mit; }; }