X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/05a3d87bd6dfd31c10f42c04ccc57f2e480c47f3..f10d09382c13b2510e3f723b6f05c3cf38d61a11:/default.nix diff --git a/default.nix b/default.nix index e62e1d3..94f525b 100644 --- a/default.nix +++ b/default.nix @@ -33,7 +33,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git checkPhase = "./test.sh"; meta = { description = "A replacement for `nix-channel --update`"; - homepage = "https://git.scottworley.com/pinc"; + homepage = "https://git.scottworley.com/pinch"; license = pkgs.lib.licenses.gpl3; maintainers = with pkgs.lib.maintainers; [ chkno ]; };