dvd-slideshow: Removed dot at the end.

This commit is contained in:
Robbin C 2015-06-10 19:02:09 +08:00
parent 085a0e8d24
commit 9d749881d6
1 changed files with 1 additions and 1 deletions

View File

@ -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;