summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-12-25 10:32:02 -0800
committerRuss Allbery <rra@cpan.org>2020-12-25 10:32:02 -0800
commitdbdeb7cef3cb649a923c072a0050b45e6b2591f7 (patch)
tree5431f8a1627a1bcac0c22ca963de7ad85a6920fd
parent1b652ddecd468e9d78d1b1300ae1f631744950e8 (diff)
Use https for the badge for unmaintained packages
-rw-r--r--Changes2
-rw-r--r--share/templates/readme-md.tmpl2
-rw-r--r--t/data/generate/lbcd/output/readme-md2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index d8481b9..bdd616b 100644
--- a/Changes
+++ b/Changes
@@ -39,6 +39,8 @@ DocKnot 4.00 (unreleased)
Add some additional markup to the Markdown version of building
instructions for packages that use Kerberos and Autoconf.
+ Use https for the link and badge for unmaintained packages.
+
DocKnot 3.05 (2020-08-09)
Change the heuristic for when to refrain from wrapping output
diff --git a/share/templates/readme-md.tmpl b/share/templates/readme-md.tmpl
index e30649f..6536d98 100644
--- a/share/templates/readme-md.tmpl
+++ b/share/templates/readme-md.tmpl
@@ -1,6 +1,6 @@
# [% name %]
[% IF vcs.status || distribution.cpan || orphaned || distribution.packaging.debian %]
-[% IF orphaned %][![No maintenance intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [% END -%]
+[% IF orphaned %][![No maintenance intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/) [% END -%]
[% IF vcs.status.travis %][![Build status](https://travis-ci.org/[% vcs.status.travis %].svg?branch=master)](https://travis-ci.org/[% vcs.status.travis %]) [% END -%]
[% IF vcs.status.workflow %][![Build status](https://github.com/[% vcs.github %]/workflows/[% vcs.status.workflow %]/badge.svg)](https://github.com/[% vcs.github %]/actions) [% END -%]
[% IF distribution.cpan %][![CPAN version](https://img.shields.io/cpan/v/[% distribution.cpan %])](https://metacpan.org/release/[% distribution.cpan %])[% IF vcs.github %] [![License](https://img.shields.io/cpan/l/[% distribution.cpan %])](https://github.com/[% vcs.github %]/blob/master/LICENSE)[% END %] [% END -%]
diff --git a/t/data/generate/lbcd/output/readme-md b/t/data/generate/lbcd/output/readme-md
index da53935..3e7a939 100644
--- a/t/data/generate/lbcd/output/readme-md
+++ b/t/data/generate/lbcd/output/readme-md
@@ -1,7 +1,7 @@
# lbcd
[![No maintenance
-intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
+intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/)
[![Debian
package](https://img.shields.io/debian/v/lbcd/unstable)](https://tracker.debian.org/pkg/lbcd)