diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-11 22:55:24 -0400 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2014-05-11 22:55:53 -0400 |
commit | e84a98c5001839a10837317850b966908d3aeb0f (patch) | |
tree | 64eb961652591042ca430f7e568dc4ab77125773 /debian/control | |
parent | 19c2f0dc64eae1d98c1a1ac4adb886ad1aa935ff (diff) | |
download | python-paramiko-e84a98c5001839a10837317850b966908d3aeb0f.tar python-paramiko-e84a98c5001839a10837317850b966908d3aeb0f.tar.gz |
debian/control: Fix VCS URL
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c5b2f32..58da688 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>> 8), python-epydoc Standards-Version: 3.9.5 Homepage: https://github.com/paramiko/paramiko/ -Vcs-Git: git@github.com:jbouse-debian/paramiko.git +Vcs-Git: https://github.com/jbouse-debian/paramiko.git Vcs-Browser: https://github.com/jbouse-debian/paramiko Package: paramiko-doc |