poppler: add freedesktop team to maintainers

This commit is contained in:
Jan Tojnar 2020-04-16 04:54:58 +02:00
parent 796f9696f1
commit 03bfda0196
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ ttuegel ];
maintainers = with maintainers; [ ttuegel ] ++ teams.freedesktop.members;
};
}