diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2017-03-28 20:02:07 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2017-03-28 20:02:07 +0800 |
commit | de69301bfeb69db66284d8ac1cbf1086d2173362 (patch) | |
tree | a9b7defb601f47e639938bfa59f1b0be25fe2e8d | |
parent | dc660d0475a079a173aefd68ed2eabe296abe653 (diff) | |
download | freebsd-ports-gnome-de69301bfeb69db66284d8ac1cbf1086d2173362.tar.gz freebsd-ports-gnome-de69301bfeb69db66284d8ac1cbf1086d2173362.tar.zst freebsd-ports-gnome-de69301bfeb69db66284d8ac1cbf1086d2173362.zip |
- Update WWW
-rw-r--r-- | net/py-pysendfile/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pysendfile/pkg-descr b/net/py-pysendfile/pkg-descr index cae138ab4032..1b3f56e7f7fc 100644 --- a/net/py-pysendfile/pkg-descr +++ b/net/py-pysendfile/pkg-descr @@ -3,4 +3,4 @@ from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. -WWW: http://code.google.com/p/pysendfile +WWW: https://github.com/giampaolo/pysendfile |