python3.homf: add missing meta.license attribute

This commit is contained in:
nicoo 2024-08-02 11:21:44 +00:00
parent 1e93b01c8e
commit db150cf993

View File

@ -43,6 +43,7 @@ buildPythonPackage rec {
description = "Asset download tool for GitHub Releases, PyPi, etc.";
mainProgram = "homf";
homepage = "https://github.com/duckinator/homf";
license = licenses.mit;
maintainers = with maintainers; [ nicoo ];
};
}