diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-30 07:48:55 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-30 10:59:08 +0000 |
commit | 312b801d7f389696684a51e745ad4bd9badb96ce (patch) | |
tree | 2f2b7b58a04782a06257e157d8d21cadbb6613e6 /testing/git2json | |
parent | 81ba88faecb05b28a210553761daae48c81f40fd (diff) | |
download | aports-312b801d7f389696684a51e745ad4bd9badb96ce.tar.bz2 aports-312b801d7f389696684a51e745ad4bd9badb96ce.tar.xz |
testing/git2json: fix url
Diffstat (limited to 'testing/git2json')
-rw-r--r-- | testing/git2json/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/git2json/APKBUILD b/testing/git2json/APKBUILD index fba027476a..7fec962581 100644 --- a/testing/git2json/APKBUILD +++ b/testing/git2json/APKBUILD @@ -4,7 +4,7 @@ pkgname=git2json pkgver=0.2.0 pkgrel=0 pkgdesc="Convert git logs to JSON for easier analysis" -url="Convert git logs to JSON for easier analysis" +url="https://github.com/tarmstrong/git2json" arch="noarch" license="BSD" depends="python" |