From 8e60743d8b4114494787b873ad9e705b1b0e2595 Mon Sep 17 00:00:00 2001
From: Danny Milosavljevic <dannym@scratchpost.org>
Date: Thu, 15 Feb 2018 15:01:39 +0100
Subject: [PATCH] gnu: me-cleaner: Update synopsis.

* gnu/packages/flashing-tools.scm (me-cleaner)[synopsis]: Modify.
---
 gnu/packages/flashing-tools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index eda70856a62..f0200aa32d9 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -397,7 +397,7 @@ (define-public intelmetool
         (delete 'configure)
         (delete 'check))))
     (home-page "https://github.com/zamaudio/intelmetool")
-    (synopsis "Intel ME tools")
+    (synopsis "Intel Management Engine tools")
     (description "This package provides tools for working with Intel
 Management Engine (ME).  You need to @code{sudo rmmod mei_me} and
 @code{sudo rmmod mei} before using this tool.  Also pass
-- 
GitLab