jags: update homepage + fix license

This commit is contained in:
Markus Kowalewski 2018-09-02 00:40:02 +02:00
parent e5974ddaec
commit c184150a22
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -9,11 +9,11 @@ stdenv.mkDerivation rec {
buildInputs = [gfortran openblas];
configureFlags = [ "--with-blas=-lopenblas" "--with-lapack=-lopenblas" ];
meta = {
meta = with stdenv.lib; {
description = "Just Another Gibbs Sampler";
license = "GPL2";
homepage = http://www-ice.iarc.fr/~martyn/software/jags/;
maintainers = [stdenv.lib.maintainers.andres];
platforms = stdenv.lib.platforms.unix;
license = licenses.gpl2;
homepage = http://mcmc-jags.sourceforge.net;
maintainers = [ maintainers.andres ];
platforms = platforms.unix;
};
}