emacs.pkgs.ement: Fix meta.description

This commit is contained in:
adisbladis
2021-09-14 20:59:47 -05:00
parent 24749c0013
commit 4e52d93305
@@ -25,7 +25,7 @@ trivialBuild {
};
meta = {
description = "plz is an HTTP library for Emacs";
description = "Ement.el is a Matrix client for Emacs";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.all;
};