Skip to content

Commit

Permalink
fix license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hoß committed Mar 27, 2022
1 parent ab5a2fa commit aef059f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tree-sitter-ssh-client-config"
description = "SSH client config grammar for the tree-sitter parsing library"
version = "1.0.0"
version = "1.0.1"
keywords = ["incremental", "parsing", "ssh", "client", "config"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/metio/tree-sitter-ssh-client-config"
edition = "2018"
license = "CC0"
license = "CC0-1.0"

build = "bindings/rust/build.rs"
include = [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-ssh-client-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "tree-sitter grammar for SSH client configuration files",
"keywords": [
"parser",
Expand All @@ -25,7 +25,7 @@
"url": "https://seb.people.metio.wtf/"
},
"contributors": [],
"license": "CC0",
"license": "CC0-1.0",
"dependencies": {
"nan": "^2.15.0"
},
Expand Down

0 comments on commit aef059f

Please sign in to comment.