mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
arpack: update homepage
This commit is contained in:
parent
c6cadd11db
commit
aa4efac850
@ -23,10 +23,10 @@ stdenv.mkDerivation {
|
|||||||
FFLAGS = optional openblas.blas64 "-fdefault-integer-8";
|
FFLAGS = optional openblas.blas64 "-fdefault-integer-8";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://forge.scilab.org/index.php/p/arpack-ng/";
|
homepage = "http://github.com/opencollab/arpack-ng";
|
||||||
description = ''
|
description = ''
|
||||||
A collection of Fortran77 subroutines to solve large scale eigenvalue
|
A collection of Fortran77 subroutines to solve large scale eigenvalue
|
||||||
problems
|
problems.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [ stdenv.lib.maintainers.ttuegel ];
|
maintainers = [ stdenv.lib.maintainers.ttuegel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user