diff options
author | Šimon Bořek <simon.borek@nic.cz> | 2022-04-27 18:56:48 +0200 |
---|---|---|
committer | Šimon Bořek <simon.borek@nic.cz> | 2022-04-27 18:56:48 +0200 |
commit | b4fa391fe6016fc0f240a2df0f124450a0843a09 (patch) | |
tree | 098c76eca60f21f772cf002e3dcc8d73ece52c7b /lang | |
parent | 55bfe37ee8dcaacdf985cd817610a53eb15b9475 (diff) |
Jinja2: change maintainer to Šimon Bořek
As we are using this package in Turris OS
and Daniel Golle decided to no longer maintain this
and some other Python packages I'd like to take
this package maintainership as was originally
suggested in https://github.com/openwrt/packages/pull/17911
by Josef Schlehofer (@BKPepe).
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/Jinja2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Jinja2/Makefile b/lang/python/Jinja2/Makefile index 96a4d4674..ba7d54259 100644 --- a/lang/python/Jinja2/Makefile +++ b/lang/python/Jinja2/Makefile @@ -11,7 +11,7 @@ PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=$(PKG_NAME) PKG_HASH:=611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7 -PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> +PKG_MAINTAINER:=Šimon Bořek <simon.borek@nic.cz> PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:pocoo:jinja2 |