diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-04 17:57:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-04 17:57:37 +0100 |
commit | be5622e7f1b2f4e4567214b209bfd153dfd59013 (patch) | |
tree | 752a11c5b715b21a20fbcc730d6e89e57e5a0d13 /Makefile.am | |
parent | c735e9e6868bb7661f08ffa008f1feaedf2fcb9e (diff) | |
download | patches-be5622e7f1b2f4e4567214b209bfd153dfd59013.tar patches-be5622e7f1b2f4e4567214b209bfd153dfd59013.tar.gz |
maint: Add 'berlin.guixsd.org.pub'.
* bayfront.guixsd.org.pub: Rename to...
* berlin.guixsd.org.pub: ... this.
* Makefile.am (dist_pkgdata_DATA): Adjust accordingly.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7cc46d4ac2..ddbf7a7984 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,7 +416,7 @@ check-system: $(GOBJECTS) $(BOOTSTRAP_GUILE_TARBALLS) # Public key used to sign substitutes from hydra.gnu.org & co. dist_pkgdata_DATA = \ hydra.gnu.org.pub \ - bayfront.guixsd.org.pub + berlin.guixsd.org.pub # Bash completion file. dist_bashcompletion_DATA = etc/completion/bash/guix |