diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-13 21:31:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-13 21:31:22 +0100 |
commit | 627e61f1a8e08fcc2290df12309a6e0712a6c7f4 (patch) | |
tree | df1cbe66737bc87562f842f26831e7dc3d36c891 | |
parent | 0cdc13ce43fac7987adcd4af3c9660544eb94e86 (diff) |
maint: Add '.guix-authorizations' to the distribution.
Reported by Vagrant Cascadian.
* Makefile.am (EXTRA_DIST): Add .guix-authorizations.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ad301c9fc2..9ef05ad27d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -570,6 +570,7 @@ EXTRA_DIST += \ TODO \ CODE-OF-CONDUCT \ .dir-locals.el \ + .guix-authorizations \ .guix-channel \ scripts/guix.in \ etc/guix-install.sh \ |