python38Packages.PyICU: update meta

main
Mario Rodas 3 years ago
parent a49ccd5da6
commit 985f9deff2
  1. 7
      pkgs/development/python-modules/pyicu/default.nix

@ -19,11 +19,12 @@ buildPythonPackage rec {
buildInputs = [ icu ];
checkInputs = [ pytestCheckHook six ];
pythonImportsCheck = [ "icu" ];
meta = with lib; {
homepage = "https://github.com/ovalhub/pyicu/";
homepage = "https://gitlab.pyicu.org/main/pyicu";
description = "Python extension wrapping the ICU C++ API";
changelog = "https://gitlab.pyicu.org/main/pyicu/-/raw/v${version}/CHANGES";
license = licenses.mit;
platforms = platforms.unix;
};
}

Loading…
Cancel
Save