From 2ea593de69be56310524d156b52748b1252d3d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8jberg?= Date: Wed, 13 Mar 2024 10:03:07 -0400 Subject: [PATCH] Fix date-format package; new author github name --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index dc2955e..2fa2a3b 100644 --- a/elm.json +++ b/elm.json @@ -30,7 +30,7 @@ "mgold/elm-nonempty-list": "4.2.0", "noahzgordon/elm-color-extra": "1.0.2", "rtfeldman/elm-iso8601-date-strings": "1.1.4", - "ryannhg/date-format": "2.3.0", + "ryan-haskell/date-format": "1.0.0", "stoeffel/set-extra": "1.2.3", "wernerdegroot/listzipper": "4.0.0" }, @@ -48,4 +48,4 @@ }, "indirect": {} } -} \ No newline at end of file +}