diff --git a/pkgs/applications/video/dvd-slideshow/default.nix b/pkgs/applications/video/dvd-slideshow/default.nix index 94e19cb7327..a6197c2e6e1 100644 --- a/pkgs/applications/video/dvd-slideshow/default.nix +++ b/pkgs/applications/video/dvd-slideshow/default.nix @@ -60,7 +60,7 @@ in stdenv.mkDerivation rec { ''; meta = { - description = "Suite of command line programs that creates a slideshow-style video from groups of pictures."; + description = "Suite of command line programs that creates a slideshow-style video from groups of pictures"; homepage = http://dvd-slideshow.sourceforge.net/wiki/Main_Page; license = stdenv.lib.licenses.gpl2; platforms = stdenv.lib.platforms.linux;