diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-21 17:39:49 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-21 17:40:28 +0200 |
commit | fbb7ad4d106e25b1482e4c657ae8038da6788ff0 (patch) | |
tree | ee6f1b5b5e4312da96eb6e333b940667886bc31e | |
parent | a9371952c916423876d3d380837b7b47ef08eb69 (diff) |
uwsgi: update Maintainer name
Update maintainer name with real name for Christian Marangi.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r-- | net/uwsgi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/uwsgi/Makefile b/net/uwsgi/Makefile index a5fbc59ba..b2b54dd23 100644 --- a/net/uwsgi/Makefile +++ b/net/uwsgi/Makefile @@ -10,7 +10,7 @@ PKG_HASH:=d653d2d804c194c8cbe2585fa56efa2650313ae75c686a9d7931374d4dfbfc6e PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com> +PKG_MAINTAINER:=Christian Marangi <ansuelsmth@gmail.com> PKG_BUILD_DEPENDS:=python3/host PYTHON3_PKG_BUILD:=0 |