fontconfig: adopt by the freedesktop team

This commit is contained in:
Vladimír Čunát
2021-05-07 16:28:41 +02:00
parent 9a650af266
commit 07773b36da

View File

@@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
homepage = "http://fontconfig.org/";
license = licenses.bsd2; # custom but very bsd-like
platforms = platforms.all;
maintainers = [ ];
maintainers = with maintainers; teams.freedesktop.members ++ [ ];
};
}