summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tuigreet
diff options
context:
space:
mode:
authorLewis Cowper <593574+lewiscowper@users.noreply.github.com>2022-03-16 02:59:47 +0100
committerGitHub <noreply@github.com>2022-03-16 09:59:47 +0800
commit9f3d358286aba2a4e0701ffcae78b4768eb9ea97 (patch)
tree9c08a957160794077cb584254abc4138a2144b2d /pkgs/os-specific/linux/tuigreet
parent141c9abab88d4312a106bc3901b616897488d76a (diff)
downloadnixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.tar
nixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.tar.gz
nixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.tar.bz2
nixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.tar.lz
nixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.tar.xz
nixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.tar.zst
nixpkgs-9f3d358286aba2a4e0701ffcae78b4768eb9ea97.zip
tuigreet: fix typo in meta.description
greter -> greeter
Diffstat (limited to 'pkgs/os-specific/linux/tuigreet')
-rw-r--r--pkgs/os-specific/linux/tuigreet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/tuigreet/default.nix b/pkgs/os-specific/linux/tuigreet/default.nix
index 581b89fb1c6..95de5b8c8d9 100644
--- a/pkgs/os-specific/linux/tuigreet/default.nix
+++ b/pkgs/os-specific/linux/tuigreet/default.nix
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
   cargoSha256 = "sha256-H5xqk7Yd3M8sFGHlmhAS0fhh3eM4dkvkNQGVxRSXUJs=";
 
   meta = with lib; {
-    description = "Graphical console greter for greetd";
+    description = "Graphical console greeter for greetd";
     homepage = "https://github.com/apognu/tuigreet";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ luc65r ivar ];