duplicacy: add devusb to maintainers

This commit is contained in:
Morgan Helton 2022-11-05 11:07:57 -05:00
parent 7a0eed9731
commit ab9739da39

View file

@ -20,6 +20,6 @@ buildGoModule rec {
description = "A new generation cloud backup tool";
platforms = platforms.linux ++ platforms.darwin;
license = lib.licenses.unfree;
maintainers = with maintainers; [ ffinkdevs ];
maintainers = with maintainers; [ ffinkdevs devusb ];
};
}