summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-26 11:08:40 +0700
committerJon <jonringer@users.noreply.github.com>2020-10-27 09:15:07 -0700
commitdb74029e3e9b884731f0753f605e2d838b70afb0 (patch)
tree01cf8e94b0b6090765c01ad54f5c7dd8444bce06 /pkgs/tools/graphics
parent7371c2cc9bf813ae52bebff357e4bf3070879bbf (diff)
treewide: remove package names from prefix of descriptions
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/optar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/optar/default.nix b/pkgs/tools/graphics/optar/default.nix
index 4eee8acb9798..3061a5cebaf9 100644
--- a/pkgs/tools/graphics/optar/default.nix
+++ b/pkgs/tools/graphics/optar/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
- description = "Optar stands for OPTical ARchiver - it's a codec for encoding data on paper";
+ description = "OPTical ARchiver - it's a codec for encoding data on paper";
homepage = "http://ronja.twibright.com/optar/";
license = licenses.gpl2;
maintainers = with maintainers; [ peterhoeg ];