diff options
author | Timo Weingärtner <timo@tiwe.de> | 2017-04-30 13:50:59 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2017-04-30 13:50:59 +0200 |
commit | 54e87faab86ae60b09ff3b72a6a874db5e075ec7 (patch) | |
tree | 1838bc0f3420ee59194ceaad321341f9df58bdcc | |
parent | 1fcd6de354c34312f2ed787f214e3563b6717a0e (diff) | |
download | hadori-54e87faab86ae60b09ff3b72a6a874db5e075ec7.tar.gz |
move references away from github
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index d5bd641..636e02f 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Timo Weingärtner <timo@tiwe.de> Build-Depends: debhelper (>= 9), libboost-program-options-dev, zlib1g-dev Standards-Version: 3.9.4 -Homepage: https://github.com/tiwe-de/hadori -Vcs-Git: git://github.com/tiwe-de/hadori.git -b debian -Vcs-Browser: https://github.com/tiwe-de/hadori/tree/debian +Homepage: https://git.tiwe.de/hadori.git +Vcs-Git: https://git.tiwe.de/hadori.git -b debian +Vcs-Browser: https://git.tiwe.de/hadori.git/log/?h=debian Package: hadori Architecture: any diff --git a/debian/watch b/debian/watch index 9928278..dd22b1d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://githubredir.debian.net/github/tiwe-de/hadori/ ([^/]+).tar.gz +https://git.tiwe.de/hadori.git/ snapshot/hadori-([^/]+).tar.gz |