Merge pull request #144248 from ceedubs/patch-1

metals: remove maintainer ceedubs (me)
This commit is contained in:
Bobby Rong
2021-11-02 22:37:56 +08:00
committed by GitHub
+1 -1
View File
@@ -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 ];
};
}