From ceca79032479d1b6677247c7e6c5eccc29c05983 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Fri, 12 May 2023 10:41:17 +0200 Subject: [PATCH 1/2] wxmacmolplt: fix typo --- pkgs/applications/science/chemistry/wxmacmolplt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/chemistry/wxmacmolplt/default.nix b/pkgs/applications/science/chemistry/wxmacmolplt/default.nix index 455588ee17d1..4e8dbb6f0768 100644 --- a/pkgs/applications/science/chemistry/wxmacmolplt/default.nix +++ b/pkgs/applications/science/chemistry/wxmacmolplt/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; meta = with lib; { - description = "Graphical user inteface for GAMESS-US"; + description = "Graphical user interface for GAMESS-US"; homepage = "https://brettbode.github.io/wxmacmolplt/"; license = licenses.gpl2Plus; platforms = platforms.linux; From dac6607ed241e55c4b94e2316ea4e568b7157d70 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Fri, 12 May 2023 10:41:28 +0200 Subject: [PATCH 2/2] libvori: fix typo --- pkgs/development/libraries/libvori/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libvori/default.nix b/pkgs/development/libraries/libvori/default.nix index 78882374f3bb..9483c2a0bb7a 100644 --- a/pkgs/development/libraries/libvori/default.nix +++ b/pkgs/development/libraries/libvori/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; meta = with lib; { - description = "Library for Voronoi intergration of electron densities"; + description = "Library for Voronoi integration of electron densities"; homepage = "https://brehm-research.de/libvori.php"; license = with licenses; [ lgpl3Only ]; platforms = platforms.unix;