btdu: add cybershadow to maintainers

+1 -1
+1 -1
pkgs/tools/misc/btdu/default.nix
··· 36 36 changelog = "https://github.com/CyberShadow/btdu/releases/tag/${src.rev}"; 37 37 license = licenses.gpl2Only; 38 38 platforms = platforms.linux; 39 - maintainers = with maintainers; [ atila ]; 39 + maintainers = with maintainers; [ atila cybershadow ]; 40 40 mainProgram = "btdu"; 41 41 }; 42 42 }