about summary refs log tree commit diff
path: root/pkgs/applications/editors/your-editor
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-25 19:28:12 -0400
committerGitHub <noreply@github.com>2021-10-25 19:28:12 -0400
commitee6735ec2270ed2c327386934abb3082148518b4 (patch)
tree2e3872aee10df64db0dcbbb134d480d9949626a1 /pkgs/applications/editors/your-editor
parent14c8bf87430d4203b68be38e8073624e8d26fbab (diff)
downloadnixlib-ee6735ec2270ed2c327386934abb3082148518b4.tar
nixlib-ee6735ec2270ed2c327386934abb3082148518b4.tar.gz
nixlib-ee6735ec2270ed2c327386934abb3082148518b4.tar.bz2
nixlib-ee6735ec2270ed2c327386934abb3082148518b4.tar.lz
nixlib-ee6735ec2270ed2c327386934abb3082148518b4.tar.xz
nixlib-ee6735ec2270ed2c327386934abb3082148518b4.tar.zst
nixlib-ee6735ec2270ed2c327386934abb3082148518b4.zip
your-editor: styling fixup
Diffstat (limited to 'pkgs/applications/editors/your-editor')
-rw-r--r--pkgs/applications/editors/your-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/your-editor/default.nix b/pkgs/applications/editors/your-editor/default.nix
index 142795fc49a4..a191943c3fd6 100644
--- a/pkgs/applications/editors/your-editor/default.nix
+++ b/pkgs/applications/editors/your-editor/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture.";
+    description = "Your-editor (yed) is a small and simple terminal editor core that is meant to be extended through a powerful plugin architecture";
     homepage = "https://your-editor.org/";
     license = with licenses; [ mit ];
     platforms = platforms.linux;