From a15762308781eec20609db1390a693d42a5a0972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 11 Nov 2022 00:22:23 +0100 Subject: [PATCH] Fix documentation for `SOURCE_DATE_EPOCH` variable (#139) --- src/feature/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature/build.rs b/src/feature/build.rs index c0c02c33..25480476 100644 --- a/src/feature/build.rs +++ b/src/feature/build.rs @@ -41,7 +41,7 @@ use { /// * **NOTE** - To keep processing other sections if an Error occurs in this one, set /// [`Build::skip_if_error`](Build::skip_if_error_mut()) to true. /// * **NOTE** - If the -/// [`SOURCE_BUILD_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment +/// [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment /// variable is set, vergen will use the value of that variable in place of the current time. /// /// # Example