Skip to content

Commit 31495cd

Browse files
authored
python313Packages.qcengine: update homepage
1 parent 4d6cf47 commit 31495cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/qcengine/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ buildPythonPackage rec {
3939

4040
meta = with lib; {
4141
description = "Quantum chemistry program executor and IO standardizer (QCSchema) for quantum chemistry";
42-
mainProgram = "qcengine";
43-
homepage = "http://docs.qcarchive.molssi.org/projects/qcelemental/";
42+
homepage = "https://molssi.github.io/QCElemental/";
4443
license = licenses.bsd3;
4544
maintainers = with maintainers; [ sheepforce ];
45+
mainProgram = "qcengine";
4646
};
4747
}

0 commit comments

Comments
 (0)