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
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ xz ];
meta = with stdenv.lib; {
description = "Archive of autoconf m4 macros.";
description = "Archive of autoconf m4 macros";
homepage = http://www.gnu.org/software/autoconf-archive/;
license = licenses.gpl3;
};