diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-20 10:55:53 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-21 01:14:13 +0100 |
commit | 0f9b6df60a64ba0cbf85d5c3d1ff930897c898cc (patch) | |
tree | f2ffaee6d8588d18c30f88d1bdbe660e1fc0e145 /configure.ac | |
parent | Merge branch 'systemd-service' (diff) | |
download | redshift-ng-0f9b6df60a64ba0cbf85d5c3d1ff930897c898cc.tar.gz redshift-ng-0f9b6df60a64ba0cbf85d5c3d1ff930897c898cc.tar.bz2 redshift-ng-0f9b6df60a64ba0cbf85d5c3d1ff930897c898cc.tar.xz |
Update bug report URL to github
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c282e34..a396f99 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([redshift], [1.8], [https://bugs.launchpad.net/redshift]) +AC_INIT([redshift], [1.8], [https://github.com/jonls/redshift/issues]) AC_CONFIG_SRCDIR([src/redshift.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) |