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:
parent
53aae72537
commit
500f917048
@ -16,7 +16,7 @@ version: 1.0.1.0
|
|||||||
synopsis: Generates unique passwords for various websites from a single password.
|
synopsis: Generates unique passwords for various websites from a single password.
|
||||||
|
|
||||||
-- A longer description of the package.
|
-- 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.
|
-- The license under which the package is released.
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -51,6 +51,10 @@ data-dir: lists
|
|||||||
|
|
||||||
data-files: *.txt
|
data-files: *.txt
|
||||||
|
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: https://github.com/redelmann/scat
|
||||||
|
|
||||||
executable scat
|
executable scat
|
||||||
-- .hs or .lhs file containing the Main module.
|
-- .hs or .lhs file containing the Main module.
|
||||||
main-is: Scat.hs
|
main-is: Scat.hs
|
||||||
|
Loading…
Reference in New Issue
Block a user