]> git.scottworley.com Git - rfc1751/blobdiff - default.nix
Clarify license: ISC
[rfc1751] / default.nix
index 244df1b770d4f6976af33cff68af01a9f4334291..8b3e7506e93b7a87abd179a959d45a35055dd762 100644 (file)
@@ -8,4 +8,5 @@ pkgs.python3Packages.callPackage
     nativeCheckInputs = [ mypy ] ++ lib.optionals lint [ autopep8 pylint ];
     doCheck = true;
     checkPhase = "./test.sh";
+    meta = { license = lib.licenses.isc; };
   }) { }