]> git.scottworley.com Git - pinch/blobdiff - default.nix
Fix homepage URL
[pinch] / default.nix
index e62e1d39ae379784beda2c1f64538f77fa826da9..94f525bb33fbe26401f462df744ae5c622d218d1 100644 (file)
@@ -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 ];
     };