From 744bf3d6d80f32189c6c8243df523ca4622b800d Mon Sep 17 00:00:00 2001 From: WAKAYAMA Shirou Date: Thu, 24 Apr 2014 21:45:51 +0900 Subject: [PATCH 1/2] add drone.io status badge --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 1ceeb72..e7d3ea6 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ gopsutil: psutil for golang ============================== +https://drone.io/github.com/shirou/gopsutil/status.png + This is a port of psutil(http://pythonhosted.org/psutil/). This challenges porting all psutil functions on some architectures. From 974115648314d923333638208aae91b01a087fd1 Mon Sep 17 00:00:00 2001 From: WAKAYAMA Shirou Date: Thu, 24 Apr 2014 21:48:51 +0900 Subject: [PATCH 2/2] Oops miss directive --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e7d3ea6..0588f2a 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,9 @@ gopsutil: psutil for golang ============================== -https://drone.io/github.com/shirou/gopsutil/status.png - +.. image:: https://drone.io/github.com/shirou/gopsutil/status.png + :target: https://drone.io/github.com/shirou/gopsutil + This is a port of psutil(http://pythonhosted.org/psutil/). This challenges porting all psutil functions on some architectures.