mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
fflas-ffpack: add timokau as a maintainer
I'm interested in this package as a dependency of sage and therefore would like ofBorg to notify me on changes.
This commit is contained in:
parent
47bdb5f2ee
commit
cc625cfba4
@ -43,12 +43,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
description = ''Finite Field Linear Algebra Subroutines'';
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ raskin timokau ];
|
||||
platforms = platforms.unix;
|
||||
homepage = https://linbox-team.github.io/fflas-ffpack/;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user