Skip to content

Commit d87f1d9

Browse files
committed
configure: update git reporitory URL
Update the AC_INIT() reference to libzbc GIT repository from the deprecated hgst repository to the current westerndigitalcorporation repository. Signed-off-by: Damien Le Moal <[email protected]>
1 parent 0826923 commit d87f1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
AC_INIT([libzbc], [5.11.0],
88
9-
[libzbc], [https://github.com/hgst/libzbc])
9+
[libzbc], [https://github.com/westerndigitalcorporation/libzbc])
1010
AC_CONFIG_AUX_DIR([build-aux])
1111
AC_CONFIG_MACRO_DIR([m4])
1212
AC_CONFIG_HEADER([include/config.h])

0 commit comments

Comments
 (0)