python311Packages.flet-runtime: remove wegank as maintainer

This commit is contained in:
Weijia Wang 2024-03-23 22:34:51 +01:00
parent 817a592c92
commit 7728957ea1
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "A base package for Flet desktop and Flet mobile";
homepage = "https://flet.dev/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ lucasew wegank ];
maintainers = with lib.maintainers; [ lucasew ];
};
}