channels: Remove 'signature' from <channel-introduction>.
authorLudovic Courtès <ludo@gnu.org>
Thu, 25 Jun 2020 13:37:02 +0000 (15:37 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 1 Jul 2020 21:34:51 +0000 (23:34 +0200)
commit22a969925769dcbe968b224016f5af00079d68ff
tree088432ad84f37d00d8431581cb4c2534d5f7057c
parent8b7d982e6ae090eb5b3938db14a8eb2e2c3a1419
channels: Remove 'signature' from <channel-introduction>.

In the end signing the commit/key pair does not buy us much.  Someone
publishing a valid but different commit/key pair would effectively be
publishing a different channel, which could be a fork (made by a former
authorized developer) or simply a mirror.  In the latter case, there's
nothing to be gained by publishing a different commit/key pair.

* guix/channels.scm (<channel-introduction>)[signature]: Remove.
(make-channel-introduction): Adjust accordingly.
guix/channels.scm