nix: fix quazip input

This commit is contained in:
Babbaj
2022-02-04 02:13:48 -05:00
parent 076efc4cb2
commit 8d603d6162
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
flake = false;
};
inputs.quazip = {
url = "github:multimc/quazip";
url = "github:stachenov/quazip";
flake = false;
};