X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/df45b0111f016d06c4951c6df91359b6b9a15589..f10d09382c13b2510e3f723b6f05c3cf38d61a11:/default.nix diff --git a/default.nix b/default.nix index 7744281..94f525b 100644 --- a/default.nix +++ b/default.nix @@ -31,6 +31,12 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git ''; doCheck = true; checkPhase = "./test.sh"; + meta = { + description = "A replacement for `nix-channel --update`"; + homepage = "https://git.scottworley.com/pinch"; + license = pkgs.lib.licenses.gpl3; + maintainers = with pkgs.lib.maintainers; [ chkno ]; + }; }) { git-cache = pkgs.python3Packages.git-cache or (pkgs.python3Packages.callPackage