about summary refs log tree commit diff
path: root/pkgs/applications/editors/ed
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-06-09 22:47:12 +0100
committerAlyssa Ross <hi@alyssa.is>2024-06-09 22:47:12 +0100
commit3df6bb2c85a5be3c573241584d554ea10ef34d74 (patch)
treecf6a8f6550657ce4f4dfe149e18fa6313827796c /pkgs/applications/editors/ed
parent5aea0ef461f2dbe6a3fc8a580bccf9acdd193e7b (diff)
parentb603ee80fd636a98b7006b9a7ef771732027cd23 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
Diffstat (limited to 'pkgs/applications/editors/ed')
-rw-r--r--pkgs/applications/editors/ed/sources.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/ed/sources.nix b/pkgs/applications/editors/ed/sources.nix
index de20aa1bf8a7f..6601876c88b09 100644
--- a/pkgs/applications/editors/ed/sources.nix
+++ b/pkgs/applications/editors/ed/sources.nix
@@ -4,7 +4,7 @@
 
 let
   meta = {
-    description = "The GNU implementation of the standard Unix editor";
+    description = "GNU implementation of the standard Unix editor";
     longDescription = ''
       GNU ed is a line-oriented text editor. It is used to create, display,
       modify and otherwise manipulate text files, both interactively and via