about summary refs log tree commit diff
path: root/pkgs/applications/audio/exaile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/exaile/default.nix')
-rw-r--r--pkgs/applications/audio/exaile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/exaile/default.nix b/pkgs/applications/audio/exaile/default.nix
index 624f14558142c..036bcc70ddd0e 100644
--- a/pkgs/applications/audio/exaile/default.nix
+++ b/pkgs/applications/audio/exaile/default.nix
@@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://www.exaile.org/";
-    description = "A music player with a simple interface and powerful music management capabilities";
+    description = "Music player with a simple interface and powerful music management capabilities";
     mainProgram = "exaile";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ ryneeverett ];