duplicacy: add devusb to maintainers

+1 -1
+1 -1
pkgs/tools/backup/duplicacy/default.nix
··· 20 description = "A new generation cloud backup tool"; 21 platforms = platforms.linux ++ platforms.darwin; 22 license = lib.licenses.unfree; 23 - maintainers = with maintainers; [ ffinkdevs ]; 24 }; 25 }
··· 20 description = "A new generation cloud backup tool"; 21 platforms = platforms.linux ++ platforms.darwin; 22 license = lib.licenses.unfree; 23 + maintainers = with maintainers; [ ffinkdevs devusb ]; 24 }; 25 }