diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2016-10-09 19:23:23 +0200 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2016-10-09 19:23:23 +0200 |
| commit | 220cf2b7d76b55ca50a12a669db256efa4ddd029 (patch) | |
| tree | 2588348fb577d8e274a71672332ae4c77e69d35b /debian/control | |
| parent | 9e42dd9a1ae059bc6e56b650558eaf93bf568a8c (diff) | |
fix typo in Vcs-{Git,Browser} URI
Silly me wrote the URI in the control file before having actually
created the repository… lets not think too deeply about what a
"tranport" might be. Sounds 'fishy' at least…
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c4bc708..fafccf7 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Uploaders: Tim Retout <diocles@debian.org>, David Kalnischkies <donkult@debian.org> Build-Depends: debhelper (>= 9) Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/apt/apt-tranport-tor.git -Vcs-Browser: https://anonscm.debian.org/git/apt/apt-tranport-tor.git +Vcs-Git: https://anonscm.debian.org/git/apt/apt-transport-tor.git +Vcs-Browser: https://anonscm.debian.org/git/apt/apt-transport-tor.git Package: apt-transport-tor Architecture: all |
