]> git.scottworley.com Git - pinch/blobdiff - default.nix
Specify license
[pinch] / default.nix
index 7744281ae0afb0fe74fe58f1c1a7e62f1e583b66..e62e1d39ae379784beda2c1f64538f77fa826da9 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/pinc";
+      license = pkgs.lib.licenses.gpl3;
+      maintainers = with pkgs.lib.maintainers; [ chkno ];
+    };
   }) {
     git-cache =
       pkgs.python3Packages.git-cache or (pkgs.python3Packages.callPackage