From 5001cc738578d2ff8068a1e09c75dd6e78be6c31 Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Tue, 2 Nov 2021 07:25:09 -0700 Subject: [PATCH] metals: remove maintainer ceedubs (me) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I no longer use Scala/Metals, so I'm not a good maintainer for this package. Luckily fabianhjr and tomahna do a great job keeping it up to date 🎉 --- pkgs/development/tools/metals/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/metals/default.nix b/pkgs/development/tools/metals/default.nix index c8a35a75c9bf..0746f27fc6fd 100644 --- a/pkgs/development/tools/metals/default.nix +++ b/pkgs/development/tools/metals/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://scalameta.org/metals/"; license = licenses.asl20; description = "Work-in-progress language server for Scala"; - maintainers = with maintainers; [ ceedubs fabianhjr tomahna ]; + maintainers = with maintainers; [ fabianhjr tomahna ]; }; }