diff options
author | Jordan <me@jordan.im> | 2022-02-10 19:38:29 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-02-10 19:38:29 -0700 |
commit | 4ea8c15255899e9ba36cbc1b25bc50fc1f23cbbc (patch) | |
tree | f10e08b9daa120c7571f3b662a8d12d77c109737 /debian/rules | |
parent | fd60e00118d107e1d53fb57acc64aceb29628760 (diff) | |
download | crawl-4ea8c15255899e9ba36cbc1b25bc50fc1f23cbbc.tar.gz crawl-4ea8c15255899e9ba36cbc1b25bc50fc1f23cbbc.zip |
misc: update crawl paths to reflect fork location
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |