removed GitHub references
This commit is contained in:
parent
d0d80223f7
commit
0267ce8792
|
@ -1,5 +1,9 @@
|
|||
# Changelog for passman
|
||||
|
||||
## current
|
||||
|
||||
- updated documentation to on longer mention GitHub
|
||||
|
||||
## 0.3.1
|
||||
|
||||
- set maximum version of transformers package
|
||||
|
|
13
README.md
13
README.md
|
@ -1,6 +1,6 @@
|
|||
# passman
|
||||
|
||||
Copyright (C) 2018-2021 Jonathan Lamothe
|
||||
Copyright (C) 2018-2023 Jonathan Lamothe
|
||||
<jonathan@jlamothe.net>
|
||||
|
||||
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
|
||||
<https://github.com/jlamothe/passman>.
|
||||
The most recent version of passman can be found on Codeberg at
|
||||
<https://codeberg.org/jlamothe/passman>.
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Pull requests are welcome, but should be made to the `dev` branch.
|
||||
|
||||
## Donations
|
||||
|
||||
Bitcoin donations are accepted (but not required) at:
|
||||
18hqEsXCinyauDp6smPUEVuscjDdasTKvr
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user