From b353fc133e3dd4e7e58a63ca9dc3c7321cb94452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 24 Jun 2018 04:24:23 +0200 Subject: [PATCH] Update README --- CMakeLists.txt | 2 +- README.adoc | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54bd851..b7d843d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set (project_VERSION "${project_VERSION_MAJOR}") set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}") set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}") -set (project_URL "http://github.com/pjanouch/logdiag") +set (project_URL "http://git.janouch.name/p/logdiag") # For custom modules set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) diff --git a/README.adoc b/README.adoc index c56318b..e81fcdd 100644 --- a/README.adoc +++ b/README.adoc @@ -11,11 +11,7 @@ image::logdiag.png[align="center"] Packages -------- Regular releases are sporadic. git master should be stable enough. You can get -a package with the latest development version from Archlinux's AUR, or from -openSUSE Build Service for the rest of mainstream distributions. Consult the -list of repositories and their respective links at: - -https://build.opensuse.org/project/repositories/home:pjanouch:git +a package with the latest development version from Archlinux's AUR. Requirements ------------ @@ -105,13 +101,13 @@ Just install MinGW-w64 and let automation take care of the rest. -DCMAKE_BUILD_TYPE=Release $ cpack -Contributing and support +Contributing and Support ------------------------ -Use this project's GitHub to report any bugs, request features, or submit pull -requests. If you want to discuss this project, or maybe just hang out with -the developer, feel free to join me at irc://irc.janouch.name, channel #dev. +Use https://git.janouch.name/p/logdiag to report any bugs, request features, +or submit pull requests. `git send-email` is tolerated. If you want to discuss +the project, feel free to join me at ircs://irc.janouch.name, channel #dev. -Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9 +Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9 License -------