aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2020-05-17 17:17:24 -0700
committerRuss Allbery <eagle@eyrie.org>2020-05-17 17:17:24 -0700
commit27662bbd5b1381e0e2b00e060bdb1c873cb22141 (patch)
tree3c0d1512e1c77fee62a904b2986bd20f9227e291 /README.md
parentc138111a3c27863308b6552a5527a9e821a3dc11 (diff)
Switch to GitHub Actions for CI
Regenerate the documentation with patched DocKnot 3.04 to pick up the new status badge, which fixes a few other issues with documentation generation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b1afe4e..5a375d9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# wallet 1.4
[![Build
-status](https://travis-ci.org/rra/wallet.svg?branch=master)](https://travis-ci.org/rra/wallet)
+status](https://github.com/rra/wallet/workflows/build/badge.svg)](https://github.com/rra/wallet/actions)
Copyright 2014, 2016, 2018 Russ Allbery <eagle@eyrie.org>. Copyright
2006-2010, 2012-2014 The Board of Trustees of the Leland Stanford Junior
@@ -99,10 +99,12 @@ supports the `-norandkey` option to `ktadd`. This option is included in
MIT Kerberos 1.7 and later.
The WebAuth keyring object support in the wallet server requires the
-WebAuth Perl module from WebAuth 4.4.0 or later.
+WebAuth Perl module from [WebAuth 4.4.0 or
+later](https://www.eyrie.org/~eagle/software/webauth/).
The Duo integration object support in the wallet server requires the
-Net::Duo, JSON, and Perl6::Slurp Perl modules.
+[Net::Duo](https://www.eyrie.org/~eagle/software/net-duo/), JSON, and
+Perl6::Slurp Perl modules.
The password object support in the wallet server requires the
Crypt::GeneratePassword Perl module.