diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-11-15 20:16:51 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-11-15 20:16:51 +0100 |
commit | bf258de730293694be82b1fbf2a428edd1da83db (patch) | |
tree | 8d0cc13c003b94f90e5ba023adadaa312666e885 | |
parent | fc96f7525c785ddda2745fc12d810a44b1ebc4fd (diff) | |
download | git-buildpackage-bf258de730293694be82b1fbf2a428edd1da83db.tar.gz git-buildpackage-bf258de730293694be82b1fbf2a428edd1da83db.tar.bz2 git-buildpackage-bf258de730293694be82b1fbf2a428edd1da83db.zip |
use git;// instead of http://
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a1c77321..6eb4056a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Guido Günther <agx@sigxcpu.org> Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, python-nose Standards-Version: 3.8.3 -Vcs-Git: http://honk.sigxcpu.org/git/git-buildpackage.git/ +Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git Vcs-Browser: http://git.debian.org/?p=users/agx/git-buildpackage.git Homepage: https://honk.sigxcpu.org/piki/projects/git-buildpackage/ |