From 0267ce87923c05488f9b9cadd5fbcf507355b347 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Tue, 2 May 2023 16:48:44 -0400 Subject: [PATCH] removed GitHub references --- ChangeLog.md | 4 ++++ README.md | 13 ++++--------- package.yaml | 2 +- passman.cabal | 12 +++++++++--- 4 files changed, 18 insertions(+), 13 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a35c186..575d399 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for passman +## current + +- updated documentation to on longer mention GitHub + ## 0.3.1 - set maximum version of transformers package diff --git a/README.md b/README.md index 718eb69..b8e4534 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 2018-2023 Jonathan Lamothe This program is free software: you can redistribute it and/or modify @@ -41,16 +41,11 @@ for instructions on installing Haskell Stack. Once you have done this, you can simply enter the command `stack install passman` in the terminal to install passman. -## GitHub +## Codeberg -The most recent version of passman can be found on GitHub at -. +The most recent version of passman can be found on Codeberg at +. ## Pull Requests Pull requests are welcome, but should be made to the `dev` branch. - -## Donations - -Bitcoin donations are accepted (but not required) at: -18hqEsXCinyauDp6smPUEVuscjDdasTKvr diff --git a/package.yaml b/package.yaml index 63dbc31..f816167 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ version: 0.3.1 license: LGPL-3.0-or-later author: "Jonathan Lamothe" maintainer: "jonathan@jlamothe.net" -copyright: "(C) 2018-2021 Jonathan Lamothe" +copyright: "(C) 2018-2023 Jonathan Lamothe" homepage: https://codeberg.org/jlamothe/passman bug-reports: https://codeberg.org/jlamothe/passman/issues diff --git a/passman.cabal b/passman.cabal index 6b4f0aa..0471fef 100644 --- a/passman.cabal +++ b/passman.cabal @@ -1,10 +1,10 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.34.4. +-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack -- --- hash: 28f118d81a1b3ac7f27513c569620a2eab195e5abd718c66c5a9d5529ec0268a +-- hash: 6157f976d5dae9df98a4a82881d871f070b9baf338c78402edf88069a48caefb name: passman version: 0.3.1 @@ -15,7 +15,7 @@ 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 +copyright: (C) 2018-2023 Jonathan Lamothe license: LGPL-3.0-or-later license-file: LICENSE build-type: Simple @@ -28,6 +28,8 @@ library Password other-modules: Paths_passman + autogen-modules: + Paths_passman hs-source-dirs: src ghc-options: -Wall @@ -52,6 +54,8 @@ executable passman UI Util Paths_passman + autogen-modules: + Paths_passman hs-source-dirs: app ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N @@ -88,6 +92,8 @@ test-suite passman-test Spec.ValidatePWDatabase Spec.ValidatePWPolicy Paths_passman + autogen-modules: + Paths_passman hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N