Commit db150cf9 authored by nicoo's avatar nicoo
Browse files

python3.homf: add missing `meta.license` attribute

parent 1e93b01c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}