Loading pkgs/applications/science/chemistry/cp2k/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -240,11 +240,11 @@ stdenv.mkDerivation rec { passthru = { inherit mpi; }; meta = with lib; { meta = { description = "Quantum chemistry and solid state physics program"; homepage = "https://www.cp2k.org"; license = licenses.gpl2Plus; maintainers = [ maintainers.sheepforce ]; license = lib.licenses.gpl2Plus; maintainers = [ lib.maintainers.sheepforce ]; platforms = [ "x86_64-linux" ]; }; } Loading
pkgs/applications/science/chemistry/cp2k/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -240,11 +240,11 @@ stdenv.mkDerivation rec { passthru = { inherit mpi; }; meta = with lib; { meta = { description = "Quantum chemistry and solid state physics program"; homepage = "https://www.cp2k.org"; license = licenses.gpl2Plus; maintainers = [ maintainers.sheepforce ]; license = lib.licenses.gpl2Plus; maintainers = [ lib.maintainers.sheepforce ]; platforms = [ "x86_64-linux" ]; }; }