diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:11 +0200 |
commit | 069d6a3f646b0f4761c37718dc90d8043d2505a5 (patch) | |
tree | 5b4fd351dd6f786a20280c016a17c75e0d941f77 | |
parent | 59d7976782da5e478ff32482e45616fc90d9b697 (diff) |
gnu: fstrm: Refer to HPND licence by name.
* gnu/packages/protobuf.scm (fstrm)[license]: Use license:hpnd directly.
-rw-r--r-- | gnu/packages/protobuf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index a8dcbeb002..6c3a47986d 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -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 |