From 2eb51419218e77c4ccb517c642e8fc7e40724973 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 10 Jul 2019 09:59:03 +0300 Subject: [PATCH] gnu: icecat: Update cpe-name. * gnu/packages/gnuzilla.scm (icecat)[properties]: Update cpe-name, cpe-version. --- gnu/packages/gnuzilla.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index ff382b2388..c3931c2594 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -939,8 +939,8 @@ features built-in privacy-protecting features.") (license license:mpl2.0) ;and others, see toolkit/content/license.html (properties `((ftp-directory . "/gnu/gnuzilla") - (cpe-name . "firefox_esr") - (cpe-version . ,(first (string-split version #\-))))))) + (cpe-name . "firefox") + (cpe-version . ,(first (string-split version #\.))))))) (define-public conkeror ;; The Conkeror web browser relied on XULRunner, which IceCat > 50 no longer -- 2.22.0