diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 3.1.0.1
+
+  * Fix package description (.cabal)
+
 # 3.1.0.0
 
   * Add support for CSV via the `--csv` flag and `:set csv`
diff --git a/jacinda.cabal b/jacinda.cabal
--- a/jacinda.cabal
+++ b/jacinda.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               jacinda
-version:            3.1.0.0
+version:            3.1.0.1
 license:            AGPL-3.0-only
 license-file:       COPYING
 maintainer:         vamchale@gmail.com
@@ -8,7 +8,7 @@
 bug-reports:        https://github.com/vmchale/jacinda/issues
 synopsis:           Functional, expression-oriented data processing language
 description:
-    APL meets AWK. A command-line tool for summarizing and reporting, powered by Rust's [regex](https://docs.rs/regex/regex/) library.
+    APL meets AWK. A command-line tool for summarizing and reporting, powered by Rust's [regex](https://docs.rs/regex/) library.
 
 category:           Language, Interpreters, Text, Data
 build-type:         Simple
