summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/molecular-dynamics
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-02-19 21:43:38 +0100
committerFerry Jérémie <ferryjeremie@free.fr>2023-02-19 21:47:59 +0100
commitbfac2d0034f395a8dbcd7eabe633e68757c3f1c9 (patch)
tree5b817095ef9e367a504bed1c833b2b95744aed39 /pkgs/applications/science/molecular-dynamics
parent48d298f85383765664e76b5fb98dd91f2b0d0292 (diff)
treewide:replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/applications/science/molecular-dynamics')
-rw-r--r--pkgs/applications/science/molecular-dynamics/gromacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
index 26e6ab12ab04..cdc5bc855731 100644
--- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix
@@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
- homepage = "http://www.gromacs.org";
+ homepage = "https://www.gromacs.org";
license = licenses.gpl2;
description = "Molecular dynamics software package";
longDescription = ''