From 40e451814ecf951923d4070234be482382e9aac0 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 27 Dec 2019 16:09:13 -0800 Subject: [PATCH] Add GitHub mirror information to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd06803..64d05bd 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ library is at [go/render](https://git.kirsle.net/go/render) which provides the SDL2 and Canvas back-ends. (GitHub mirror: [kirsle/render](https://github.com/kirsle/render)) +**Notice:** the canonical source repository for this project is at +[git.kirsle.net/go/ui](https://git.kirsle.net/go/ui) with a mirror available +on GitHub at [kirsle/ui](https://github.com/kirsle/ui). Issues and pull +requests are accepted on GitHub. + # Example ```go