about summary refs log tree commit diff
path: root/pkgs/tools/X11/smart-wallpaper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/smart-wallpaper/default.nix')
-rw-r--r--pkgs/tools/X11/smart-wallpaper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/smart-wallpaper/default.nix b/pkgs/tools/X11/smart-wallpaper/default.nix
index 8f41bb7a78afa..bdcc572377d31 100644
--- a/pkgs/tools/X11/smart-wallpaper/default.nix
+++ b/pkgs/tools/X11/smart-wallpaper/default.nix
@@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation {
 
   meta = with lib; {
     homepage = "https://github.com/Baitinq/smart-wallpaper";
-    description = "A simple bash script that automatically changes your wallpaper depending on if its daytime or nighttime";
+    description = "Simple bash script that automatically changes your wallpaper depending on if its daytime or nighttime";
     license = licenses.bsd2;
     maintainers = with maintainers; [ baitinq ];
     platforms = platforms.linux;