From e84d01af608fb0908e50328eff11333cf44ddb52 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 31 Aug 2022 08:41:08 +0000 Subject: [PATCH] set MAINTAINER, from George Rosamond --- security/py-in-toto/Makefile | 3 +++ security/py-securesystemslib/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/security/py-in-toto/Makefile b/security/py-in-toto/Makefile index c7ebd97dc16..5b8c5f5e707 100644 --- a/security/py-in-toto/Makefile +++ b/security/py-in-toto/Makefile @@ -4,11 +4,14 @@ MODPY_EGG_VERSION = 1.2.0 DISTNAME = in-toto-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security HOMEPAGE = https://in-toto.io/ +MAINTAINER = George Rosamond + # Apache 2.0 PERMIT_PACKAGE = Yes diff --git a/security/py-securesystemslib/Makefile b/security/py-securesystemslib/Makefile index 1c614a950da..624d6bfd242 100644 --- a/security/py-securesystemslib/Makefile +++ b/security/py-securesystemslib/Makefile @@ -4,11 +4,14 @@ MODPY_EGG_VERSION = 0.23.0 DISTNAME = securesystemslib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = security HOMEPAGE = https://github.com/secure-systems-lab/securesystemslib/ +MAINTAINER = George Rosamond + # MIT PERMIT_PACKAGE = Yes