Skip to content

Commit 5be6965

Browse files
committed
Update repository URL from Glavo to HMCL-dev
1 parent b0f270e commit 5be6965

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HelloNBT
22

3-
[![codecov](https://codecov.io/gh/Glavo/HelloNBT/graph/badge.svg?token=M1XJHATTPN)](https://codecov.io/gh/Glavo/HelloNBT)
3+
[![codecov](https://codecov.io/gh/HMCL-dev/HelloNBT/graph/badge.svg?token=M1XJHATTPN)](https://codecov.io/gh/HMCL-dev/HelloNBT)
44
[![](https://img.shields.io/maven-central/v/org.glavo/HelloNBT?label=Maven%20Central)](https://search.maven.org/artifact/org.glavo/HelloNBT)
55
[![javadoc](https://javadoc.io/badge2/org.glavo/HelloNBT/javadoc.svg)](https://javadoc.io/doc/org.glavo/HelloNBT)
66

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing.publications.create<MavenPublication>("maven") {
103103
pom {
104104
name.set(project.name)
105105
description.set(project.description)
106-
url.set("https://github.com/Glavo/HelloNBT")
106+
url.set("https://github.com/HMCL-dev/HelloNBT")
107107

108108
licenses {
109109
license {
@@ -121,7 +121,7 @@ publishing.publications.create<MavenPublication>("maven") {
121121
}
122122

123123
scm {
124-
url.set("https://github.com/Glavo/HelloNBT")
124+
url.set("https://github.com/HMCL-dev/HelloNBT")
125125
}
126126
}
127127
}

src/main/java/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
/// [HelloNBT](https://github.com/Glavo/HelloNBT) is a modern Java library for reading and writing Minecraft NBT files.
17+
/// [HelloNBT](https://github.com/HMCL-dev/HelloNBT) is a modern Java library for reading and writing Minecraft NBT files.
1818
///
19-
/// For an introduction and detailed tutorials on HelloNBT, please refer to the [HelloNBT Documentation](https://github.com/Glavo/HelloNBT/tree/main/docs).
19+
/// For an introduction and detailed tutorials on HelloNBT, please refer to the [HelloNBT Documentation](https://github.com/HMCL-dev/HelloNBT/tree/main/docs).
2020
///
2121
/// If you want to learn about the HelloNBT API by reading the Javadoc, check the documentation of the following core classes:
2222
///

src/main/java/org/glavo/nbt/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
/// The base package for the [HelloNBT](https://github.com/Glavo/HelloNBT).
17+
/// The base package for the [HelloNBT](https://github.com/HMCL-dev/HelloNBT).
1818
///
1919
/// There are the core packages for HelloNBT:
2020
///

0 commit comments

Comments
 (0)