Commit 846bef93 authored by V's avatar V
Browse files

last-resort: remove myself as maintainer

parent bc824ec5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
    description = "Fallback font of last resort";
    homepage = "https://github.com/unicode-org/last-resort-font";
    license = licenses.ofl;
    maintainers = with maintainers; [ V ];
    maintainers = with maintainers; [ ];
  };
}