poppler: add freedesktop team to maintainers

wip/yesman
Jan Tojnar 4 years ago
parent 796f9696f1
commit 03bfda0196
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 2
      pkgs/development/libraries/poppler/default.nix

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

Loading…
Cancel
Save