Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Tell people your code is open source, but not actively maintained.

Add a shiny badge like this to your project:

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/)
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
</head>
<body>
<h1>No Maintenance Intended</h1>
<img src="http://unmaintained.tech/badge.svg">
<img src="https://unmaintained.tech/badge.svg">
<p>If you’re here, that likely means a project linked you here.
<p>Thanks so much for being interested in that project!
<p>Open Source is rewarding- but it can also be exhausting.
<p>The linking project’s code is provided as-is, and is not actively maintained.
<p>The author(s) of that project invite you to peruse their code and even use it in your next project, provided you follow the included license!
<p>No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged.
<p>It’s open source, so forking is allowed; just be sure to give credit where it’s due!
<h2><a href="http://unmaintained.tech/badge.svg">Add the badge to your hobby project!</a></h2>
<h2><a href="https://unmaintained.tech/badge.svg">Add the badge to your hobby project!</a></h2>
<p>Add this markdown to your README:
<pre><code>[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)</code></pre>
<pre><code>[![No Maintenance Intended](https://unmaintained.tech/badge.svg)](https://unmaintained.tech/)</code></pre>
<p>Or, if you use ReStructured text:
<pre><code>.. image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech
<pre><code>.. image:: https://unmaintained.tech/badge.svg
:target: https://unmaintained.tech
:alt: No Maintenance Intended</code></pre>
<p><a href="https://github.com/potch/unmaintained.tech">This project <i>is</i> maintained and is on GitHub!</a>
</body>
Expand Down