From 2f707365e2ae839eecd8b4bbabea59ea19336765 Mon Sep 17 00:00:00 2001 From: Andrey Alekseenko Date: Fri, 4 Aug 2023 20:32:21 +0200 Subject: [PATCH] gromacs: update meta - license is now lgpl21Plus - accurate longDescription --- .../science/molecular-dynamics/gromacs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix index aa24fa6a5d38..f6301ff6fce6 100644 --- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix +++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix @@ -72,7 +72,7 @@ in stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.gromacs.org"; - license = licenses.gpl2; + license = licenses.lgpl21Plus; description = "Molecular dynamics software package"; longDescription = '' GROMACS is a versatile package to perform molecular dynamics, @@ -91,7 +91,7 @@ in stdenv.mkDerivation rec { reference or manual for details), but there are also quite a few features that make it stand out from the competition. - See: https://www.gromacs.org/About_Gromacs for details. + See: https://www.gromacs.org/about.html for details. ''; platforms = platforms.unix; maintainers = with maintainers; [ sheepforce markuskowa ];