Unverified Commit d0c44ba5 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #295578 from doronbehar/pkg/stig

parents 3452f773 8890ce44
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ python310Packages.buildPythonApplication rec {
    description = "TUI and CLI for the BitTorrent client Transmission";
    homepage = "https://github.com/rndusr/stig";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ doronbehar ];
    # Too many broken tests, and it fails to launch
    broken = true;
    maintainers = with maintainers; [  ];
  };
}