diff options
| author | Benjamin Medicke | 2014-12-09 19:05:22 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-09 19:21:37 +0000 |
| commit | f26898c0bb26bf542e58902747b0c54b4f0c42c2 (patch) | |
| tree | 748fd1ede515bd56abf0751cb53e5b75c0913833 /Library | |
| parent | c9ebe08d2e7d1cfcb54a6ea07c9553ef216363e0 (diff) | |
| download | homebrew-f26898c0bb26bf542e58902747b0c54b4f0c42c2.tar.bz2 | |
glm: fix head
Closes #34832.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/glm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glm.rb b/Library/Formula/glm.rb index fe22d2e46..f5b49a1d3 100644 --- a/Library/Formula/glm.rb +++ b/Library/Formula/glm.rb @@ -4,7 +4,7 @@ class Glm < Formula homepage "http://glm.g-truc.net/" url "https://downloads.sourceforge.net/project/ogl-math/glm-0.9.5.4/glm-0.9.5.4.zip" sha1 "d9666b5b013d374c7d1a498c9495f7142f6fe9d3" - head "https://github.com/Groovounet/glm.git" + head "https://github.com/g-truc/glm.git" def install include.install "glm" |
