[Pkg-owncloud-commits] [owncloud-client] 59/164: Crash Reporter: fix submit URL
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:56:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 961623d38830b29cc894453e0a419db986a8d1c4
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Feb 25 12:33:08 2015 +0100
Crash Reporter: fix submit URL
---
OWNCLOUD.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake
index 1673f6f..6a1c1c9 100644
--- a/OWNCLOUD.cmake
+++ b/OWNCLOUD.cmake
@@ -14,5 +14,5 @@ set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-back
# set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt )
option( WITH_CRASHREPORTER "Build crashreporter" OFF )
-set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.org/submit" CACHE string "URL for crash repoter" )
+set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash repoter" )
set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list