Merge pull request #274098 from alyssais/libtiff-maintainership

libtiff: drop maintainership
This commit is contained in:
Maximilian Bosch
2023-12-15 19:08:01 +01:00
committed by GitHub
@@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
description = "Library and utilities for working with the TIFF image file format";
homepage = "https://libtiff.gitlab.io/libtiff";
changelog = "https://libtiff.gitlab.io/libtiff/v${version}.html";
maintainers = with maintainers; [ qyliss ];
license = licenses.libtiff;
platforms = platforms.unix;
};