From 279de6a1195adb739a8d1f2afb445b68793b28b8 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 2 Jun 2024 08:29:49 +0200 Subject: chore: Remove dash in project name To be consistent with naming of the tools in cmd/. --- pkg/storage/loglist/loglist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/storage/loglist') diff --git a/pkg/storage/loglist/loglist.go b/pkg/storage/loglist/loglist.go index ccc63b0..a37cb32 100644 --- a/pkg/storage/loglist/loglist.go +++ b/pkg/storage/loglist/loglist.go @@ -8,7 +8,7 @@ import ( "time" "gitlab.torproject.org/rgdd/ct/pkg/metadata" - "rgdd.se/silent-ct/internal/ioutil" + "rgdd.se/silentct/internal/ioutil" ) type Config struct { -- cgit v1.2.3