about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorSean Haugh <sean@lfo.team>2018-10-02 12:54:50 -0500
committerSean Haugh <sean@lfo.team>2018-10-02 18:29:47 -0500
commit8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69 (patch)
treedee62bc3e734e931008d75c8088046cca60bbe37 /pkgs/development
parent276d3d853828bde77281a90f8955e70f46821772 (diff)
downloadnixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.tar
nixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.tar.gz
nixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.tar.bz2
nixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.tar.lz
nixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.tar.xz
nixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.tar.zst
nixlib-8ba7aa0ed102e2d2c26ea1fcbd46bf811722be69.zip
libimagequant: add myself as maintainer
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libimagequant/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libimagequant/default.nix b/pkgs/development/libraries/libimagequant/default.nix
index c5a471712785..d232e268f309 100644
--- a/pkgs/development/libraries/libimagequant/default.nix
+++ b/pkgs/development/libraries/libimagequant/default.nix
@@ -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 ];
     };
   }