[Git][reproducible-builds/reproducible-website][master] source-date-epoch: fix Lisp example syntax
Bernhard M. Wiedemann (@bmwiedemann-guest)
gitlab at salsa.debian.org
Thu Nov 6 06:47:39 UTC 2025
Bernhard M. Wiedemann pushed to branch master at Reproducible Builds / reproducible-website
Commits:
ebe29a55 by Bernhard M. Wiedemann at 2025-11-06T07:47:20+01:00
source-date-epoch: fix Lisp example syntax
thanks to Vytautas Liuolia for reporting it on GitHub
- - - - -
1 changed file:
- _docs/source-date-epoch.md
Changes:
=====================================
_docs/source-date-epoch.md
=====================================
@@ -352,7 +352,7 @@ if source_date_epoch == "" {
(when (getenv "SOURCE_DATE_EPOCH")
(seconds-to-time
(string-to-number
- (getenv "SOURCE_DATE_EPOCH"))))))
+ (getenv "SOURCE_DATE_EPOCH")))))
```
### OCaml
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/ebe29a55272b91cc0721c15624d9509877df091a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/ebe29a55272b91cc0721c15624d9509877df091a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20251106/26dbd987/attachment.htm>
More information about the rb-commits
mailing list