Unverified Commit e7f2d627 authored by Azat Bahawi's avatar Azat Bahawi
Browse files

moonlander: mark as broken

Also removed azahi from maintainers.
parent 9afc2703
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ rustPlatform.buildRustPackage rec {
    description = "Just another \"fancy\" Gemini client";
    homepage = "https://sr.ht/~admicos/moonlander/";
    license = licenses.mit;
    maintainers = with maintainers; [ azahi ];
    maintainers = [];
    broken = true; # on hydra as of 2023-11-16, upstream is inactive
  };
}