aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-02-10 19:38:29 -0700
committerJordan <me@jordan.im>2022-02-10 19:38:29 -0700
commit4ea8c15255899e9ba36cbc1b25bc50fc1f23cbbc (patch)
treef10e08b9daa120c7571f3b662a8d12d77c109737 /debian
parentfd60e00118d107e1d53fb57acc64aceb29628760 (diff)
downloadcrawl-4ea8c15255899e9ba36cbc1b25bc50fc1f23cbbc.tar.gz
crawl-4ea8c15255899e9ba36cbc1b25bc50fc1f23cbbc.zip
misc: update crawl paths to reflect fork location
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 97ff5c4..437a14f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 11), dh-golang, golang-any (>= 1.11)
Standards-Version: 4.1.3
-XS-Go-Import-Path: git.autistici.org/ale/crawl
+XS-Go-Import-Path: git.jordan.im/crawl
Package: warc-crawler
Architecture: any
diff --git a/debian/rules b/debian/rules
index c4ce9ad..f7beeb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export DH_GOPKG = git.autistici.org/ale/crawl
+export DH_GOPKG = git.jordan.im/crawl
export DH_GOLANG_EXCLUDES = vendor
export DEB_BUILD_OPTIONS = nostrip