From 33c6d5bc2b21c81db3a0a2ad38e7036f0c566841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no> Date: Fri, 28 Feb 2014 09:07:58 +0000 Subject: [PATCH] Updating support URLs in composer.json git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3404 44740490-163a-0410-bde0-09ae8108e29a --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c077299ec..26dfab64f 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "openid/php-openid": "dev-master#ee669c6a9d4d95b58ecd9b6945627276807694fb as 2.2.2" }, "support": { - "issues": "https://code.google.com/p/simplesamlphp/issues/list", - "source": "https://code.google.com/p/simplesamlphp" + "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", + "source": "https://github.com/simplesamlphp/simplesamlphp" }, "repositories": [ { -- GitLab