cups-filters: remove myself from maintainers

This commit is contained in:
Guillaume Maudoux 2018-04-03 22:46:24 +02:00
parent cc1d4addc5
commit f338e4c3db

View file

@ -62,6 +62,5 @@ in stdenv.mkDerivation rec {
description = "Backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ layus ];
};
}