python3Packages.yargy: fix typo in meta.homepage

This commit is contained in:
TomaSajt
2025-06-19 08:48:32 +02:00
parent 32b3eddb93
commit c486acca90
@@ -23,7 +23,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Rule-based facts extraction for Russian language";
homepage = "https://github.com/natasha/yargu";
homepage = "https://github.com/natasha/yargy";
license = licenses.mit;
maintainers = with maintainers; [ npatsakula ];
};