Skip to content

Commit f38aef0

Browse files
committed
Update URLs
1 parent c6e0ea5 commit f38aef0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pkgver=VERSION
55
pkgrel=1
66
pkgdesc="Qt Material design implementation of Achtung die Kurve with online multiplayer"
77
arch=('i686' 'x86_64')
8-
url="https://github.com/magnus-gross/$_pkgname"
8+
url="https://github.com/vimpostor/$_pkgname"
99
license=('GPL3')
1010
depends=(qt5-base qt5-declarative qt5-svg qt5-quickcontrols2 qt5-graphicaleffects fluid)
1111
makedepends=(git)
12-
source=("git+https://github.com/magnus-gross/$_pkgname.git"
12+
source=("git+https://github.com/vimpostor/$_pkgname.git"
1313
"git+https://github.com/lirios/fluid.git")
1414
md5sums=('SKIP'
1515
'SKIP')

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This is a Qt/C++ implementation of the famous game "Achtung die Kurve", accelera
33

44
[![travis build status](https://travis-ci.org/magnus-gross/quickcurver.svg?branch=develop)](https://travis-ci.org/magnus-gross/quickcurver)
55
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/v0yfey5sbceddbd8?svg=true)](https://ci.appveyor.com/project/magnus-gross/quickcurver)
6-
[![Total alerts](https://img.shields.io/lgtm/alerts/g/magnus-gross/quickcurver.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/magnus-gross/quickcurver/alerts/)
7-
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/magnus-gross/quickcurver.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/magnus-gross/quickcurver/context:cpp)
6+
[![Total alerts](https://img.shields.io/lgtm/alerts/g/vimpostor/quickcurver.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/magnus-gross/quickcurver/alerts/)
7+
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/vimpostor/quickcurver.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/magnus-gross/quickcurver/context:cpp)
88

99
![screenshot](https://user-images.githubusercontent.com/21310755/93923083-2ed2e300-fd13-11ea-86f1-d79bc09ce96a.png)
1010

@@ -45,7 +45,7 @@ First make sure, that you have the required dependencies of QuickCurver installe
4545
### Build instructions
4646
Run the following commands:
4747
```bash
48-
git clone --recursive https://github.com/magnus-gross/quickcurver.git
48+
git clone --recursive https://github.com/vimpostor/quickcurver.git
4949
# If you forgot to clone with --recursive, just run git submodule update --init
5050
cd quickcurver
5151
mkdir build

0 commit comments

Comments
 (0)