python311Packages.flet: add lucasew as maintainer

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-01-17 16:09:27 -03:00 committed by Weijia Wang
parent d9b253c455
commit 9062c56a91
3 changed files with 3 additions and 3 deletions

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "The library is the foundation of Flet framework and is not intended to be used directly";
homepage = "https://flet.dev/";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.heyimnova ];
maintainers = with lib.maintainers; [ heyimnova lucasew ];
};
}

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 = [ lib.maintainers.wegank ];
maintainers = with lib.maintainers; [ lucasew wegank ];
};
}

View file

@ -65,7 +65,7 @@ buildPythonPackage rec {
homepage = "https://flet.dev/";
changelog = "https://github.com/flet-dev/flet/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.heyimnova ];
maintainers = with lib.maintainers; [ heyimnova lucasew ];
mainProgram = "flet";
};
}