From e4d675d1c74d67cf12875c243443a0b92472186a Mon Sep 17 00:00:00 2001
From: Marijn Haverbeke <marijnh@gmail.com>
Date: Thu, 19 Feb 2015 11:38:30 +0100
Subject: [PATCH] Add funding icon to README

---
 README.md  | 3 ++-
 index.html | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 42b06f74..bc6e7f5c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # CodeMirror
 [![Build Status](https://travis-ci.org/codemirror/CodeMirror.svg)](https://travis-ci.org/codemirror/CodeMirror)
-[![NPM version](https://img.shields.io/npm/v/codemirror.svg)](https://www.npmjs.org/package/codemirror)
+[![NPM version](https://img.shields.io/npm/v/codemirror.svg)](https://www.npmjs.org/package/codemirror)  
+[Funding status: ![maintainer happiness](https://marijnhaverbeke.nl/fund/status_s.png)](https://marijnhaverbeke.nl/fund/)
 
 CodeMirror is a JavaScript component that provides a code editor in
 the browser. When a mode is available for the language you are coding
diff --git a/index.html b/index.html
index 64659800..8595b6b8 100644
--- a/index.html
+++ b/index.html
@@ -104,7 +104,7 @@
     <div class=actionsright>
       Software needs maintenance,<br>
       maintainers need to subsist.<br>
-      Current funding status = <img src="//marijnhaverbeke.nl/fund/status_s.png" title="Current maintainer happiness" style="vertical-align: middle; height: 16px; width: 16px"><br>
+      Current funding status = <img src="https://marijnhaverbeke.nl/fund/status_s.png" title="Current maintainer happiness" style="vertical-align: middle; height: 16px; width: 16px"><br>
       You can help <a href="https://marijnhaverbeke.nl/fund/" title="Set up a monthly contribution">per month</a> or
       <a title="Donate with Paypal" href="javascript:document.getElementById('paypal').submit();">once</a>.
       <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypal">
-- 
GitLab