diff options
author | kanepyork <rikingcoding@gmail.com> | 2020-08-18T22·08+0000 |
---|---|---|
committer | kanepyork <rikingcoding@gmail.com> | 2020-08-18T22·36+0000 |
commit | 32d9e6c8d00e29af708f6dd61882ef60a98fbdd0 (patch) | |
tree | 49aabb3ad3d849cb2cc459587703f18c33cd7945 /third_party | |
parent | 4ed096b7d7a92a7bfc637da95dccfc9fdb241994 (diff) |
revert(3p/loxy): Add link to source repository r/1676
This reverts commit 4d113ae9f91acd167e4ab739025911ead66b7f2a. Reason for revert: Source repository link has been added to the homepage Change-Id: I21667fab928621ba8973c8598d01920ecbf512ef Reviewed-on: https://cl.tvl.fyi/c/depot/+/1801 Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/loxy/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/loxy/default.nix b/third_party/loxy/default.nix index 5922cfd1cba8..d1399f3ea947 100644 --- a/third_party/loxy/default.nix +++ b/third_party/loxy/default.nix @@ -25,7 +25,6 @@ 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 ]; }; |