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 ed80c8350cfd..13811956f7c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python2-musicbrainzngs-git
pkgdesc = bindings for the MusicBrainz NGS service
pkgver = 0.4_30.g33890d0
pkgrel = 1
- url = https://github.com/alastair/python-musicbrainzngs
+ url = http://python-musicbrainzngs.readthedocs.org/
arch = any
license = BSD
makedepends = python2-distribute
diff --git a/PKGBUILD b/PKGBUILD
index 1f7b05e5b128..674d7daa664c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=$_python-$_name-git
pkgver=0.4_30.g33890d0
pkgrel=1
pkgdesc="bindings for the MusicBrainz NGS service"
-url="https://github.com/alastair/python-musicbrainzngs"
+url="http://python-musicbrainzngs.readthedocs.org/"
license="BSD"
arch=('any')
depends=("$_python")