This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to my old address.
- Loading branch information
1 parent
c7a253e
commit 1a4f169
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2023, Dimitri Sabadie <[email protected]> | ||
Copyright (c) 2023,2024 Dimitri Sabadie <[email protected]> | ||
|
||
All rights reserved. | ||
|
||
|
@@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: | |
disclaimer in the documentation and/or other materials provided | ||
with the distribution. | ||
|
||
* Neither the name of Dimitri Sabadie <[email protected]> nor the names of other | ||
* Neither the name of Dimitri Sabadie <[email protected]> nor the names of other | ||
contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ use clap::Parser; | |
|
||
#[derive(Debug, Parser)] | ||
#[clap( | ||
author = "Dimitri Sabadie <[email protected]>", | ||
author = "Dimitri Sabadie <[email protected]>", | ||
name = "kak-tree-sitter", | ||
version = concat!(env!("CARGO_PKG_VERSION"), "-", env!("GIT_HEAD")), | ||
about = "A client/server interface between Kakoune and tree-sitter." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ use clap::{Parser, Subcommand}; | |
|
||
#[derive(Debug, Parser)] | ||
#[clap( | ||
author = "Dimitri Sabadie <[email protected]>", | ||
author = "Dimitri Sabadie <[email protected]>", | ||
name = "ktsctl", | ||
version = concat!(env!("CARGO_PKG_VERSION"), "-", env!("GIT_HEAD")), | ||
about = "CLI controler for kak-tree-sitter" | ||
|