X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/05a3d87bd6dfd31c10f42c04ccc57f2e480c47f3..d5abffb3c868e3cf98e565a1e158eeaa333292d1:/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 ]; };