kakoune: add philiptaron as maintainer to most kakoune-related things

This commit is contained in:
Philip Taron 2024-07-26 08:11:52 -07:00
parent f42f535a21
commit 2f3e77e1f2
No known key found for this signature in database
5 changed files with 9 additions and 6 deletions

3
.github/CODEOWNERS vendored
View File

@ -267,6 +267,9 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/applications/editors/emacs @adisbladis
/pkgs/top-level/emacs-packages.nix @adisbladis
# Kakoune
/pkgs/applications/editors/kakoune @philiptaron
# Neovim
/pkgs/applications/editors/neovim @figsoda @teto

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Vim inspired text editor";
license = licenses.publicDomain;
mainProgram = "kak";
maintainers = [ ];
maintainers = with maintainers; [ philiptaron ];
platforms = platforms.unix;
};
})

View File

@ -58,7 +58,7 @@ declare-option -hidden str ansi_filter %{'"$out"'/bin/kak-ansi-filter}
description = "Kakoune support for rendering ANSI code";
homepage = "https://github.com/eraserhd/kak-ansi";
license = licenses.unlicense;
maintainers = with maintainers; [ eraserhd ];
maintainers = with maintainers; [ eraserhd philiptaron ];
platforms = platforms.all;
};
};
@ -88,7 +88,7 @@ declare-option -hidden str ansi_filter %{'"$out"'/bin/kak-ansi-filter}
description = "Kakoune integration with the Plan 9 plumber";
homepage = "https://github.com/eraserhd/kak-plumb";
license = licenses.unlicense;
maintainers = with maintainers; [ eraserhd ];
maintainers = with maintainers; [ eraserhd philiptaron ];
platforms = platforms.all;
};
};
@ -119,7 +119,7 @@ declare-option -hidden str ansi_filter %{'"$out"'/bin/kak-ansi-filter}
description = "Help Kakoune save and restore state between sessions";
homepage = "https://gitlab.com/Screwtapello/kakoune-state-save";
license = licenses.mit;
maintainers = with maintainers; [ Flakebi ];
maintainers = with maintainers; [ Flakebi philiptaron ];
platforms = platforms.all;
};
};

View File

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
description = "Kakoune Language Server Protocol Client";
homepage = "https://github.com/kakoune-lsp/kakoune-lsp";
license = with licenses; [ unlicense /* or */ mit ];
maintainers = with maintainers; [ spacekookie poweredbypie ];
maintainers = with maintainers; [ philiptaron spacekookie poweredbypie ];
mainProgram = "kak-lsp";
};
}

View File

@ -44,7 +44,7 @@ crystal.buildCrystalPackage rec {
homepage = "https://github.com/alexherbo2/kakoune.cr";
description = "Command-line tool for Kakoune";
license = licenses.unlicense;
maintainers = with maintainers; [ malte-v ];
maintainers = with maintainers; [ philiptaron malte-v ];
platforms = platforms.unix;
};
}