about summary refs log tree commit diff
path: root/pkgs/tools/system/fancy-motd
diff options
context:
space:
mode:
authorGetPsyched <priyanshu@getpsyched.dev>2024-01-08 10:59:45 +0530
committerBjørn Forsman <bjorn.forsman@gmail.com>2024-01-09 17:12:31 +0100
commitf98ec4f73c762223d62bee706726138cb6ea27cc (patch)
tree0cce65fcb004201d001559e903b550eec3606453 /pkgs/tools/system/fancy-motd
parent3eb1c0f84355e457ef32e2d8c8c637531901e258 (diff)
treewide: update meta.description to fit the guidelines
Diffstat (limited to 'pkgs/tools/system/fancy-motd')
-rw-r--r--pkgs/tools/system/fancy-motd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/fancy-motd/default.nix b/pkgs/tools/system/fancy-motd/default.nix
index f2ac62f2874a9..f05ea8adceb90 100644
--- a/pkgs/tools/system/fancy-motd/default.nix
+++ b/pkgs/tools/system/fancy-motd/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "Fancy, colorful MOTD written in bash. Server status at a glance.";
+    description = "Fancy, colorful MOTD written in bash. Server status at a glance";
     homepage = "https://github.com/bcyran/fancy-motd";
     license = licenses.mit;
     maintainers = with maintainers; [ rhoriguchi ];