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