libimagequant: add myself as maintainer
This commit is contained in:
parent
276d3d8538
commit
8ba7aa0ed1
|
@ -2442,6 +2442,11 @@
|
||||||
github = "ma27";
|
github = "ma27";
|
||||||
name = "Maximilian Bosch";
|
name = "Maximilian Bosch";
|
||||||
};
|
};
|
||||||
|
ma9e = {
|
||||||
|
email = "sean@lfo.team";
|
||||||
|
github = "ma9e";
|
||||||
|
name = "Sean Haugh";
|
||||||
|
};
|
||||||
madjar = {
|
madjar = {
|
||||||
email = "georges.dubus@compiletoi.net";
|
email = "georges.dubus@compiletoi.net";
|
||||||
github = "madjar";
|
github = "madjar";
|
||||||
|
|
|
@ -24,5 +24,6 @@ in
|
||||||
longDescription = "Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.";
|
longDescription = "Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
maintainers = with lib.maintainers; [ ma9e ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue