Skip to content

Commit 400608d

Browse files
committed
fix name
1 parent 09167ac commit 400608d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kanaria_dotnet/KanariaDotNet/KanariaDotNet.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<version>0.2.0</version>
1212
<releaseNotes></releaseNotes>
1313

14-
<projectUrl>https://github.com/sam-osamu/kanaria</projectUrl>
14+
<projectUrl>https://github.com/samunohito/kanaria</projectUrl>
1515
<license type="expression">MIT</license>
1616
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1717

kanaria_extern/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kanaria_extern"
33
version = "0.1.0"
4-
authors = ["osamu <46447427+sam-osamu@users.noreply.github.com>"]
4+
authors = ["samunohito <46447427+samunohito@users.noreply.github.com>"]
55
edition = "2021"
66

77
[dependencies]

kanaria_jvm/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("com.osm.gradle.plugins.rustic") version "0.2.7"
1010
}
1111

12-
val GITHUB_URL = "https://github.com/sam-osamu/kanaria"
12+
val GITHUB_URL = "https://github.com/samunohito/kanaria"
1313
group = "com.kanaria"
1414
version = "0.2.0"
1515

kanaria_jvm/src/main/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kanaria_jni"
33
version = "0.1.0"
4-
authors = ["osamu <46447427+sam-osamu@users.noreply.github.com>"]
4+
authors = ["samunohito <46447427+samunohito@users.noreply.github.com>"]
55
edition = "2021"
66

77
[dependencies]

0 commit comments

Comments
 (0)