Skip to content

Commit 88fa023

Browse files
committed
Change web site url
1 parent 44504db commit 88fa023

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

QGLViewer/qglviewer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Summary: Qt based OpenGL generic 3D viewer library.
1010
License: LGPL
1111
Group: Development/C++
1212
Source: %{name}-%{version}.tar.gz
13-
URL: http://www.libqglviewer.com
13+
URL: https://gillesdebunne.github.io/libQGLViewer
1414
Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
1515
Requires: libqt >= 4.0.0
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Based on the Qt toolkit, it compiles on any architecture (Unix-Linux, Mac, Windo
88

99
libQGLViewer is freely available under the terms of the GNU-LGPL license.
1010

11-
http://www.libqglviewer.com
11+
https://gillesdebunne.github.io/libQGLViewer

makeDist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
libName="libQGLViewer"
44
version="3.0.0"
55

6-
WebURL="http://www.libqglviewer.com"
6+
WebURL="https://gillesdebunne.github.io/libQGLViewer"
77

88
version_major=`echo $version | cut -d"." -f1`
99
version_minor=`echo $version | cut -d"." -f2`

0 commit comments

Comments
 (0)