Skip to content

Commit 3cd49b3

Browse files
[gtkmm] update description
1 parent 81f9421 commit 3cd49b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/gtkmm/all/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
required_conan_version = ">=1.33.0"
66

77

8-
class GtkConan(ConanFile):
8+
class GtkmmConan(ConanFile):
99
name = "gtkmm"
10-
description = "libraries used for creating graphical user interfaces for applications."
10+
description = "gtkmm is the official C++ interface for the popular GUI library GTK"
1111
topics = ("gtk", "widgets")
1212
url = "https://github.com/conan-io/conan-center-index"
1313
homepage = "https://www.gtkmm.org"

0 commit comments

Comments
 (0)