From 5991de7b781e619b8b9c7bbf14b53c493334577d Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 4 Jun 2018 00:52:11 +0200 Subject: [PATCH] Changed URLs in ebuilds --- packages/gentoo/mastodon-cpp-0.0.0.ebuild | 4 ++-- packages/gentoo/mastodon-cpp-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gentoo/mastodon-cpp-0.0.0.ebuild b/packages/gentoo/mastodon-cpp-0.0.0.ebuild index 0240eb2..88dd9ab 100644 --- a/packages/gentoo/mastodon-cpp-0.0.0.ebuild +++ b/packages/gentoo/mastodon-cpp-0.0.0.ebuild @@ -2,8 +2,8 @@ EAPI=6 inherit cmake-utils DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://git.schlomp.space/tastytea/mastodon-cpp" +SRC_URI="https://git.schlomp.space/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" diff --git a/packages/gentoo/mastodon-cpp-9999.ebuild b/packages/gentoo/mastodon-cpp-9999.ebuild index b28db04..95f1e69 100644 --- a/packages/gentoo/mastodon-cpp-9999.ebuild +++ b/packages/gentoo/mastodon-cpp-9999.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit git-r3 cmake-utils DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -EGIT_REPO_URI="https://github.com/tastytea/mastodon-cpp.git" +HOMEPAGE="https://git.schlomp.space/tastytea/mastodon-cpp" +EGIT_REPO_URI="https://git.schlomp.space/tastytea/mastodon-cpp.git" LICENSE="GPL-3" SLOT="0" KEYWORDS=""