summary refs log tree commit diff
path: root/pkgs/development/libraries/pango
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/development/libraries/pango
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/development/libraries/pango')
-rw-r--r--pkgs/development/libraries/pango/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pango/default.nix b/pkgs/development/libraries/pango/default.nix
index b67db91ef64..e57b192e40a 100644
--- a/pkgs/development/libraries/pango/default.nix
+++ b/pkgs/development/libraries/pango/default.nix
@@ -70,8 +70,8 @@ in stdenv.mkDerivation rec {
       Pango is a library for laying out and rendering of text, with an
       emphasis on internationalization.  Pango can be used anywhere
       that text layout is needed, though most of the work on Pango so
-      far has been done in the context of the GTK+ widget toolkit.
-      Pango forms the core of text and font handling for GTK+-2.x.
+      far has been done in the context of the GTK widget toolkit.
+      Pango forms the core of text and font handling for GTK.
     '';
 
     homepage = https://www.pango.org/;