diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-17T01·08+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-17T09·54+0000 |
commit | 4d113ae9f91acd167e4ab739025911ead66b7f2a (patch) | |
tree | 16f42b3491fa8698fd5dc1dbdf6ba34853cc459e /third_party | |
parent | 1fc9ba4885f5a16e263bcc5e58bef68e3aa32cea (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')
-rw-r--r-- | third_party/loxy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/loxy/default.nix b/third_party/loxy/default.nix index d1399f3ea947..5922cfd1cba8 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 ]; }; |