mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
manual: fix meta.description in ruby example expression
Noted by @namore on github
(cherry picked from commit 49dc7e2d61
)
This commit is contained in:
parent
d1cd035a3b
commit
8be69850ab
@ -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