#1035658 Remove ruby array formatting when generating upstream contact in copyright

Package:
gem2deb
Source:
gem2deb
Description:
Debian Ruby packaging suite
Submitter:
Praveen Arimbrathodiyil
Date:
2023-05-07 09:15:04 UTC
Severity:
normal
#1035658#5
Date:
2023-05-07 09:12:23 UTC
From:
To:
For example, ruby-openai.gemspec has

   spec.authors       = ["Alex"]
   spec.email         = ["alexrudall at users.noreply.github.com"]

This was resulted in
Upstream-Contact: ["alexrudall at users.noreply.github.com"]

At least [" and "] should be removed (ftp masters once commented when I
did not remove it). Ideally it should be
Upstream-Contact: Alex <alexrudall at users.noreply.github.com>

(@ replaced with at).