zile: fix description (don't repeat package name)
This commit is contained in:
parent
9f744961b8
commit
e395f91607
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
preConfigure = "export gl_cv_func_fstatat_zero_flag=yes";
|
preConfigure = "export gl_cv_func_fstatat_zero_flag=yes";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU Zile, a lightweight Emacs clone";
|
description = "Lightweight Emacs clone";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GNU Zile, which is a lightweight Emacs clone. Zile is short
|
GNU Zile, which is a lightweight Emacs clone. Zile is short
|
||||||
|
|
Loading…
Reference in New Issue