summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Drysdale <drysdale@google.com>2014-12-08 10:52:15 +0000
committerDavid Drysdale <drysdale@google.com>2014-12-08 10:52:15 +0000
commit0dfaaf00d9b9b5151607a32fffa9bd6c4bde3626 (patch)
treea628bd1bc55fddeee1bd66aeea37a0e62143674c /debian
parent9550a8a7820f7730a7f751ca72704d75eb4759e4 (diff)
Use new location of upstream libphonenumber project
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 318ed3da..2ad1aa3c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Package: python-phonenumbers
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python port of Google libphonenumber
- This is a Python port of libphonenumber, originally from
- http://code.google.com/p/libphonenumber/.
- It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with
+ This is a Python port of Google's libphonenumber library, from
+ https://github.com/googlei18n/libphonenumber.
+ It supports Python 2.5-2.7 and Python 3.x (in the same codebase, with
no 2to3 conversion needed).