diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/patchwork/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/patchwork/APKBUILD b/main/patchwork/APKBUILD index b799d9752e..1353307352 100644 --- a/main/patchwork/APKBUILD +++ b/main/patchwork/APKBUILD @@ -4,7 +4,7 @@ pkgname=patchwork pkgver=1.1.2 pkgrel=0 pkgdesc="Web-based patch tracking system " -url="http://jk.ozlabs.org/projects/patchwork/" +url="https://github.com/getpatchwork/patchwork" arch="noarch" license="GPL" depends="py-django py-django-registration git py-psycopg2" |