summary refs log tree commit diff
path: root/pkgs/applications/misc/epdfview
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-04 00:49:40 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-06 02:54:53 +0200
commit72e7d569a7157e6d1a541dc87f07c1843feb3350 (patch)
treec42e9ae5eb1b8ca6e457f20c23a11dcd8df09904 /pkgs/applications/misc/epdfview
parentcac6631e614e0f417e38d588ac359d7dd6a4bb40 (diff)
downloadnixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar
nixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.gz
nixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.bz2
nixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.lz
nixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.xz
nixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.zst
nixpkgs-72e7d569a7157e6d1a541dc87f07c1843feb3350.zip
tree-wide: s/GTK+/GTK/g
GTK was renamed.
Diffstat (limited to 'pkgs/applications/misc/epdfview')
-rw-r--r--pkgs/applications/misc/epdfview/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/epdfview/default.nix b/pkgs/applications/misc/epdfview/default.nix
index 1a87b7f5c8b..de922bb3990 100644
--- a/pkgs/applications/misc/epdfview/default.nix
+++ b/pkgs/applications/misc/epdfview/default.nix
@@ -28,11 +28,11 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = https://packages.debian.org/wheezy/epdfview;
-    description = "A lightweight PDF document viewer using Poppler and GTK+";
+    description = "A lightweight PDF document viewer using Poppler and GTK";
     longDescription = ''
-        ePDFView is a free lightweight PDF document viewer using Poppler and
-        GTK+ libraries. The aim of ePDFView is to make a simple PDF document
-        viewer, in the lines of Evince but without using the Gnome libraries.
+      ePDFView is a free lightweight PDF document viewer using Poppler and
+      GTK libraries. The aim of ePDFView is to make a simple PDF document
+      viewer, in the lines of Evince but without using the Gnome libraries.
     '';
     license = licenses.gpl2;
     maintainers = [ maintainers.astsmtl ];