mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
fix evaluation (wrong meta.maintainers field)
This commit is contained in:
parent
094635257e
commit
35f47bcfd8
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html;
|
||||
description = "OpenGL bindings for ocaml";
|
||||
license = "GnuGPLV2";
|
||||
maintainers = [ stdenv.lib.maintainers.psub ];
|
||||
maintainers = [ stdenv.lib.maintainers.pSub ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue