We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f41df commit 8183cfdCopy full SHA for 8183cfd
configure.ac
@@ -17,10 +17,10 @@
17
AC_PREREQ([2.64])
18
19
AC_INIT([systemd-bootchart],
20
- [233],
21
- [http://github.com/systemd/systemd-bootchart/issues],
+ [234],
+ [https://github.com/systemd/systemd-bootchart/issues],
22
[systemd-bootchart],
23
- [http://github.com/systemd/systemd-bootchart/])
+ [https://github.com/systemd/systemd-bootchart/])
24
25
AC_CONFIG_SRCDIR([src/bootchart.c])
26
AC_CONFIG_MACRO_DIR([m4])
0 commit comments