diff options
| author | Patrick Venture <venture@google.com> | 2018-11-02 09:00:34 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-11-02 09:00:34 -0700 |
| commit | 4b50106d75a57f6985b34f8ddc9b320fdbf41edd (patch) | |
| tree | 76f0b7f89356d8d26a3e995fec65fdbb210d6a93 | |
| parent | c959c42960ed6d081fe11369c901afbf57db7baa (diff) | |
| download | phosphor-pid-control-4b50106d75a57f6985b34f8ddc9b320fdbf41edd.tar.gz phosphor-pid-control-4b50106d75a57f6985b34f8ddc9b320fdbf41edd.zip | |
build: fixup url
Fixup url in configure.ac to point to issues page.
Change-Id: Ife6a259cfd830c03d24ffc333dc3780aab8531df
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3da993d..9582613 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Initialization AC_PREREQ([2.69]) -AC_INIT([swampd], [1.0], [https://www.google.com]) +AC_INIT([swampd], [1.0], [https://github.com/openbmc/phosphor-pid-control/issues]) AC_LANG([C++]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz]) |

