fix evaluation (wrong meta.maintainers field)
This commit is contained in:
parent
094635257e
commit
35f47bcfd8
@ -39,6 +39,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html;
|
homepage = http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html;
|
||||||
description = "OpenGL bindings for ocaml";
|
description = "OpenGL bindings for ocaml";
|
||||||
license = "GnuGPLV2";
|
license = "GnuGPLV2";
|
||||||
maintainers = [ stdenv.lib.maintainers.psub ];
|
maintainers = [ stdenv.lib.maintainers.pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user