forked from mirrors/nixpkgs
pngcheck: take ownership
This commit is contained in:
parent
75322a3817
commit
d4fbff9d64
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue