diff --git a/scat.cabal b/scat.cabal index 939bbe5..e0b491b 100644 --- a/scat.cabal +++ b/scat.cabal @@ -16,7 +16,7 @@ version: 1.0.1.0 synopsis: Generates unique passwords for various websites from a single password. -- A longer description of the package. --- description: +description: Flexible password generator. For each service, passwords are generated deterministically from a main password and a code. Internally, Scrypt is used to obtain the hash generating the passwords. -- The license under which the package is released. license: BSD3 @@ -51,6 +51,10 @@ data-dir: lists data-files: *.txt +source-repository head + type: git + location: https://github.com/redelmann/scat + executable scat -- .hs or .lhs file containing the Main module. main-is: Scat.hs