diff options
Diffstat (limited to 'community/godep/APKBUILD')
-rw-r--r-- | community/godep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/godep/APKBUILD b/community/godep/APKBUILD index 97dab7e228..d8ef1c864b 100644 --- a/community/godep/APKBUILD +++ b/community/godep/APKBUILD @@ -4,7 +4,7 @@ pkgname=godep pkgver=79 pkgrel=0 pkgdesc="Dependency tool for go" -url="http://github.com/tools/godep" +url="https://github.com/tools/godep" arch="all" license="BSD" makedepends="go" |