Unverified Commit a4968e62 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #231432 from markuskowa/fix-typos

wxmacmolplt, libvori: fix typos
parents 0a737c52 dac6607e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;