summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/yaml/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/psych/yaml/config.h b/ext/psych/yaml/config.h
index 08afe76..79e8501 100644
--- a/ext/psych/yaml/config.h
+++ b/ext/psych/yaml/config.h
@@ -2,8 +2,8 @@
#define PACKAGE_TARNAME "yaml"
#define PACKAGE_VERSION "0.1.7"
#define PACKAGE_STRING "yaml 0.1.7"
-#define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component libyaml"
-#define PACKAGE_URL ""
+#define PACKAGE_BUGREPORT "https://github.com/yaml/libyaml/issues"
+#define PACKAGE_URL "https://github.com/yaml/libyaml"
#define YAML_VERSION_MAJOR 0
#define YAML_VERSION_MINOR 1
#define YAML_VERSION_PATCH 7