Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
Thomas Tuegel
2015-04-29 11:33:28 -05:00
134 changed files with 2172 additions and 576 deletions
+1 -1
View File
@@ -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 ];