pythonPackages.texttable: update homepage

This commit is contained in:
worldofpeace 2019-07-16 16:31:36 -04:00 committed by GitHub
parent 2d1870a3d0
commit e7e690b643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@ buildPythonPackage rec {
sha256 = "1x5l77akfc20x52jma9573qp8l8r07q103pm4l0pbizvh4vp1wzg";
};
meta = {
meta = with lib; {
description = "A module to generate a formatted text table, using ASCII characters";
homepage = http://foutaise.org/code/;
license = lib.licenses.lgpl2;
homepage = "https://github.com/foutaise/texttable";
license = licenses.lgpl2;
};
}
}