diff options
Diffstat (limited to 'sci-physics/h2o-gtk')
-rw-r--r-- | sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/h2o-gtk/h2o-gtk-9999.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/h2o-gtk/metadata.xml | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild index 58ab0a0cab1f..b3b174804c09 100644 --- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild +++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools-utils flag-o-matic DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" -HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/h2o-gtk/" +SRC_URI="https://github.com/mgorny/h2o-gtk/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild index 8f63af68dab7..dd9d42e7722f 100644 --- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild +++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild @@ -8,9 +8,9 @@ AUTOTOOLS_AUTORECONF=yes inherit autotools-utils git-r3 DESCRIPTION="GTK+ UI for libh2o -- water & steam properties" -HOMEPAGE="https://bitbucket.org/mgorny/h2o-gtk/" +HOMEPAGE="https://github.com/mgorny/h2o-gtk/" SRC_URI="" -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/h2o-gtk.git" LICENSE="BSD" SLOT="0" diff --git a/sci-physics/h2o-gtk/metadata.xml b/sci-physics/h2o-gtk/metadata.xml index 00eb8a518fdf..9cd05826817f 100644 --- a/sci-physics/h2o-gtk/metadata.xml +++ b/sci-physics/h2o-gtk/metadata.xml @@ -10,7 +10,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/h2o-gtk/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/h2o-gtk</remote-id> + <bugs-to>https://github.com/mgorny/h2o-gtk/issues/</bugs-to> + <remote-id type="github">mgorny/h2o-gtk</remote-id> </upstream> </pkgmetadata> |