Unverified Commit 2f3e77e1 authored by Philip Taron's avatar Philip Taron
Browse files

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

parent f42f535a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})
+3 −3
Original line number Diff line number Diff line
@@ -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;
    };
  };
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}