libepoxy: add erictapen as maintainer

This commit is contained in:
Kerstin Humm 2021-11-11 05:43:50 +01:00
parent bb799694db
commit e5464a636e
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -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;
};
}