summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobbin C <robbinch33@gmail.com>2015-06-10 19:02:09 +0800
committerRobbin C <robbinch33@gmail.com>2015-06-10 19:02:09 +0800
commit9d749881d68949107b127cbf44843ed9a1ea2de8 (patch)
tree6372139dee78dd1118af35a9d13d475246d72910 /pkgs
parent085a0e8d242765c1ab348f12cd606c281223fc73 (diff)
downloadnixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.tar
nixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.tar.gz
nixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.tar.bz2
nixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.tar.lz
nixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.tar.xz
nixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.tar.zst
nixlib-9d749881d68949107b127cbf44843ed9a1ea2de8.zip
dvd-slideshow: Removed dot at the end.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/dvd-slideshow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/dvd-slideshow/default.nix b/pkgs/applications/video/dvd-slideshow/default.nix
index 94e19cb73274..a6197c2e6e13 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;