From 112650190a4484718436e976d96c9c3d63d18b4f Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Sep 2024 01:22:56 +0200 Subject: [PATCH] Reference repositories in README Signed-off-by: Georg Pfuetzenreuter --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fefdaee..bb00a80 100644 --- a/README.md +++ b/README.md @@ -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.