Skip to content

Commit f4a4ffb

Browse files
committed
Update username
1 parent dd35d1a commit f4a4ffb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright 2021 Thomas Harrison <twh2898@vt.edu>
3+
Copyright 2021 Thomas Harrison <automas-dev@vt.edu>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Helper Classes that wrap OpenGL functionality.
55
## Building
66

77
```sh
8-
git clone https://github.com/twh2898/glpp.git
8+
git clone https://github.com/automas-dev/glpp.git
99
cd glpp
1010
./post-clone.sh
1111
make build
@@ -48,7 +48,7 @@ will be On.
4848
## CMake Submodule
4949

5050
```sh
51-
git submodule add https://github.com/twh2898/glpp.git
51+
git submodule add https://github.com/automas-dev/glpp.git
5252
git submodule update --init --recursive
5353
```
5454

@@ -68,7 +68,7 @@ make install
6868
include(FetchContent)
6969
FetchContent_Declare(
7070
glpp
71-
GIT_REPOSITORY https://github.com/twh2898/glpp.git
71+
GIT_REPOSITORY https://github.com/automas-dev/glpp.git
7272
GIT_TAG 0.8.1
7373
)
7474
FetchContent_MakeAvailable(glpp)
@@ -80,7 +80,7 @@ FetchContent_MakeAvailable(glpp)
8080
include(ExternalProject)
8181
ExternalProject_Add(
8282
glpp
83-
GIT_REPOSITORY https://github.com/twh2898/glpp.git
83+
GIT_REPOSITORY https://github.com/automas-dev/glpp.git
8484
GIT_TAG 0.8.1
8585
UPDATE_COMMAND ""
8686
INSTALL_COMMAND ""

0 commit comments

Comments
 (0)