From d55b4f83bd4ffb9467c1fa228ef4cca26f8d3f87 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 8 Dec 2016 06:23:37 -0600 Subject: [PATCH] Update bug report URL in LibYAML Previously we pointed at BitBucket, but we're using GitHub now, so we should update that. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 108201d..ba7a54e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([YAML_MAJOR], 0) m4_define([YAML_MINOR], 1) m4_define([YAML_PATCH], 7) -m4_define([YAML_BUGS], [https://bitbucket.org/xi/libyaml/issues/new]) +m4_define([YAML_BUGS], [https://github.com/yaml/libyaml/issues/new]) # Define the libtool version numbers; check the Autobook, Section 11.4. # Bump the libtool version numbers using the following algorithm: -- 2.45.0