rekado pushed a commit to branch master
in repository guix.

commit b90f72dcf8b8176c54361151c23f92948bc2102f
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Mon Feb 12 16:52:02 2018 +0100

    gnu: ghc-streaming-commons: Fix license and description.
    
    * gnu/packages/haskell.scm (ghc-streaming-commons)[license]: The correct
    license is Expat.
    [description]: Use a complete sentence.
---
 gnu/packages/haskell.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0840ef4..a6a4954 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Ludovic Courtès <l...@gnu.org>
 ;;; Copyright © 2016, 2017 ng0 <n...@infotropique.org>
 ;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il>
-;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rek...@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rek...@elephly.net>
 ;;; Copyright © 2016, 2017 David Craven <da...@craven.ch>
 ;;; Copyright © 2017 Danny Milosavljevic <dan...@scratchpost.org>
 ;;; Copyright © 2017 Peter Mikkelsen <petermikkelse...@gmail.com>
@@ -1257,10 +1257,10 @@ version 1.3).")
        ("hspec-discover" ,hspec-discover)))
     (home-page "https://hackage.haskell.org/package/streaming-commons";)
     (synopsis "Conduit and pipes needed by some streaming data libraries")
-    (description "Provides low-dependency functionality commonly needed by
-various Haskell streaming data libraries, such as @code{conduit} and
+    (description "This package provides low-dependency functionality commonly
+needed by various Haskell streaming data libraries, such as @code{conduit} and
 @code{pipe}s.")
-    (license license:bsd-3)))
+    (license license:expat)))
 
 (define-public cpphs
   (package

Reply via email to