about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gerrit_plugins/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix
index ba0ea3f2bb..932b98c356 100644
--- a/third_party/gerrit_plugins/default.nix
+++ b/third_party/gerrit_plugins/default.nix
@@ -7,10 +7,4 @@ in {
     url = "https://storage.googleapis.com/tazjins-data/tvl/owners_3.2.jar";
     sha256 = "1xw1q3g0353aw5jqxp69n85f8y57l2p51np37n8r34kzbn5r4iz7";
   } // { name = "owners"; };
-
-  # https://gerrit.googlesource.com/plugins/owners
-  owners-autoassign = fetchurl {
-    url = "https://storage.googleapis.com/tazjins-data/tvl/owners-autoassign_3.2.jar";
-    sha256 = "1yr6rpzlac2kdxagjk8mfw6fj66fsn31v5h03bi129ri29ikppql";
-  } // { name = "owners-autoassign"; };
 }