summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902337db09d5..abf2f3f3ef4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = python-httpie-oauth
pkgdesc = OAuth plugin for httpie
pkgver = 5.6cf6ed4
pkgrel = 1
- url = https://github.com/jakubroztocil/httpie-oauth
+ url = https://github.com/jkbrzt/httpie-oauth
arch = any
license = BSD
makedepends = python-distribute
makedepends = git
depends = python-oauthlib
depends = python-requests-oauthlib
- source = python-httpie-oauth::git://github.com/jakubroztocil/httpie-oauth.git
+ source = python-httpie-oauth::git://github.com/jkbrzt/httpie-oauth.git
md5sums = SKIP
pkgname = python-httpie-oauth
diff --git a/PKGBUILD b/PKGBUILD
index d30b418d7f74..a276dfb84ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=python-httpie-oauth
pkgdesc="OAuth plugin for httpie"
license=('BSD')
-url="https://github.com/jakubroztocil/httpie-oauth"
+url="https://github.com/jkbrzt/httpie-oauth"
pkgver=5.6cf6ed4
pkgrel=1
-source=("$pkgname::git://github.com/jakubroztocil/httpie-oauth.git")
+source=("$pkgname::git://github.com/jkbrzt/httpie-oauth.git")
md5sums=('SKIP')
depends=('python-oauthlib' 'python-requests-oauthlib')
makedepends=('python-distribute' 'git')