pythonPackages.texttable: update homepage
This commit is contained in:
parent
2d1870a3d0
commit
e7e690b643
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user