From a68a20c73a0e2bf8a9f851a5948ce5fa0c2bf278 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Tue, 4 Oct 2022 22:37:42 +0200 Subject: [PATCH] kakoune: add srapenne as maintainer --- pkgs/applications/editors/kakoune/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix index 9beab9fa4bea..26788ddb0677 100644 --- a/pkgs/applications/editors/kakoune/default.nix +++ b/pkgs/applications/editors/kakoune/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { description = "A vim inspired text editor"; license = licenses.publicDomain; mainProgram = "kak"; - maintainers = with maintainers; [ vrthra ]; + maintainers = with maintainers; [ vrthra srapenne ]; platforms = platforms.unix; }; }