Loading .github/CODEOWNERS +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/applications/editors/kakoune/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }) pkgs/applications/editors/kakoune/plugins/overrides.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; }; }; Loading Loading @@ -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; }; }; Loading Loading @@ -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; }; }; Loading pkgs/by-name/ka/kakoune-lsp/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; }; } pkgs/tools/misc/kakoune-cr/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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
.github/CODEOWNERS +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/editors/kakoune/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; })
pkgs/applications/editors/kakoune/plugins/overrides.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; }; }; Loading Loading @@ -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; }; }; Loading Loading @@ -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; }; }; Loading
pkgs/by-name/ka/kakoune-lsp/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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"; }; }
pkgs/tools/misc/kakoune-cr/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; }