Reference repositories in README

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-24 01:22:56 +02:00
parent 59b2f06566
commit 112650190a
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -75,3 +75,8 @@ build_acl(target_name, target_type, read=False, write=False, execute=False)
## Hacking/Tests
Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `scripts/test.sh`.
## Repository
The authoritative source of this project is at https://git.com.de/Georg/pyacl.
A mirror is provided at https://github.com/tacerus/pyacl.