From 5f07c23ad1f5e678a65ef81491e1a9ddaf06205e Mon Sep 17 00:00:00 2001 From: Max Lv Date: Sun, 28 Dec 2014 10:02:56 +0800 Subject: [PATCH] update URLs --- README.md | 6 +++--- debian/control | 4 ++-- openwrt/Makefile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a8aeda3..019b91ce 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Intro [Shadowsocks-libev](http://shadowsocks.org) is a lightweight secured socks5 proxy for embedded devices and low end boxes. -It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks) +It is a port of [shadowsocks](https://github.com/shadowsocks/shadowsocks) created by [@clowwindy](https://github.com/clowwindy) maintained by [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). -Current version: 1.6.1 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) | [Changelog](Changes) +Current version: 1.6.1 | [![Build Status](https://travis-ci.org/shadowsocks/shadowsocks-libev.png?branch=master)](https://travis-ci.org/shadowsocks/shadowsocks-libev) | [Changelog](Changes) Features -------- @@ -144,7 +144,7 @@ service shadowsocks_libev start ```bash # At OpenWRT build root pushd package -git clone https://github.com/madeye/shadowsocks-libev.git +git clone https://github.com/shadowsocks/shadowsocks-libev.git popd # Enable shadowsocks-libev in network category diff --git a/debian/control b/debian/control index 4fe24f30..9fa20c51 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Max Lv Build-Depends: debhelper (>= 7.0.50~), libssl-dev (>= 0.9.8), autotools-dev, mime-support, gawk Standards-Version: 3.8.4 Homepage: http://www.shadowsocks.org -Vcs-Git: https://github.com/madeye/shadowsocks-libev.git -Vcs-Browser: https://github.com/madeye/shadowsocks-libev +Vcs-Git: https://github.com/shadowsocks/shadowsocks-libev.git +Vcs-Browser: https://github.com/shadowsocks/shadowsocks-libev Package: shadowsocks-libev Replaces: shadowsocks (<< 1.5.3-2) diff --git a/openwrt/Makefile b/openwrt/Makefile index b4e73202..7549fe8c 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -4,7 +4,7 @@ PKG_NAME:=shadowsocks-libev PKG_VERSION:=1.6.1 PKG_RELEASE=$(PKG_SOURCE_VERSION) -PKG_SOURCE_URL:=https://github.com/madeye/shadowsocks-libev/archive +PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-libev/archive PKG_SOURCE:=v$(PKG_VERSION).tar.gz PKG_MAINTAINER:=Max Lv