Skip to content

Commit

Permalink
Change the keyserver pool (#14)
Browse files Browse the repository at this point in the history
The keyserver pools provided by sks-keyservers (https://sks-keyservers.net/) are all gone. In their web site you can read:  "Update 2021-06-21: Due to even more GDPR takedown requests, the DNS records for the pool will no longer be provided at all."
Therefore now the key is taken from http://keyserver.ubuntu.com/
  • Loading branch information
bosonie authored Jun 22, 2021
1 parent 4b6cd49 commit fcc1129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/singularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
become: true
apt_key:
id: 'DD95CC430502E37EF840ACEEA5D32F012649A5A9'
keyserver: hkp://pool.sks-keyservers.net
keyserver: hkp://keyserver.ubuntu.com

- name: Add neurodebian repo
become: true
Expand Down

0 comments on commit fcc1129

Please sign in to comment.