From 8592f5c22aeda823717da26e16cf88cf9e257d92 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 13 Mar 2024 12:37:52 +0200 Subject: stig: remove doronbehar from maintainers --- pkgs/applications/networking/p2p/stig/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix index 2119e80a93f4..87aa76c399d5 100644 --- a/pkgs/applications/networking/p2p/stig/default.nix +++ b/pkgs/applications/networking/p2p/stig/default.nix @@ -62,6 +62,6 @@ 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 ]; + maintainers = with maintainers; [ ]; }; } -- cgit 1.4.1 From 8890ce44f1ad399ebe5fa614ee37fe95783967fc Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 13 Mar 2024 12:42:27 +0200 Subject: stig: mark as broken --- pkgs/applications/networking/p2p/stig/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs') diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix index 87aa76c399d5..b36ad59194d2 100644 --- a/pkgs/applications/networking/p2p/stig/default.nix +++ b/pkgs/applications/networking/p2p/stig/default.nix @@ -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; + # Too many broken tests, and it fails to launch + broken = true; maintainers = with maintainers; [ ]; }; } -- cgit 1.4.1