diff options
Diffstat (limited to 'www-apps/guacamole/guacamole-0.9.3.ebuild')
-rw-r--r-- | www-apps/guacamole/guacamole-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/guacamole/guacamole-0.9.3.ebuild b/www-apps/guacamole/guacamole-0.9.3.ebuild index 2924c3ff8793..7bbd56a39417 100644 --- a/www-apps/guacamole/guacamole-0.9.3.ebuild +++ b/www-apps/guacamole/guacamole-0.9.3.ebuild @@ -8,8 +8,8 @@ inherit eutils DESCRIPTION="Guacamole is a html5 vnc client as servlet" HOMEPAGE="http://guac-dev.org/" SRC_URI="mirror://sourceforge/${PN}/${PN}-client-${PV}.tar.gz - mysql? ( http://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.9.3.tar.gz ) - ldap? ( http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.3.tar.gz )" + mysql? ( https://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.9.3.tar.gz ) + ldap? ( https://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.3.tar.gz )" S="${WORKDIR}/${PN}-client-${PV}" LICENSE="AGPL-3" |