Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Remove references to my old address.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Apr 29, 2024
1 parent c7a253e commit 1a4f169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE
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.

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion kak-tree-sitter/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion ktsctl/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a4f169

Please sign in to comment.