coq: add myself to maintainer list.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
fa118fc677
commit
c0f779ceee
@ -54,7 +54,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
homepage = "http://coq.inria.fr";
|
homepage = "http://coq.inria.fr";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = with stdenv.lib.maintainers; [ roconnor thoughtpolice ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user