kopia: add blenderfreaky and nadir-ishiguro as maintainers

+5 -1
+5 -1
pkgs/by-name/ko/kopia/package.nix
··· 52 description = "Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication"; 53 mainProgram = "kopia"; 54 license = lib.licenses.asl20; 55 - maintainers = with lib; [ maintainers.bbigras ]; 56 }; 57 }
··· 52 description = "Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication"; 53 mainProgram = "kopia"; 54 license = lib.licenses.asl20; 55 + maintainers = with lib.maintainers; [ 56 + bbigras 57 + blenderfreaky 58 + nadir-ishiguro 59 + ]; 60 }; 61 }