summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorTristan Gosselin-Hane <starcraft66@gmail.com>2021-11-15 01:59:06 -0500
committerTristan Gosselin-Hane <starcraft66@gmail.com>2021-11-15 01:59:06 -0500
commitd4fbff9d649a45ae847ff4016cae62d4a21c5d3a (patch)
treeea2c9c03501de3baf2a4ab4c70f8651e7660b2e3 /pkgs/tools/graphics
parent75322a3817a66dec05c677768b4b47b9359e1d71 (diff)
pngcheck: take ownership
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/pngcheck/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/pngcheck/default.nix b/pkgs/tools/graphics/pngcheck/default.nix
index 1d4379b7f8f2..a4680dff6f64 100644
--- a/pkgs/tools/graphics/pngcheck/default.nix
+++ b/pkgs/tools/graphics/pngcheck/default.nix
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
description = "Verifies the integrity of PNG, JNG and MNG files";
license = licenses.free;
platforms = with platforms; [ unix ];
+ maintainers = with maintainers; [ starcraft66 ];
};
}