From 987b331e0f45abd239f46b80ba7d8cdd63991141 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 23 Mar 2019 11:30:51 +0000
Subject: [PATCH] Update repository URL

---
 cmd/acmeserver/acmeserver.go | 2 +-
 debian/copyright             | 2 +-
 debian/rules                 | 2 +-
 vendor/vendor.json           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmd/acmeserver/acmeserver.go b/cmd/acmeserver/acmeserver.go
index 9406dc80..38339ed8 100644
--- a/cmd/acmeserver/acmeserver.go
+++ b/cmd/acmeserver/acmeserver.go
@@ -10,7 +10,7 @@ import (
 	"os/signal"
 	"syscall"
 
-	"git.autistici.org/ai3/acmeserver"
+	"git.autistici.org/ai3/tools/acmeserver"
 	"git.autistici.org/ai3/go-common/serverutil"
 	"gopkg.in/yaml.v2"
 )
diff --git a/debian/copyright b/debian/copyright
index f268beb0..5a33cccc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: acmeserver
-Source: <https://git.autistici.org/ai3/acmeserver>
+Source: <https://git.autistici.org/ai3/tools/acmeserver>
 
 Files: *
 Copyright: 2018 Autistici/Inventati <info@autistici.org>
diff --git a/debian/rules b/debian/rules
index 27dc78b9..9380a334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_GOPKG = git.autistici.org/ai3/acmeserver
+export DH_GOPKG = git.autistici.org/ai3/tools/acmeserver
 export DH_GOLANG_EXCLUDES = vendor
 
 
diff --git a/vendor/vendor.json b/vendor/vendor.json
index d622536e..18625a27 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -195,5 +195,5 @@
 			"revisionTime": "2018-03-28T19:50:20Z"
 		}
 	],
-	"rootPath": "git.autistici.org/ai3/acmeserver"
+	"rootPath": "git.autistici.org/ai3/tools/acmeserver"
 }
-- 
GitLab