diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
 `arch-hs` uses [PVP Versioning][1].
 The changelog is available [on GitHub][2].
 
+## 0.12.0.3
+
+- Add hindent to name preset
+
 ## 0.12.0.2
 
 - Add taffybar to name preset
diff --git a/arch-hs.cabal b/arch-hs.cabal
--- a/arch-hs.cabal
+++ b/arch-hs.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               arch-hs
-version:            0.12.0.2
+version:            0.12.0.3
 synopsis:           Distribute hackage packages to archlinux
 description:
   @arch-hs@ is a command-line program, which simplifies the process of producing
diff --git a/data/NAME_PRESET.json b/data/NAME_PRESET.json
--- a/data/NAME_PRESET.json
+++ b/data/NAME_PRESET.json
@@ -88,6 +88,7 @@
   "haskell-x11": "X11",
   "haskell-x11-xft": "X11-xft",
   "hasktags": "hasktags",
+  "hindent": "hindent",
   "hledger": "hledger",
   "hledger-iadd": "hledger-iadd",
   "hledger-ui": "hledger-ui",
