removed GitHub references
This commit is contained in:
parent
d0d80223f7
commit
0267ce8792
|
@ -1,5 +1,9 @@
|
||||||
# Changelog for passman
|
# Changelog for passman
|
||||||
|
|
||||||
|
## current
|
||||||
|
|
||||||
|
- updated documentation to on longer mention GitHub
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
- set maximum version of transformers package
|
- set maximum version of transformers package
|
||||||
|
|
13
README.md
13
README.md
|
@ -1,6 +1,6 @@
|
||||||
# passman
|
# passman
|
||||||
|
|
||||||
Copyright (C) 2018-2021 Jonathan Lamothe
|
Copyright (C) 2018-2023 Jonathan Lamothe
|
||||||
<jonathan@jlamothe.net>
|
<jonathan@jlamothe.net>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
this, you can simply enter the command `stack install passman` in the
|
||||||
terminal to install passman.
|
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
|
||||||
<https://github.com/jlamothe/passman>.
|
<https://codeberg.org/jlamothe/passman>.
|
||||||
|
|
||||||
## Pull Requests
|
## Pull Requests
|
||||||
|
|
||||||
Pull requests are welcome, but should be made to the `dev` branch.
|
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
|
license: LGPL-3.0-or-later
|
||||||
author: "Jonathan Lamothe"
|
author: "Jonathan Lamothe"
|
||||||
maintainer: "jonathan@jlamothe.net"
|
maintainer: "jonathan@jlamothe.net"
|
||||||
copyright: "(C) 2018-2021 Jonathan Lamothe"
|
copyright: "(C) 2018-2023 Jonathan Lamothe"
|
||||||
homepage: https://codeberg.org/jlamothe/passman
|
homepage: https://codeberg.org/jlamothe/passman
|
||||||
bug-reports: https://codeberg.org/jlamothe/passman/issues
|
bug-reports: https://codeberg.org/jlamothe/passman/issues
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
cabal-version: 2.2
|
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
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 28f118d81a1b3ac7f27513c569620a2eab195e5abd718c66c5a9d5529ec0268a
|
-- hash: 6157f976d5dae9df98a4a82881d871f070b9baf338c78402edf88069a48caefb
|
||||||
|
|
||||||
name: passman
|
name: passman
|
||||||
version: 0.3.1
|
version: 0.3.1
|
||||||
|
@ -15,7 +15,7 @@ homepage: https://codeberg.org/jlamothe/passman
|
||||||
bug-reports: https://codeberg.org/jlamothe/passman/issues
|
bug-reports: https://codeberg.org/jlamothe/passman/issues
|
||||||
author: Jonathan Lamothe
|
author: Jonathan Lamothe
|
||||||
maintainer: jonathan@jlamothe.net
|
maintainer: jonathan@jlamothe.net
|
||||||
copyright: (C) 2018-2021 Jonathan Lamothe
|
copyright: (C) 2018-2023 Jonathan Lamothe
|
||||||
license: LGPL-3.0-or-later
|
license: LGPL-3.0-or-later
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
@ -28,6 +28,8 @@ library
|
||||||
Password
|
Password
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_passman
|
Paths_passman
|
||||||
|
autogen-modules:
|
||||||
|
Paths_passman
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
@ -52,6 +54,8 @@ executable passman
|
||||||
UI
|
UI
|
||||||
Util
|
Util
|
||||||
Paths_passman
|
Paths_passman
|
||||||
|
autogen-modules:
|
||||||
|
Paths_passman
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
||||||
|
@ -88,6 +92,8 @@ test-suite passman-test
|
||||||
Spec.ValidatePWDatabase
|
Spec.ValidatePWDatabase
|
||||||
Spec.ValidatePWPolicy
|
Spec.ValidatePWPolicy
|
||||||
Paths_passman
|
Paths_passman
|
||||||
|
autogen-modules:
|
||||||
|
Paths_passman
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
test
|
||||||
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
||||||
|
|
Loading…
Reference in New Issue
Block a user