diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cb6da8a4..f5a6b3e10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ endif (EXISTS ${CMAKE_SOURCE_DIR}/.git/index) set (PACKAGE "${PROJECT_NAME}") set (VERSION "${PROJECT_VERSION}") -set (PACKAGE_BUGREPORT "support@taskwarrior.org") +set (PACKAGE_BUGREPORT "support@gothenburgbitfactory.org") set (PACKAGE_NAME "${PACKAGE}") set (PACKAGE_TARNAME "${PACKAGE}") set (PACKAGE_VERSION "${VERSION}") diff --git a/DEVELOPER.md b/DEVELOPER.md index 26cd6301d..0adac537b 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -8,9 +8,9 @@ ## Obtain and build code: ``` - $ git clone --recursive https://git.tasktools.org/TM/task.git task.git - $ cd task.git - $ git checkout 2.5.2 # Latest dev branch + $ git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior taskwarrior.git + $ cd taskwarrior.git + $ git checkout 2.6.0 # Latest dev branch $ git submodule init # This is now done by cmake as a test $ git submodule update # Update the libhsared.git submodule $ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither @@ -29,7 +29,7 @@ current development branch. The source tarballs do not reflect HEAD, and do not contain the test suite. - If you send a patch (support@taskwarrior.org), make sure that patch is made + If you send a patch (support@gothenburgbitfactory.org), make sure that patch is made against git HEAD on the development branch. We cannot apply patches made against the tarball source, or master. diff --git a/INSTALL b/INSTALL index 7aad45280..02fe9434e 100644 --- a/INSTALL +++ b/INSTALL @@ -180,7 +180,7 @@ CMake with no reported problems, and the build will fail later. This is almost always because CMake is mistaken about some assumption. If a build does not succeed, please send the contents of the 'CMakeCache.txt' -and 'CMakeFiles/CMakeOutput.log' files to support@taskwarrior.org. +and 'CMakeFiles/CMakeOutput.log' files to support@gothenburgbitfactory.org. If CMake runs but Taskwarrior does not build, please send the contents of the above files as well as a transcript from the build, which is not written to a diff --git a/cmake/CXXSniffer.cmake b/cmake/CXXSniffer.cmake index b6aa56dc7..e7ad810ac 100644 --- a/cmake/CXXSniffer.cmake +++ b/cmake/CXXSniffer.cmake @@ -17,7 +17,7 @@ elseif (_HAS_GNU0X) message (WARNING "Enabling -std=gnu++0x draft compile flag. Your compiler does not support the standard '-std=c++11' option. Consider upgrading.") set (_CXX11_FLAGS "-std=gnu++0x") else (_HAS_CXX11) - message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@taskwarrior.org.") + message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@gothenburgbitfactory.org.") endif (_HAS_CXX11) if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in index 236f3851b..ff7030af6 100644 --- a/doc/man/task-color.5.in +++ b/doc/man/task-color.5.in @@ -325,7 +325,7 @@ The official code repository at .TP You can contact the project by writing an email to - + .SH REPORTING BUGS .TP diff --git a/test/README b/test/README index f38904a7f..c6334c8ee 100644 --- a/test/README +++ b/test/README @@ -111,7 +111,7 @@ If you wish to contribute tests, please consider the following guidelines: How to Submit a Test Change/Addition ------------------------------------ -Mail it to support@taskwarrior.org, or attach it to an open bug. +Mail it to support@gothenburgbitfactory.org, or attach it to an open bug. Wisdom