diff options
| -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" | 
