about summary refs log tree commit diff
path: root/pkgs/tools/compression
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-04-29 11:33:28 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-04-29 11:33:28 -0500
commit1fe28a11327ad7695ee9f023c74bd47894494bcb (patch)
treee9709816cebecf2e31a36ffcb3e1f0e607175bdc /pkgs/tools/compression
parent85aafda509b626e68595facba1aeb7da336ce537 (diff)
parent182acabbae644182ee6dafc9779e63abd7991f8c (diff)
downloadnixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.tar
nixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.tar.gz
nixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.tar.bz2
nixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.tar.lz
nixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.tar.xz
nixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.tar.zst
nixlib-1fe28a11327ad7695ee9f023c74bd47894494bcb.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'pkgs/tools/compression')
-rw-r--r--pkgs/tools/compression/dtrx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/compression/dtrx/default.nix b/pkgs/tools/compression/dtrx/default.nix
index 0d7a0e14e7de..343709dd9571 100644
--- a/pkgs/tools/compression/dtrx/default.nix
+++ b/pkgs/tools/compression/dtrx/default.nix
@@ -10,7 +10,7 @@ pythonPackages.buildPythonPackage rec {
   };
 
   meta = with stdenv.lib; {
-    description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives.";
+    description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
     homepage = "http://brettcsmith.org/2007/dtrx/";
     license = licenses.gpl3Plus;
     maintainers = [ maintainers.spwhitt ];