unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75089@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75089] [PATCH rust-team 22/27] gnu: rust-mio-named-pipes-0.1: Use list of licenses.
Date: Wed, 25 Dec 2024 17:01:56 +0100	[thread overview]
Message-ID: <06aa3371ea14d32c97daa58f74fb683d90d1a0ac.1735140637.git.herman@rimm.ee> (raw)
In-Reply-To: <cover.1735140635.git.herman@rimm.ee>

* gnu/packages/crates-io.scm (rust-mio-named-pipes-0.1)[license]: Use
list.

Change-Id: I18172736a558e5e14a7b6dfd099895622fbb1e34
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 76f1823e61..52c400a29c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47837,7 +47837,7 @@ (define-public rust-mio-named-pipes-0.1
     (synopsis "Windows named pipe bindings for mio")
     (description
      "A library for integrating Windows Named Pipes with mio.")
-    (license `(,license:asl2.0 ,license:expat))))
+    (license (list license:asl2.0 license:expat))))
 
 (define-public rust-mio-uds-0.6
   (package
-- 
2.45.2





  parent reply	other threads:[~2024-12-25 16:04 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-25 16:00 [bug#75089] [PATCH rust-team 00/27] Refactor (gnu packages crates-io) Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 01/27] gnu: rust-arbitrary-0.4: Use inherit syntax Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 02/27] gnu: rust-rustc-version-0.3: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 03/27] gnu: rust-rustfix-0.4: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 04/27] gnu: rust-nettle-5: Use package name in source URI Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 05/27] gnu: rust-gobject-sys-0.14: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 06/27] gnu: rust-indoc-1: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 07/27] gnu: rust-indoc-impl-0.3: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 08/27] gnu: rust-nalgebra-0.29: Remove modules Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 09/27] gnu: rust-rust-hawktracer-normal-macro-0.4: Unindent source URI Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 10/27] gnu: rust-twoway-0.1: Fix indentation Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 11/27] gnu: rust-gix-revision-0.22: Fix whitespace Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 12/27] gnu: rust-syn-0.15: Remove properties Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 13/27] gnu: rust-time-0.1: Remove whitespace Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 14/27] gnu: rust-dirs-sys-next-0.1: Do not inherit rust-dirs-sys-0.3 Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 15/27] gnu: rust-winapi-0.3: Use unlabeled cargo-inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 16/27] gnu: rust-nitrokey-test-0.5: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 17/27] gnu: rust-progressing-3: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 18/27] gnu: rust-dirs-2: Remove inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 19/27] gnu: rust-libloading-0.6: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 20/27] gnu: rust-nix-0.18: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 21/27] gnu: rust-pcap-0.7: Remove native-inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` Herman Rimm via Guix-patches via [this message]
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 23/27] gnu: rust-bindgen-0.55: Inherit inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 24/27] gnu: rust-libsqlite3-sys-0.22: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 25/27] gnu: rust-libsqlite3-sys-0.20: " Herman Rimm via Guix-patches via
2024-12-25 16:02 ` [bug#75089] [PATCH rust-team 26/27] gnu: rust-hyper-tls-0.4: Inherit (native-)inputs Herman Rimm via Guix-patches via
2024-12-25 16:02 ` [bug#75089] [PATCH rust-team 27/27] gnu: rust-trust-dns-rustls-0.6: " Herman Rimm via Guix-patches via
2024-12-25 16:46 ` [bug#75089] [PATCH rust-team 00/27] Refactor (gnu packages crates-io) Efraim Flashner
2024-12-26 13:44 ` bug#75089: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=06aa3371ea14d32c97daa58f74fb683d90d1a0ac.1735140637.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75089@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).