gambit: fix homepage=
This commit is contained in:
parent
bb13b3ea4c
commit
34f31397a6
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gambit'
|
||||
pkgname=gambit
|
||||
version=4.9.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--libdir=/usr/lib/gambit --docdir=/usr/share/doc/gambit
|
||||
|
@ -12,7 +12,9 @@ makedepends="libressl-devel"
|
|||
short_desc="Complete, portable, efficient and reliable implementation of Scheme"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-2.1-only, Apache-2.0"
|
||||
homepage="http://gambitscheme.org/"
|
||||
# Returns a completely white page
|
||||
# homepage="http://gambitscheme.org/"
|
||||
homepage="https://github.com/gambit/gambit"
|
||||
distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
|
||||
checksum=a5e4e5c66a99b6039fa7ee3741ac80f3f6c4cff47dc9e0ff1692ae73e13751ca
|
||||
|
||||
|
|
Loading…
Reference in a new issue