guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: ungoogled-chromium: Mention chromedriver in the description.


From: guix-commits
Subject: 04/04: gnu: ungoogled-chromium: Mention chromedriver in the description.
Date: Sat, 25 Sep 2021 00:08:28 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit d08f90be6f6b66c9fec8fd18693d02ba5058424e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Sep 25 00:05:22 2021 -0400

    gnu: ungoogled-chromium: Mention chromedriver in the description.
    
    * gnu/packages/chromium.scm (ungoogled-chromium) [description]: Mention that
    chromedriver is included in the package.
---
 gnu/packages/chromium.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 23b6b0d..768564d 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -911,7 +911,9 @@
     (home-page "https://github.com/Eloston/ungoogled-chromium";)
     (description
      "Ungoogled-Chromium is the Chromium web browser, with some functionality
-disabled in order to protect the users privacy.")
+disabled in order to protect the users privacy.  This package also includes
+the @command{chromedriver} command, which can be useful for automated web
+testing.")
     ;; Chromium is developed as BSD-3, but bundles a large number of 
third-party
     ;; components with other licenses.  For full information, see 
chrome://credits.
     (license (list license:bsd-3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]