jove: fix typo in package description

This commit is contained in:
Matthias Thym 2022-02-05 12:42:02 +01:00
parent 415bdaa0ff
commit 9d65a3bd2d

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Jonathan's Own Version or Emacs";
description = "Jonathan's Own Version of Emacs";
homepage = "https://github.com/jonmacs/jove";
license = licenses.bsd2;
maintainers = with maintainers; [ AndersonTorres ];