X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/bc6c850d26ae2a7813741d80a8b7113aeed81b1d..50685beba299ab4b601b6aabb013bb8398c8bfb0:/default.nix diff --git a/default.nix b/default.nix index 265b450..a161d41 100644 --- a/default.nix +++ b/default.nix @@ -10,4 +10,10 @@ pkgs.python3Packages.callPackage checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ]; doCheck = true; checkPhase = "./test.sh"; + meta = { + description = "Cache git content locally"; + homepage = "https://git.scottworley.com/git-cache"; + license = pkgs.lib.licenses.gpl3; + maintainers = with pkgs.lib.maintainers; [ chkno ]; + }; }) { }