python312Packages.pyformlang: update homepage

This commit is contained in:
Fabian Affolter 2024-03-20 08:25:29 +01:00 committed by GitHub
parent f08345e43a
commit dcd5818498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,11 +34,13 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "pyformlang" ];
pythonImportsCheck = [
"pyformlang"
];
meta = with lib; {
description = "A python framework for formal grammars";
homepage = "https://pypi.org/project/pyformlang/";
homepage = "https://github.com/Aunsiels/pyformlang";
license = licenses.mit;
maintainers = with maintainers; [ natsukium ];
};