forked from mirrors/nixpkgs
libepoxy: add erictapen as maintainer
This commit is contained in:
parent
bb799694db
commit
e5464a636e
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A library for handling OpenGL function pointer management";
|
||||
homepage = "https://github.com/anholt/libepoxy";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
maintainers = with maintainers; [ goibhniu erictapen ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue