diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+1.1.0.4 - 2024-06-26
+--------------------------------------------------
+
+Update metadata to indicate abandonment
+
+
 1.1.0.3 - 2023-02-01
 --------------------------------------------------
 
diff --git a/readme.md b/readme.md
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,7 @@
-This package provides support for writing a [Stripe]
-webhook server using [Scotty].
+Provides support for writing a [Stripe] webhook server using [Scotty].
+
+This package has no maintainer. Contact chris@typeclasses.com if you care
+to take over.
 
   [Stripe]: https://stripe.com/
 
diff --git a/stripe-scotty.cabal b/stripe-scotty.cabal
--- a/stripe-scotty.cabal
+++ b/stripe-scotty.cabal
@@ -1,18 +1,14 @@
 cabal-version: 3.0
 
 name: stripe-scotty
-version: 1.1.0.3
+version: 1.1.0.4
 synopsis: Listen for Stripe webhook events with Scotty
 category: Web
 
 description: This package provides support for writing
     a Stripe webhook server using Scotty.
 
-homepage:    https://github.com/typeclasses/stripe
-bug-reports: https://github.com/typeclasses/stripe/issues
-
-author:     Chris Martin
-maintainer: Chris Martin, Julie Moronuki
+author: Chris Martin
 
 copyright: 2019-2021 Mission Valley Software LLC
 license: MIT
