about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
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/desktops/pantheon
parentcac6631e614e0f417e38d588ac359d7dd6a4bb40 (diff)
downloadnixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar
nixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.gz
nixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.bz2
nixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.lz
nixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.xz
nixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.tar.zst
nixlib-72e7d569a7157e6d1a541dc87f07c1843feb3350.zip
tree-wide: s/GTK+/GTK/g
GTK was renamed.
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index 7fba9610db0b..521d22d23353 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -66,9 +66,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "An extension to GTK+ used by elementary OS";
+    description = "An extension to GTK used by elementary OS";
     longDescription = ''
-      Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions
+      Granite is a companion library for GTK and GLib. Among other things, it provides complex widgets and convenience functions
       designed for use in apps built for elementary OS.
     '';
     homepage = https://github.com/elementary/granite;