about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/komorebi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/komorebi/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/komorebi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/komorebi/default.nix b/nixpkgs/pkgs/applications/graphics/komorebi/default.nix
index 261f451d07c2..4d60cde30cd3 100644
--- a/nixpkgs/pkgs/applications/graphics/komorebi/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/komorebi/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
   passthru.tests.version = testers.testVersion { package = komorebi; };
 
   meta = with lib; {
-    description = "A beautiful and customizable wallpaper manager for Linux";
+    description = "Beautiful and customizable wallpaper manager for Linux";
     homepage = "https://github.com/Komorebi-Fork/komorebi";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ kranzes ];