mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: packages: mozilla: Fix typos in the comments.
* nongnu/packages/mozilla.scm (%firefox-esr-build-id, %firefox-build-id): Fix typos in the comments. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
bce51ba193
commit
2d5b54784d
1 changed files with 4 additions and 4 deletions
|
@ -93,8 +93,8 @@
|
|||
(base32
|
||||
"0iccpdvc0kvpww5a31k9gjkqigyz016i7v80r9zamd34w4fl6mx4"))))))
|
||||
|
||||
;; Update this id with every firefox update to it's release date.
|
||||
;; It's used for cache validation and therefor can lead to strange bugs.
|
||||
;; Update this id with every firefox update to its release date.
|
||||
;; It's used for cache validation and therefore can lead to strange bugs.
|
||||
(define %firefox-esr-build-id "20230829000000")
|
||||
|
||||
(define-public firefox-esr
|
||||
|
@ -510,8 +510,8 @@ MOZ_ENABLE_WAYLAND=1 exec ~a $@\n"
|
|||
((firefox) out))
|
||||
#t))))))
|
||||
|
||||
;; Update this id with every firefox update to it's release date.
|
||||
;; It's used for cache validation and therefor can lead to strange bugs.
|
||||
;; Update this id with every firefox update to its release date.
|
||||
;; It's used for cache validation and therefore can lead to strange bugs.
|
||||
(define %firefox-build-id "20230829000000")
|
||||
|
||||
(define-public firefox
|
||||
|
|
Loading…
Reference in a new issue