diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-09-04 11:08:43 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-09-04 11:08:43 +0200 |
commit | 14bb23f930f1604a2b7ed48722835b5a20f96cdd (patch) | |
tree | c87715ceaa7c20841f264f7afde5625ad9c22147 /lang/python/python-click-log/Makefile | |
parent | 26bf35bb4338caaefad3b1be4ee2c99d8e618618 (diff) |
treewide: take maintainership from Karel
Both of us were working for Turris and using these devices on daily basis.
A few of these packages are still required and used by Turris. It would be great if
Turris people will take maintainership of these packages, but if they decide not to,
I can step in and take them.
Since Karel switched from using OpenWrt to NixOS and hopefully, I didn't reveal some
secret here, let's take maintainership of his packages.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-click-log/Makefile')
-rw-r--r-- | lang/python/python-click-log/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-click-log/Makefile b/lang/python/python-click-log/Makefile index 01f6c0e82..4ad7c125f 100644 --- a/lang/python/python-click-log/Makefile +++ b/lang/python/python-click-log/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-click-log PKG_VERSION:=0.4.0 PKG_RELEASE:=1 -PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> +PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PYPI_NAME:=click-log PKG_HASH:=3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975 |