gen-passwd 1.0.0.0 → 1.1.0.0
raw patch · 1 files changed
+10/−4 lines, 1 files
Files
- gen-passwd.cabal +10/−4
gen-passwd.cabal view
@@ -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