Message ID | 2547a5160ecf1a25cad90479c09135e676a30f33.1632772958.git.public@yoctocell.xyz |
---|---|
State | Accepted |
Headers | show |
Series | Make the PyPI importer honor the ‘upstream-name’ package property | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
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)