[gnome-todo] trivial: Fix GNOME capitalization in pkg-config file



commit a970baba6954908c8f34dba5ddf133219344a77a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jan 18 19:38:10 2018 -0200

    trivial: Fix GNOME capitalization in pkg-config file

 src/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 1e32a9c..9fd3641 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -190,8 +190,8 @@ libgtd_dep = declare_dependency(
 pkg.generate(
     libraries: libgtd,
       version: gnome_todo_version,
-         name: 'Gnome To Do',
-  description: 'Header and path for Gnome Todo Plugins',
+         name: 'GNOME To Do',
+  description: 'Header and path for GNOME Todo Plugins',
      filebase: meson.project_name(),
       subdirs: meson.project_name(),
     variables: 'exec_prefix=' + gnome_todo_libexecdir,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]