aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/editors/leo-editor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/editors/leo-editor/default.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/editors/leo-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/editors/leo-editor/default.nix b/infra/libkookie/nixpkgs/pkgs/applications/editors/leo-editor/default.nix
index f09fd2ec2779..e583671bcb40 100644
--- a/infra/libkookie/nixpkgs/pkgs/applications/editors/leo-editor/default.nix
+++ b/infra/libkookie/nixpkgs/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 ];
};
}