Unverified Commit b7b373d9 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #270740 from azahi/moonlander-as-broken

moonlander: mark as broken
parents fd2cb323 e7f2d627
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
  };
}