From 9d65a3bd2d42be39c0c0da954d82610161a7261c Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Sat, 5 Feb 2022 12:42:02 +0100 Subject: [PATCH] jove: fix typo in package description --- pkgs/applications/editors/jove/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/jove/default.nix b/pkgs/applications/editors/jove/default.nix index 0faf03659c77..2280c6d9e617 100644 --- a/pkgs/applications/editors/jove/default.nix +++ b/pkgs/applications/editors/jove/default.nix @@ -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 ];