Skip to content

Commit da4bfad

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

libQGLViewer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Name libQGLViewer
1515
!define REGKEY "SOFTWARE\$(^Name)"
1616
!define VERSION 3.0.0
1717
!define COMPANY "Gilles Debunne"
18-
!define URL http://www.libqglviewer.com/
18+
!define URL https://gillesdebunne.github.io/libQGLViewer
1919

2020
# MUI defines
2121
!define MUI_ICON doc\images\qglviewer128.ico

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)