about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-16 16:31:36 -0400
committerGitHub <noreply@github.com>2019-07-16 16:31:36 -0400
commite7e690b6431441d389d34b9935dc7b7b68582045 (patch)
treed99c2a528c37dc54e7d20a52b8930021b21a097b
parent2d1870a3d0274f239c4f3e8c432b5db8beec71b8 (diff)
downloadnixlib-e7e690b6431441d389d34b9935dc7b7b68582045.tar
nixlib-e7e690b6431441d389d34b9935dc7b7b68582045.tar.gz
nixlib-e7e690b6431441d389d34b9935dc7b7b68582045.tar.bz2
nixlib-e7e690b6431441d389d34b9935dc7b7b68582045.tar.lz
nixlib-e7e690b6431441d389d34b9935dc7b7b68582045.tar.xz
nixlib-e7e690b6431441d389d34b9935dc7b7b68582045.tar.zst
nixlib-e7e690b6431441d389d34b9935dc7b7b68582045.zip
pythonPackages.texttable: update homepage
-rw-r--r--pkgs/development/python-modules/texttable/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/texttable/default.nix b/pkgs/development/python-modules/texttable/default.nix
index 1d55d6aff30a..a8c20a0eeaca 100644
--- a/pkgs/development/python-modules/texttable/default.nix
+++ b/pkgs/development/python-modules/texttable/default.nix
@@ -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;
   };
-}
\ No newline at end of file
+}