diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-05-06 21:52:25 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-05-06 21:54:01 +0200 |
commit | 733de13835e8786fca6e1746a7b4dd867f959a40 (patch) | |
tree | 6bdeafb5bca9e5cf6b3d8e3498de2c5d1ab1553d /app-misc/geneweb | |
parent | dev-php/twig: version bump to 1.40.1 (fixes CVE-2019-9942) (diff) | |
download | gentoo-733de13835e8786fca6e1746a7b4dd867f959a40.tar.gz gentoo-733de13835e8786fca6e1746a7b4dd867f959a40.tar.bz2 gentoo-733de13835e8786fca6e1746a7b4dd867f959a40.zip |
app-misc/geneweb: update HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/11919
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-misc/geneweb')
-rw-r--r-- | app-misc/geneweb/geneweb-6.08-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/geneweb/geneweb-6.08-r1.ebuild b/app-misc/geneweb/geneweb-6.08-r1.ebuild index 44512b0fcb92..692c89bf09ed 100644 --- a/app-misc/geneweb/geneweb-6.08-r1.ebuild +++ b/app-misc/geneweb/geneweb-6.08-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils user DESCRIPTION="Genealogy software program with a Web interface" -HOMEPAGE="http://opensource.geneanet.org/projects/geneweb" +HOMEPAGE="https://github.com/geneanet/geneweb" SRC_URI="https://github.com/geneweb/geneweb/archive/v6.08.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~tupone/${P}-ocaml-4.patch.gz" |