Merge pull request #12397 from eduarrrd/3dfsb

3dfsb: mark as broken, remove self from maintainers

+3 -1
+3 -1
pkgs/applications/misc/3dfsb/default.nix
··· 4 4 stdenv.mkDerivation { 5 5 name = "3dfsb-1.0"; 6 6 7 + broken = true; # segfaults as of this commit 8 + 7 9 meta = with stdenv.lib; { 8 10 description = "3D File System Browser - cleaned up and improved fork of the old tdfsb which runs on GNU/Linux and should also run on BeOS/Haiku and FreeBSD"; 9 11 homepage = "https://github.com/tomvanbraeckel/3dfsb"; 10 12 license = licenses.gpl2; 11 13 platforms = platforms.linux; 12 - maintainers = with maintainers; [ eduarrrd ]; 14 + maintainers = with maintainers; [ ]; 13 15 }; 14 16 15 17 src = fetchgit {