mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
flake.nix: fix meta.description
This commit is contained in:
parent
4390f596f7
commit
10eec5b64b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
-D warnings \
|
-D warnings \
|
||||||
-A clippy::nonminimal_bool''
|
-A clippy::nonminimal_bool''
|
||||||
];
|
];
|
||||||
meta.description = "Send Prometheus alerts to XMPP Multi-User Chatrooms";
|
meta.description = "The buzzing ActivityPub relay";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
utils.lib.eachDefaultSystem
|
utils.lib.eachDefaultSystem
|
||||||
|
|
Loading…
Reference in a new issue