about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkanepyork <rikingcoding@gmail.com>2020-08-18T22·08+0000
committerkanepyork <rikingcoding@gmail.com>2020-08-18T22·36+0000
commit32d9e6c8d00e29af708f6dd61882ef60a98fbdd0 (patch)
tree49aabb3ad3d849cb2cc459587703f18c33cd7945
parent4ed096b7d7a92a7bfc637da95dccfc9fdb241994 (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
-rw-r--r--third_party/loxy/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/loxy/default.nix b/third_party/loxy/default.nix
index 5922cfd1cb..d1399f3ea9 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 ];
   };