From 4d113ae9f91acd167e4ab739025911ead66b7f2a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 17 Aug 2020 02:08:25 +0100 Subject: chore(3p/loxy): Add link to source repository This is not obvious otherwise. Change-Id: Ic07993a58e545345dae4529d281d6fdae35c19aa Reviewed-on: https://cl.tvl.fyi/c/depot/+/1761 Tested-by: BuildkiteCI Reviewed-by: glittershark --- third_party/loxy/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/loxy') diff --git a/third_party/loxy/default.nix b/third_party/loxy/default.nix index d1399f3ea9..5922cfd1cb 100644 --- a/third_party/loxy/default.nix +++ b/third_party/loxy/default.nix @@ -25,6 +25,7 @@ pkgs.buildGoModule rec { meta = with lib; { description = "a logging IRC proxy"; homepage = "https://anomalous.eu/projects/loxy"; + vcs = "https://src.anomalous.eu/loxy"; license = licenses.gpl3Plus; maintainers = with maintainers; [ V edef ]; }; -- cgit 1.4.1