qrupdate: Add @doronbehar as maintainer

This commit is contained in:
Doron Behar 2020-09-21 13:24:04 +03:00
parent 06b27898a4
commit ed16fb06ce

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation {
description = "Library for fast updating of qr and cholesky decompositions";
homepage = "https://sourceforge.net/projects/qrupdate/";
license = licenses.gpl3;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.unix;
};
}