diff options
-rw-r--r-- | ops/nixos/monorepo-gerrit.nix | 1 | ||||
-rw-r--r-- | third_party/gerrit_plugins/default.nix | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix index add4b18c7dbb..ac20b3cb4970 100644 --- a/ops/nixos/monorepo-gerrit.nix +++ b/ops/nixos/monorepo-gerrit.nix @@ -19,7 +19,6 @@ in { plugins = with config.depot.third_party.gerrit_plugins; [ owners - owners-autoassign ]; package = config.depot.third_party.gerrit; diff --git a/third_party/gerrit_plugins/default.nix b/third_party/gerrit_plugins/default.nix index ba0ea3f2bbba..932b98c35660 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"; }; } |