git: 53b836f3aed1 - main - Give my django ports back to ports@

From: Carlo Strub <cs_at_FreeBSD.org>
Date: Sun, 01 Jan 2023 13:17:51 UTC
The branch main has been updated by cs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53b836f3aed1e0478198810d733ee66b5743120d

commit 53b836f3aed1e0478198810d733ee66b5743120d
Author:     Carlo Strub <cs@FreeBSD.org>
AuthorDate: 2023-01-01 13:13:29 +0000
Commit:     Carlo Strub <cs@FreeBSD.org>
CommitDate: 2023-01-01 13:16:39 +0000

    Give my django ports back to ports@
---
 www/py-django-annoying/Makefile       | 2 +-
 www/py-django-classy-tags/Makefile    | 2 +-
 www/py-django-markdownx/Makefile      | 2 +-
 www/py-django-otp-yubikey/Makefile    | 2 +-
 www/py-django-otp/Makefile            | 2 +-
 www/py-django-simple-history/Makefile | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-django-annoying/Makefile b/www/py-django-annoying/Makefile
index 9e850296945c..22b9c3c5fb6c 100644
--- a/www/py-django-annoying/Makefile
+++ b/www/py-django-annoying/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Eliminate annoying things in the Django framework
 WWW=		https://github.com/skorokithakis/django-annoying
 
diff --git a/www/py-django-classy-tags/Makefile b/www/py-django-classy-tags/Makefile
index 04a09e284c15..acca0ece7f2d 100644
--- a/www/py-django-classy-tags/Makefile
+++ b/www/py-django-classy-tags/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Class based template tags for Django
 WWW=		https://github.com/ojii/django-classy-tags
 
diff --git a/www/py-django-markdownx/Makefile b/www/py-django-markdownx/Makefile
index 4a51a96fc583..503df2b0ecf8 100644
--- a/www/py-django-markdownx/Makefile
+++ b/www/py-django-markdownx/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Django Markdown editor with image uploads and live preview
 WWW=		https://github.com/neutronX/django-markdownx
 
diff --git a/www/py-django-otp-yubikey/Makefile b/www/py-django-otp-yubikey/Makefile
index 8153da66f3f1..073d6cc19794 100644
--- a/www/py-django-otp-yubikey/Makefile
+++ b/www/py-django-otp-yubikey/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Plugin that verifies YubiKey OTP tokens
 WWW=		https://pypi.org/project/django-otp-yubikey/
 
diff --git a/www/py-django-otp/Makefile b/www/py-django-otp/Makefile
index f6e9da928538..552102a97115 100644
--- a/www/py-django-otp/Makefile
+++ b/www/py-django-otp/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adding two-factor authentication to Django
 WWW=		https://bitbucket.org/psagers/django-otp
 
diff --git a/www/py-django-simple-history/Makefile b/www/py-django-simple-history/Makefile
index 69127a1ccfde..f1902ec7130c 100644
--- a/www/py-django-simple-history/Makefile
+++ b/www/py-django-simple-history/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	cs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Store model history and view/revert changes from admin site
 WWW=		https://github.com/treyhunner/django-simple-history