From 156a9954d362e4772d6b667c063290c8e2cc81e4 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 23 Nov 2020 23:27:32 +0100 Subject: [PATCH] leo-editor: drop ramkromberg from maintainer per https://github.com/NixOS/nixpkgs/pull/103444#issuecomment-727590668 --- pkgs/applications/editors/leo-editor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix index f09fd2ec277..e583671bcb4 100644 --- a/pkgs/applications/editors/leo-editor/default.nix +++ b/pkgs/applications/editors/leo-editor/default.nix @@ -62,6 +62,6 @@ mkDerivation rec { description = "A powerful folding editor"; longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers."; license = licenses.mit; - maintainers = with maintainers; [ leonardoce ramkromberg ]; + maintainers = with maintainers; [ leonardoce ]; }; }