kakoune: add philiptaron as maintainer to most kakoune-related things
This commit is contained in:
parent
f42f535a21
commit
2f3e77e1f2
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
@ -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
|
||||
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user