diff options
Diffstat (limited to 'community/gogs/APKBUILD')
-rw-r--r-- | community/gogs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD index 11ba5fadf5..acf618f899 100644 --- a/community/gogs/APKBUILD +++ b/community/gogs/APKBUILD @@ -4,7 +4,7 @@ pkgname=gogs pkgver=0.9.97 pkgrel=1 pkgdesc="A self-hosted Git service written in Go" -url="http://gogs.io/" +url="https://gogs.io/" arch="all" license="MIT" depends="git" |