libimagequant: add myself as maintainer

This commit is contained in:
Sean Haugh 2018-10-02 12:54:50 -05:00
parent 276d3d8538
commit 8ba7aa0ed1
2 changed files with 6 additions and 0 deletions

View file

@ -2442,6 +2442,11 @@
github = "ma27";
name = "Maximilian Bosch";
};
ma9e = {
email = "sean@lfo.team";
github = "ma9e";
name = "Sean Haugh";
};
madjar = {
email = "georges.dubus@compiletoi.net";
github = "madjar";

View file

@ -24,5 +24,6 @@ in
longDescription = "Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ma9e ];
};
}