Skip to content

Commit 521a40d

Browse files
committed
literate-git: add issue link for hatch workaround
1 parent d22fc9e commit 521a40d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/l/literate-git.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ class LiterateGit < Formula
5050
end
5151

5252
def install
53-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
53+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
54+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
5455
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
5556

5657
virtualenv_install_with_resources

0 commit comments

Comments
 (0)