all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 50854@debbugs.gnu.org
Subject: [bug#50854] [PATCH 2/2] gnu: av-98: Set 'upstream-name' property.
Date: Mon, 27 Sep 2021 22:11:26 +0200	[thread overview]
Message-ID: <2547a5160ecf1a25cad90479c09135e676a30f33.1632772958.git.public@yoctocell.xyz> (raw)
In-Reply-To: <cover.1632772957.git.public@yoctocell.xyz>

* gnu/packages/web-browsers.scm (av-98)[properties]: Set ‘upstream-name’.
---
 gnu/packages/web-browsers.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index f0aefa3eb4..596d9f7f2b 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -912,6 +912,8 @@ (define-public av-98
   (package
     (name "av-98")
     (version "1.0.1")
+    (properties
+     '((upstream-name . "AV-98")))
     (source
      (origin
        (method url-fetch)
-- 
2.33.0







  parent reply	other threads:[~2021-09-27 20:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-27 20:09 [bug#50854] [PATCH 0/2] Make the PyPI importer honor the ‘upstream-name’ package property Xinglu Chen
2021-09-27 20:11 ` [bug#50854] [PATCH 1/2] import: pypi: Honor the 'upstream-name' " Xinglu Chen
2021-09-27 20:11 ` Xinglu Chen [this message]
2021-09-30 21:24 ` bug#50854: [PATCH 0/2] Make the PyPI importer honor the ‘upstream-name’ " Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=2547a5160ecf1a25cad90479c09135e676a30f33.1632772958.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=50854@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.