Merge pull request #295578 from doronbehar/pkg/stig

This commit is contained in:
Sandro
2024-03-13 14:30:35 +01:00
committed by GitHub
@@ -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; [ ];
};
}