diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |