From 13ca3471b688c55b1793ba41ce22eefba99b50bb Mon Sep 17 00:00:00 2001 From: Ross Ryles Date: Tue, 19 May 2026 11:05:48 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20archive=20repository=20=E2=80=94=20apps?= =?UTF-8?q?=20moved=20to=20una-sdk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point contributors to una-sdk/Examples/Apps and apps-v* release tags. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..b8659188 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Repository archived + +**una-apps** has been merged into [una-sdk](https://github.com/UNAWatch/una-sdk). Reference applications now live at: + +https://github.com/UNAWatch/una-sdk/tree/main/Examples/Apps + +## Contributing + +Please clone [una-sdk](https://github.com/UNAWatch/una-sdk) and open pull requests with changes under `Examples/Apps/`. + +## Releases + +Apps releases are tagged in una-sdk with the `apps-v*` prefix (for example `apps-v0.1.9-rc1`). SDK releases use the `sdk-v*` prefix. + +This repository is read-only and kept for historical reference only.