Unverified Commit ceca7903 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

wxmacmolplt: fix typo

parent 0a737c52
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;