Skip to content

Commit

Permalink
Complete NerdHubMC -> OnyxStudios rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpieboop committed Feb 15, 2020
1 parent c0e1b3f commit 0e13a5a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
```
repositories {
maven {
name = "NerdHubMC"
name = "OnyxStudios"
url = "https://maven.abusedmaster.xyz"
}
}
dependencies {
modCompile "com.github.NerdHubMC:FOML:${foml_version}"
modCompile "com.github.OnyxStudios:FOML:${foml_version}"
// Includes FOML as a Jar in Jar dependency, Optional
include "com.github.NerdHubMC:FOML:${foml_version}"
include "com.github.OnyxStudios:FOML:${foml_version}"
}
```

You can find current releases over at the [maven](https://maven.abusedmaster.xyz/com/github/NerdHubMC/FOML/)
You can find current releases over at the [maven](https://maven.abusedmaster.xyz/com/github/OnyxStudios/FOML/)

# How to use
Getting started with FOML is very simple and easy to do.
Expand Down
12 changes: 6 additions & 6 deletions foml-mod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ publishing {
artifact sourcesJar
pom {
name = "FOML"
url = "https://github.com/NerdHubMC/FOML"
url = "https://github.com/OnyxStudios/FOML"
licenses {
license {
name = "MIT License"
url = "https://github.com/NerdHubMC/FOML/blob/master/LICENSE.md"
url = "https://github.com/OnyxStudios/FOML/blob/master/LICENSE.md"
}
}
scm {
url = "https://github.com/NerdHubMC/FOML"
connection = "scm:git:git://github.com/NerdHubMC/FOML.git"
developerConnection = "scm:git:git@github.com:NerdHubMC/FOML.git"
url = "https://github.com/OnyxStudios/FOML"
connection = "scm:git:git://github.com/OnyxStudios/FOML.git"
developerConnection = "scm:git:git@github.com:OnyxStudios/FOML.git"
}
issueManagement {
system = "github"
url = "https://github.com/NerdHubMC/FOML/issues"
url = "https://github.com/OnyxStudios/FOML/issues"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion foml-test/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"contact": {
"homepage": "https://minecraft.curseforge.com/projects/FOML",
"sources": "https://github.com/NerdHubMC/FOML"
"sources": "https://github.com/OnyxStudios/FOML"
},
"license": "MIT",
"environment": "*",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ fabric_version = 0.4.30+build.291-1.15
javagl_version = 0.3.0

mod_version = 1.2.0
mod_group = com.github.NerdHubMC
mod_group = com.github.OnyxStudios
mod_name = FOML

0 comments on commit 0e13a5a

Please sign in to comment.