about summary refs log tree commit diff
path: root/third_party/loxy
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-17T01·08+0100
committertazjin <mail@tazj.in>2020-08-17T09·54+0000
commit4d113ae9f91acd167e4ab739025911ead66b7f2a (patch)
tree16f42b3491fa8698fd5dc1dbdf6ba34853cc459e /third_party/loxy
parent1fc9ba4885f5a16e263bcc5e58bef68e3aa32cea (diff)
chore(3p/loxy): Add link to source repository r/1659
This is not obvious otherwise.

Change-Id: Ic07993a58e545345dae4529d281d6fdae35c19aa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1761
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/loxy')
-rw-r--r--third_party/loxy/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];
   };