Merge pull request #231432 from markuskowa/fix-typos
wxmacmolplt, libvori: fix typos
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user