python311Packages.flet: add lucasew as maintainer
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user