From ca35dfc540bb86ebe193dd186ac6bb5276a93c2e Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 17 Sep 2026 12:34:28 +0200 Subject: the repository has a public address https://git.labunix.xyz/krino.git, on cgit and clonable without an account. About shows it and the README's status says how to clone; go install still needs a module path that is a URL. --- gui/internal/model/about_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/internal/model/about_test.go') diff --git a/gui/internal/model/about_test.go b/gui/internal/model/about_test.go index 122152b..5bfd991 100644 --- a/gui/internal/model/about_test.go +++ b/gui/internal/model/about_test.go @@ -23,6 +23,7 @@ func TestAboutSaysWhatItIs(t *testing.T) { "GPL-3.0-or-later", "Lukasz Kasprzak", "lukas@labunix.xyz", + "https://git.labunix.xyz/krino.git", } { if !strings.Contains(whole, want) { t.Errorf("About does not mention %q:\n%s", want, whole) -- cgit v1.3