Unverified Commit 50e3a6a9 authored by royce-c's avatar royce-c
Browse files

python3Packages.ecpy: fix typo

parent 866ad75c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "ecpy" ];

  meta = {
    description = "Pure Pyhton Elliptic Curve Library";
    description = "Pure Python Elliptic Curve Library";
    homepage = "https://github.com/ubinity/ECPy";
    changelog = "https://github.com/cslashm/ECPy/releases/tag/${version}";
    license = lib.licenses.asl20;