Fixed some descriptions

This commit is contained in:
Pascal Wittmann
2015-06-29 16:20:58 +02:00
parent aefa3a30f0
commit 512225ef81
9 changed files with 23 additions and 17 deletions
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://github.com/grondo/edac-utils;
description = "handles the reporting of hardware-related memory errors.";
description = "Handles the reporting of hardware-related memory errors";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];