diff --git a/.forgejo/workflows/update-flake-lock.yaml b/.forgejo/workflows/update-flake-lock.yaml index f6037ad..c120fee 100644 --- a/.forgejo/workflows/update-flake-lock.yaml +++ b/.forgejo/workflows/update-flake-lock.yaml @@ -15,7 +15,7 @@ jobs: run: git switch -c update-flake-lock - name: Configure git as `Seven of Nix` run: | - git config --global user.email "sevenofnine+andrea.ciceri@autistici.org" + git config --global user.email "sevenofnine@stronzi.org" git config --global user.name "Seven of Nine" - name: Update flake's lockfile and create commit run: nix flake update --commit-lock-file