diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-10 07:20:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-17 15:01:25 +0000 |
commit | 33c7901fad2cd5cccb2faf737745b44a3c2b9bfd (patch) | |
tree | 584b9f6a5ab5356a612235ac6099497f688a9edd /testing/py-webcolors | |
parent | 710ea5b0c94757c723f5b358053c7ed8308d3662 (diff) | |
download | aports-33c7901fad2cd5cccb2faf737745b44a3c2b9bfd.tar.bz2 aports-33c7901fad2cd5cccb2faf737745b44a3c2b9bfd.tar.xz |
testing/py-webcolors: fix url
Diffstat (limited to 'testing/py-webcolors')
-rw-r--r-- | testing/py-webcolors/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-webcolors/APKBUILD b/testing/py-webcolors/APKBUILD index e285bbdeb3..d3884c7edc 100644 --- a/testing/py-webcolors/APKBUILD +++ b/testing/py-webcolors/APKBUILD @@ -5,7 +5,7 @@ _pkgname=webcolors pkgver=1.4 pkgrel=0 pkgdesc="A library for working with color names and color value formats" -url="http://blockdiag.com" +url="https://bitbucket.org/ubernostrum/webcolors" arch="noarch" license="BSD" depends="python" |