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 <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2020-08-17 02:08:25 +01:00 committed by tazjin
parent 1fc9ba4885
commit 4d113ae9f9

View file

@ -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 ];
};