Unverified Commit 2a4ccacb authored by Nadir Ishiguro's avatar Nadir Ishiguro
Browse files

kopia: add blenderfreaky and nadir-ishiguro as maintainers

parent c1e66862
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -52,6 +52,10 @@ buildGoModule rec {
    description = "Cross-platform backup tool with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication";
    mainProgram = "kopia";
    license = lib.licenses.asl20;
    maintainers = with lib; [ maintainers.bbigras ];
    maintainers = with lib.maintainers; [
      bbigras
      blenderfreaky
      nadir-ishiguro
    ];
  };
}