me
/
guix
Archived
1
0
Fork 0

gnu: fstrm: Refer to HPND licence by name.

* gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:00 +02:00
parent 59d7976782
commit 069d6a3f64
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ XML, JSON, MessagePack, YAML, etc.
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
data in motion, or as a file format for data at rest.")
(license (list license:expat
(license:non-copyleft #f "See libmy/argv*")))))
(license (list license:expat ; the combined work
license:hpnd)))) ; libmy/argv*
(define-public protobuf
(package