poppler: add freedesktop team to maintainers
This commit is contained in:
parent
796f9696f1
commit
03bfda0196
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue