summaryrefslogtreecommitdiff
path: root/packages/glpk
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-14 10:34:00 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-14 10:34:00 +0100
commit819b1d83ec3eabc62974b19cb09f2f30fc20a6a9 (patch)
treef0c059f3d14386a235d87ad553fca8a1cb1727bb /packages/glpk
parenta71ec8e77f6fd8cfd78d7d9375516d6da02afd81 (diff)
update urls
Diffstat (limited to 'packages/glpk')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index 046563e..b770cfa 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -5,7 +5,7 @@ License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
6Maintainer: Alberto Ruiz <aruiz@um.es> 6Maintainer: Alberto Ruiz <aruiz@um.es>
7Stability: experimental 7Stability: experimental
8Homepage: http://perception.inf.um.es/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Linear Programming based on GLPK 9Synopsis: Linear Programming based on GLPK
10Description: 10Description:
11 Simple interface to linear programming functions provided by GLPK. 11 Simple interface to linear programming functions provided by GLPK.
@@ -45,5 +45,5 @@ library
45 45
46source-repository head 46source-repository head
47 type: git 47 type: git
48 location: https://github.com/AlbertoRuiz/hmatrix 48 location: https://github.com/albertoruiz/hmatrix
49 49