mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
poppler: add freedesktop team to maintainers
This commit is contained in:
parent
796f9696f1
commit
03bfda0196
@ -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 New Issue
Block a user