summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-12 09:08:12 +0000
committerGitHub <[email protected]>2023-05-12 09:08:12 +0000
commit41f8b06570d80ac6c20118272530bc7c0ed494cb (patch)
tree96700ea8766d339f2d8a7b8a1071cfbb16ffe269 /README.md
parenta0c9b2378a0d1b3e57fda1d377b9914e3bc141b6 (diff)
fix: link to upstream nix-minecraft repo
Infinidoge/nix-minecraft is the repository where development on nix-minecraft actually takes place
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 703985f..d586c7d 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ your already existing packwiz modpack!
### For users
-It is recommended to use [misterio77's](https://github.com/Misterio77) [nix-minecraft](https://github.com/misterio77/nix-minecraft)
+It is recommended to use [Infinidoge's](https://github.com/Infinidoge) [nix-minecraft](https://github.com/Infinidoge/nix-minecraft)
module as it allows you to symlink packages into a minecraft server's directory.
There is a convenience function called `mkModLinks` that can automate the creation of symlinks for a server like so:
@@ -95,5 +95,5 @@ There are two main things you should keep in mind with this project currently:
## Related Projects
-- [misterio77/nix-minecraft](https://github.com/misterio77/nix-minecraft)
+- [Infinidoge/nix-minecraft](https://github.com/Infinidoge/nix-minecraft)
- [nix-community/mineflake](https://github.com/nix-community/mineflake)