aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Medicke2014-12-09 19:05:22 +0100
committerMike McQuaid2014-12-09 19:21:37 +0000
commitf26898c0bb26bf542e58902747b0c54b4f0c42c2 (patch)
tree748fd1ede515bd56abf0751cb53e5b75c0913833
parentc9ebe08d2e7d1cfcb54a6ea07c9553ef216363e0 (diff)
downloadhomebrew-f26898c0bb26bf542e58902747b0c54b4f0c42c2.tar.bz2
glm: fix head
Closes #34832. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/glm.rb2
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"