Skip to content

Commit cae4da5

Browse files
committed
podcast-archiver: add issue link for hatch workaround
1 parent bb01522 commit cae4da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/p/podcast-archiver.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ class PodcastArchiver < Formula
137137
end
138138

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

143144
virtualenv_install_with_resources

0 commit comments

Comments
 (0)