manual: fix meta.description in ruby example expression

Noted by @namore on github
This commit is contained in:
Joachim Fasting 2016-03-18 15:48:22 +01:00
parent 1bc691b298
commit 49dc7e2d61

View File

@ -30,7 +30,7 @@ bundlerEnv {
meta = with lib; {
description = "A monitoring framework that aims to be simple, malleable,
and scalable.";
and scalable";
homepage = http://sensuapp.org/;
license = with licenses; mit;
maintainers = with maintainers; [ theuni ];