pythonPackages.ttystatus: refactor move to python-modules

This commit is contained in:
Chris Ostrouchov
2018-10-29 11:23:09 -04:00
parent 7ab3b62486
commit 9e52a73527
3 changed files with 32 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = http://liw.fi/tracing/;
description = "Python debug logging helper";
license = licenses.gpl30;
license = licenses.gpl3;
maintainers = with maintainers; [ rickynils ];
};