Skip to content

Commit

Permalink
Fix NeoForge repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed May 25, 2024
1 parent d2881ff commit 8e01bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ private void addTemporaryRepositories(RepositoryHandler repositories) {

repositories.maven(repo -> {
repo.setName("Temporary Repo for neoforge");
repo.setUrl("https://prmaven.neoforged.net/NeoForged/pr959");
repo.setUrl("https://prmaven.neoforged.net/NeoForge/pr959");
repo.content(content -> {
content.includeModule("net.neoforged", "neoforge");
});
Expand Down

0 comments on commit 8e01bd9

Please sign in to comment.