summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2014-03-30 18:41:04 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2014-03-30 18:41:04 +0200
commit7443bc2d0c9d2d990f0a14cf45b7404f03f13fa0 (patch)
tree39f374c53e8efd4bafaedde52576a6bc7cd083a1
parentf5f0342315e524523c50549e91eb9ff1683ab558 (diff)
downloadcogl-7443bc2d0c9d2d990f0a14cf45b7404f03f13fa0.tar.gz
doap: update URLs
-rw-r--r--cogl.doap6
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl.doap b/cogl.doap
index 25ac9be2..45d5f28c 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>