From 933df2d70cbb38004b6d94c112423ebe5b92391a Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.funk1@gmail.com>
Date: Thu, 17 Apr 2025 18:17:49 -0700
Subject: [PATCH] Don't mention boulder.nist.gov

* leapseconds.awk: Don't mention boulder.nist.gov in comments.  Don't
mention NIST since the file cannot be found elsewhere from IERS.
---
 leapseconds.awk | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/leapseconds.awk b/leapseconds.awk
index 15e85012..d8ba332b 100644
--- a/leapseconds.awk
+++ b/leapseconds.awk
@@ -21,10 +21,8 @@ BEGIN {
   print "# This file is in the public domain."
   print ""
   print "# This file is generated automatically from the data in the public-domain"
-  print "# NIST/IERS format leap-seconds.list file, which can be copied from"
-  print "# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>"
-  print "# or, in a variant with different comments, from"
-  print "# <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>."
+  print "# IERS format leap-seconds.list file, which can be copied from"
+  print "# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>."
   print "# For more about leap-seconds.list, please see"
   print "# The NTP Timescale and Leap Seconds"
   print "# <https://www.eecis.udel.edu/~mills/leap.html>."
-- 
2.49.0

