dev-python/aws-sam-translator: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-17 13:53:00 +01:00
parent 931fc9c5af
commit 6007a8e4cf
2 changed files with 4 additions and 3 deletions

View File

@@ -7,8 +7,9 @@ DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
DESCRIPTION="A library that transform SAM templates into AWS CloudFormation templates"
HOMEPAGE="https://github.com/awslabs/serverless-application-model https://pypi.org/project/aws-sam-translator/"
SRC_URI="https://github.com/awslabs/serverless-application-model/archive/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/aws/serverless-application-model
https://pypi.org/project/aws-sam-translator/"
SRC_URI="https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/serverless-application-model-${PV}"
LICENSE="Apache-2.0"

View File

@@ -11,7 +11,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">awslabs/serverless-application-model</remote-id>
<remote-id type="github">aws/serverless-application-model</remote-id>
<remote-id type="pypi">aws-sam-translator</remote-id>
<bugs-to>https://github.com/awslabs/serverless-application-model/issues</bugs-to>
</upstream>