libtiff: drop maintainership
When I added myself as a maintainer here, I thought it would be way less work than it turns out to be, because I didn't realise how vulnerability-prone libtiff is. I basically haven't been maintaining it at all, so let's reflect reality.
This commit is contained in:
parent
163738d06f
commit
411fd474e1
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Library and utilities for working with the TIFF image file format";
|
description = "Library and utilities for working with the TIFF image file format";
|
||||||
homepage = "https://libtiff.gitlab.io/libtiff";
|
homepage = "https://libtiff.gitlab.io/libtiff";
|
||||||
changelog = "https://libtiff.gitlab.io/libtiff/v${version}.html";
|
changelog = "https://libtiff.gitlab.io/libtiff/v${version}.html";
|
||||||
maintainers = with maintainers; [ qyliss ];
|
|
||||||
license = licenses.libtiff;
|
license = licenses.libtiff;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue