mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
manual: fix meta.description in ruby example expression
Noted by @namore on github
This commit is contained in:
parent
1bc691b298
commit
49dc7e2d61
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user