mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python312Packages.pyformlang: update homepage
This commit is contained in:
parent
f08345e43a
commit
dcd5818498
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user