diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-04-12 18:47:54 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-17 23:01:30 +0200 |
commit | 55de3eac9667e7b9e7993a3bd545ffcbf3149512 (patch) | |
tree | 50059a8e0f0aa2500ab9dc58b892b63ec9af0492 /dev-libs | |
parent | dev-libs/aws-c-io: add missing remote-id (diff) | |
download | gentoo-55de3eac9667e7b9e7993a3bd545ffcbf3149512.tar.gz gentoo-55de3eac9667e7b9e7993a3bd545ffcbf3149512.tar.bz2 gentoo-55de3eac9667e7b9e7993a3bd545ffcbf3149512.zip |
dev-libs/s2n: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36228
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/s2n/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/s2n/metadata.xml b/dev-libs/s2n/metadata.xml index ff907dea8127..2d66499958c7 100644 --- a/dev-libs/s2n/metadata.xml +++ b/dev-libs/s2n/metadata.xml @@ -9,6 +9,9 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <upstream> + <remote-id type="github">aws/s2n-tls</remote-id> + </upstream> <longdescription> s2n is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority. It is released and licensed under the Apache License 2.0. |