Unverified Commit 3a2e5330 authored by Clément's avatar Clément
Browse files

birdfont: adopt

parent 1b48f0ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,6 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format";
    homepage = "https://birdfont.org";
    license = lib.licenses.gpl3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ drawbu ];
  };
})