]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Specify license
[git-cache] / default.nix
index 265b45096492e20dd95327f8722ad74ebe32e6b9..a161d41c6c6dd5debbdfea977f105caa4b459a05 100644 (file)
@@ -10,4 +10,10 @@ pkgs.python3Packages.callPackage
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];
     doCheck = true;
     checkPhase = "./test.sh";
+    meta = {
+      description = "Cache git content locally";
+      homepage = "https://git.scottworley.com/git-cache";
+      license = pkgs.lib.licenses.gpl3;
+      maintainers = with pkgs.lib.maintainers; [ chkno ];
+    };
   }) { }