gnu: fstrm: Refer to HPND licence by name.

* gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly.
This commit is contained in:
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

View file

@ -82,8 +82,8 @@ (define-public fstrm
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