In the current 03bbbcc350, make verify does not work. After working around sig->git-sig renaming, the following call still runs into issues:
/git-sig verify --threshold 1 --method=git --group maintainers; \
This is due to the removal of --method as part of f2fa9cf8fc .
In the current 03bbbcc350177fe359892d70789e0c8a60bd30dd, `make verify` does not work. After working around `sig`->`git-sig` renaming, the following call still runs into issues:
```
/git-sig verify --threshold 1 --method=git --group maintainers; \
```
This is due to the removal of `--method` as part of https://codeberg.org/distrust/git-sig/commit/f2fa9cf8fc4a1a342beeceb9d6e366fd23933f20 .