summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3273cc1159c..af530066d43a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-binance-git
pkgdesc = simple python interface to binance.com's web API
pkgver = 0.7.4.r0.gc4fdad5
pkgrel = 1
- url = https://github.com/ewtoombs/python-binance
+ url = https://github.com/sammchardy/python-binance
arch = any
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f16a34373223..67fb6cda05a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.7.4.r0.gc4fdad5
pkgrel=1
pkgdesc="simple python interface to binance.com's web API"
arch=('any')
-url='https://github.com/ewtoombs/python-binance'
+url='https://github.com/sammchardy/python-binance'
license=('MIT')
depends=('python' 'python-autobahn' 'python-certifi' 'python-chardet' 'python-dateparser'
'python-requests' 'python-service-identity' 'python-twisted' 'python-urllib3')