Commit 233be79f authored by jopejoe1's avatar jopejoe1
Browse files

python3Package.hypchat: set license

parent ba81fb35
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  pythonAtLeast,
  fetchPypi,
@@ -24,4 +25,8 @@ buildPythonPackage rec {
    six
    python-dateutil
  ];

  meta = {
    license = lib.licenses.mit;
  };
}