mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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.
This commit is contained in:
parent
6963305ce5
commit
b90f72dcf8
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
|
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
|
||||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016, 2017 David Craven <david@craven.ch>
|
;;; Copyright © 2016, 2017 David Craven <david@craven.ch>
|
||||||
;;; Copyright © 2017 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2017 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
|
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
|
||||||
|
@ -1257,10 +1257,10 @@ (define-public ghc-streaming-commons
|
||||||
("hspec-discover" ,hspec-discover)))
|
("hspec-discover" ,hspec-discover)))
|
||||||
(home-page "https://hackage.haskell.org/package/streaming-commons")
|
(home-page "https://hackage.haskell.org/package/streaming-commons")
|
||||||
(synopsis "Conduit and pipes needed by some streaming data libraries")
|
(synopsis "Conduit and pipes needed by some streaming data libraries")
|
||||||
(description "Provides low-dependency functionality commonly needed by
|
(description "This package provides low-dependency functionality commonly
|
||||||
various Haskell streaming data libraries, such as @code{conduit} and
|
needed by various Haskell streaming data libraries, such as @code{conduit} and
|
||||||
@code{pipe}s.")
|
@code{pipe}s.")
|
||||||
(license license:bsd-3)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public cpphs
|
(define-public cpphs
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue