fcft: add me to maintainers

This commit is contained in:
sternenseemann 2021-04-14 17:02:45 +02:00 committed by sterni
parent 4384264739
commit 715fc0d6cc
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://codeberg.org/dnkl/fcft"; homepage = "https://codeberg.org/dnkl/fcft";
description = "Simple library for font loading and glyph rasterization"; description = "Simple library for font loading and glyph rasterization";
maintainers = with maintainers; [ fionera ]; maintainers = with maintainers; [
fionera
sternenseemann
];
license = licenses.mit; license = licenses.mit;
platforms = with platforms; linux; platforms = with platforms; linux;
}; };