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

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