1
0
mirror of https://github.com/redelmann/scat synced 2025-01-10 06:34:20 +01:00

Added description and repository informations.

This commit is contained in:
Romain Edelmann 2013-08-14 17:24:56 +02:00
parent 53aae72537
commit 500f917048

View File

@ -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