We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6cf47 commit 31495cdCopy full SHA for 31495cd
pkgs/development/python-modules/qcengine/default.nix
@@ -39,9 +39,9 @@ buildPythonPackage rec {
39
40
meta = with lib; {
41
description = "Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry";
42
- mainProgram = "qcengine";
43
- homepage = "http://docs.qcarchive.molssi.org/projects/qcelemental/";
+ homepage = "https://molssi.github.io/QCElemental/";
44
license = licenses.bsd3;
45
maintainers = with maintainers; [ sheepforce ];
+ mainProgram = "qcengine";
46
};
47
}
0 commit comments