summary refs log tree commit diff
path: root/pkgs/applications/audio/vimpc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/vimpc/default.nix')
-rwxr-xr-xpkgs/applications/audio/vimpc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/vimpc/default.nix b/pkgs/applications/audio/vimpc/default.nix
index 717262dbcb5..71a07f18e08 100755
--- a/pkgs/applications/audio/vimpc/default.nix
+++ b/pkgs/applications/audio/vimpc/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "A vi/vim inspired client for the Music Player Daemon (mpd).";
+    description = "A vi/vim inspired client for the Music Player Daemon (mpd)";
     homepage = https://github.com/boysetsfrog/vimpc;
     license = stdenv.lib.licenses.gpl3;
     platforms = stdenv.lib.platforms.linux;