pngcheck: take ownership

This commit is contained in:
Tristan Gosselin-Hane 2021-11-15 01:59:06 -05:00
parent 75322a3817
commit d4fbff9d64

View File

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