X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/df45b0111f016d06c4951c6df91359b6b9a15589..05a3d87bd6dfd31c10f42c04ccc57f2e480c47f3:/default.nix?ds=inline diff --git a/default.nix b/default.nix index 7744281..e62e1d3 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/pinc"; + license = pkgs.lib.licenses.gpl3; + maintainers = with pkgs.lib.maintainers; [ chkno ]; + }; }) { git-cache = pkgs.python3Packages.git-cache or (pkgs.python3Packages.callPackage