From 9d749881d68949107b127cbf44843ed9a1ea2de8 Mon Sep 17 00:00:00 2001 From: Robbin C Date: Wed, 10 Jun 2015 19:02:09 +0800 Subject: [PATCH] dvd-slideshow: Removed dot at the end. --- pkgs/applications/video/dvd-slideshow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;