[cogl] doap: update URLs



commit 7443bc2d0c9d2d990f0a14cf45b7404f03f13fa0
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Mar 30 18:41:04 2014 +0200

    doap: update URLs

 cogl.doap |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cogl.doap b/cogl.doap
index 25ac9be..45d5f28 100644
--- a/cogl.doap
+++ b/cogl.doap
@@ -12,10 +12,10 @@
 
   <description xml:lang="en">Cogl is a small open source software library for using 3D graphics hardware to 
draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it 
easy to write orthogonal components that can render without stepping on each others toes. Cogl currently 
supports OpenGL ES 1.1/2.0 and OpenGL > 1.3 (or 1.2 if you have the GL_ARB_multitexture extension), and 
having Gallium or D3D backends are options for the future.</description>
 
-  <homepage rdf:resource="http://www.clutter-project.org"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Projects/Clutter"; />
   <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
-  <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=cogl"/>
-  <download-page rdf:resource="http://source.clutter-project.org/sources/cogl"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/enter_bug.cgi?product=cogl"/>
+  <download-page rdf:resource="http://download.gnome.org/sources/cogl"; />
   <mailing-list rdf:resource="mailto:clutter-devel-list clutter-project org" />
 
   <programming-language>C</programming-language>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]