From d0d80223f784aae0bce45c2a1fa9a7560e15951b Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Sun, 14 Nov 2021 03:47:53 -0500 Subject: [PATCH] added bug reports link --- package.yaml | 1 + passman.cabal | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 1c74bf0..63dbc31 100644 --- a/package.yaml +++ b/package.yaml @@ -5,6 +5,7 @@ author: "Jonathan Lamothe" maintainer: "jonathan@jlamothe.net" copyright: "(C) 2018-2021 Jonathan Lamothe" homepage: https://codeberg.org/jlamothe/passman +bug-reports: https://codeberg.org/jlamothe/passman/issues extra-source-files: - README.md diff --git a/passman.cabal b/passman.cabal index ea33173..6b4f0aa 100644 --- a/passman.cabal +++ b/passman.cabal @@ -4,14 +4,15 @@ cabal-version: 2.2 -- -- see: https://github.com/sol/hpack -- --- hash: 6db36213759313606afd99c8afb12d822c57fdaf5a2a1ac20d7333b8e7d04183 +-- hash: 28f118d81a1b3ac7f27513c569620a2eab195e5abd718c66c5a9d5529ec0268a name: passman version: 0.3.1 synopsis: a simple password manager -description: Please see the README on GitHub at +description: a simple password manager - see README.md for details category: Security homepage: https://codeberg.org/jlamothe/passman +bug-reports: https://codeberg.org/jlamothe/passman/issues author: Jonathan Lamothe maintainer: jonathan@jlamothe.net copyright: (C) 2018-2021 Jonathan Lamothe