commit 302ffe820207d0057a3e5e725094ab605e1cf0b2 parent 365ce83cc55d1b3bc7414bbc5dbde6b47829c1e3 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Wed, 4 Jan 2023 18:22:29 +0300 change nur-update endpoint Diffstat:
M | .github/workflows/build.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -51,4 +51,4 @@ jobs: env: NIXPKGS_ALLOW_INSECURE: 1 - name: Trigger NUR update - run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}" + run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"