evince: remove myself from meta.maintainers

That reflects reality of the past couple of years.  I used to spend
really large fraction of my time reading PDFs but not anymore.
Fortunately there seem to be enough other maintainers...
This commit is contained in:
Vladimír Čunát
2020-07-03 12:53:27 +02:00
parent c70f0c6548
commit ab35379cdb

View File

@@ -128,6 +128,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = teams.gnome.members ++ [ maintainers.vcunat ];
maintainers = teams.gnome.members;
};
}