diff --git a/gen-passwd.cabal b/gen-passwd.cabal
--- a/gen-passwd.cabal
+++ b/gen-passwd.cabal
@@ -1,17 +1,23 @@
 name: gen-passwd
-version: 1.0.0.0
+version: 1.1.0.0
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
 license-file: LICENSE
-copyright: BSD3
-maintainer: anfelor@posteo.de
+maintainer: Anton Felix Lorenzen <anfelor@posteo.de>
 homepage: https://github.com/anfelor/gen-passwd#readme
+bug-reports: https://github.com/anfelor/gen-passwd/issues
 synopsis: Create wordlist-based passwords easily
-category: Web
+description:
+    See README at <https://github.com/anfelor/gen-passwd#readme>
+category: CLI
 author: Anton Felix Lorenzen
 extra-source-files:
     README.md
+
+source-repository head
+    type: git
+    location: https://github.com/anfelor/gen-passwd
 
 executable gen-passwd
     main-is: Main.hs
