btdu: add cybershadow to maintainers

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