fontconfig: adopt by the freedesktop team
This commit is contained in:
parent
9a650af266
commit
07773b36da
|
@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://fontconfig.org/";
|
homepage = "http://fontconfig.org/";
|
||||||
license = licenses.bsd2; # custom but very bsd-like
|
license = licenses.bsd2; # custom but very bsd-like
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; teams.freedesktop.members ++ [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue