[arch-commits] Commit in sshuttle/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Jul 14 15:59:13 UTC 2015


    Date: Tuesday, July 14, 2015 @ 17:59:13
  Author: fyan
Revision: 136891

fix url (FS#45641)

Modified:
  sshuttle/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-14 14:47:15 UTC (rev 136890)
+++ PKGBUILD	2015-07-14 15:59:13 UTC (rev 136891)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Transparent proxy server that works as a poor man's VPN. Forwards all TCP packets over ssh (and even DNS requests when using --dns option). Doesn't require admin privileges on the server side"
 arch=('any')
-url="https://github.com/apenwarr/sshuttle"
+url="https://github.com/sshuttle/sshuttle"
 license=('GPL2')
 depends=('python2' 'iptables' 'openssh' 'net-tools')
 makedepends=('git')



More information about the arch-commits mailing list