diff options
author | Bertrand Marc <beberking@gmail.com> | 2013-08-07 19:13:03 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2013-08-07 19:13:03 +0200 |
commit | 9ad66703a056adaa1e10ef134e3bb5fba1f7724f (patch) | |
tree | d7f9d6d6c03fc2c1d0a6ae4eb49f181306ce470d | |
parent | 933dbdb1b89fe80f19c336c6c5fea83c00054859 (diff) |
debian/control: use canonical URI in Vcs-git and Vcs-browser fields.
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 28af79d..e9707b9 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: libsqlite3-dev (>=3.0), libpq-dev (>=8.3), guile-1.8-dev, libglpk-dev (>=4.32) Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.9.3 -Vcs-Git: git://git.debian.org/git/collab-maint/gnunet.git -Vcs-browser: http://git.debian.org/?p=collab-maint/gnunet.git +Vcs-Git: git://anonscm.debian.org/collab-maint/gnunet.git +Vcs-browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gnunet.git Homepage: http://www.gnunet.org/ Package: gnunet |