python3Package.hypchat: set license (#516470)

This commit is contained in:
Sandro
2026-05-04 12:17:45 +00:00
committed by GitHub
@@ -1,4 +1,5 @@
{
lib,
buildPythonPackage,
pythonAtLeast,
fetchPypi,
@@ -24,4 +25,8 @@ buildPythonPackage rec {
six
python-dateutil
];
meta = {
license = lib.licenses.mit;
};
}