summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-23 23:27:32 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-23 22:04:00 -0800
commit156a9954d362e4772d6b667c063290c8e2cc81e4 (patch)
tree7f53303dec07e56050a5c55cb3851b2c73a627ac /pkgs
parent0d2f29d6178b3fa4f044865b76da271c789c2979 (diff)
leo-editor: drop ramkromberg from maintainer
per https://github.com/NixOS/nixpkgs/pull/103444#issuecomment-727590668
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/leo-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix
index f09fd2ec2779..e583671bcb40 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 ];
};
}