gnu: fstrm: Refer to HPND licence by name.
* gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly.
This commit is contained in:
parent
59d7976782
commit
069d6a3f64
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ XML, JSON, MessagePack, YAML, etc.
|
||||||
Frame Streams can be used either as a streaming transport over a reliable byte
|
Frame Streams can be used either as a streaming transport over a reliable byte
|
||||||
stream socket (TCP sockets, TLS connections, @code{AF_UNIX} sockets, etc.) for
|
stream socket (TCP sockets, TLS connections, @code{AF_UNIX} sockets, etc.) for
|
||||||
data in motion, or as a file format for data at rest.")
|
data in motion, or as a file format for data at rest.")
|
||||||
(license (list license:expat
|
(license (list license:expat ; the combined work
|
||||||
(license:non-copyleft #f "See libmy/argv*")))))
|
license:hpnd)))) ; libmy/argv*
|
||||||
|
|
||||||
(define-public protobuf
|
(define-public protobuf
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue