Merge pull request #231432 from markuskowa/fix-typos

wxmacmolplt, libvori: fix typos
This commit is contained in:
Nick Cao
2023-05-12 17:23:54 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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;
@@ -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;