summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-11 15:46:34 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-11 15:51:42 +0100
commit2ba15f6c69af2241886a071ecb15c653fcc323aa (patch)
tree532088a1267ac31e8ac3832fb323a597b367734a
parentdev-python/django-redis: Update HOMEPAGE (diff)
downloadgentoo-2ba15f6c69af2241886a071ecb15c653fcc323aa.tar.gz
gentoo-2ba15f6c69af2241886a071ecb15c653fcc323aa.tar.bz2
gentoo-2ba15f6c69af2241886a071ecb15c653fcc323aa.zip
dev-python/elasticsearch-curator: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild4
-rw-r--r--dev-python/elasticsearch-curator/metadata.xml9
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
index 06dbb51b1e7b..faa31514609d 100644
--- a/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
+++ b/dev-python/elasticsearch-curator/elasticsearch-curator-5.8.1-r1.ebuild
@@ -11,8 +11,8 @@ ES_VERSION="7.3.2"
inherit distutils-r1
DESCRIPTION="Tending time-series indices in Elasticsearch"
-HOMEPAGE="https://github.com/elasticsearch/curator"
-SRC_URI="https://github.com/elasticsearch/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+HOMEPAGE="https://github.com/elastic/curator"
+SRC_URI="https://github.com/elastic/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
test? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz )"
LICENSE="Apache-2.0"
diff --git a/dev-python/elasticsearch-curator/metadata.xml b/dev-python/elasticsearch-curator/metadata.xml
index a85fcc9d3062..31ed8d596996 100644
--- a/dev-python/elasticsearch-curator/metadata.xml
+++ b/dev-python/elasticsearch-curator/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!--maintainer-needed-->
- <upstream>
- <remote-id type="github">elasticsearch/curator</remote-id>
- </upstream>
+ <!--maintainer-needed-->
+ <upstream>
+ <remote-id type="github">elastic/curator</remote-id>
+ <remote-id type="pypi">elasticsearch-curator</remote-id>
+ </upstream>
</pkgmetadata>