Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-04-28 10:55:20 +02:00
parent 74742ad584
commit f99d5cf2fc
54 changed files with 77 additions and 78 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ let honcho = buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
description = "A Python clone of Foreman, a tool for managing Procfile-based applications.";
description = "A Python clone of Foreman, a tool for managing Procfile-based applications";
license = licenses.mit;
homepage = https://github.com/nickstenning/honcho;
maintainers = with maintainers; [ benley ];