guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: Remove obsolete comment.


From: guix-commits
Subject: branch master updated: services: Remove obsolete comment.
Date: Sun, 12 Jul 2020 07:14:16 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d67826a  services: Remove obsolete comment.
d67826a is described below

commit d67826a810be547d7ce7fe11a3bbbb5960d1df87
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jul 12 13:06:41 2020 +0200

    services: Remove obsolete comment.
    
    This TODO was resolved in ea4915a74bc4c03495d4910c1e32a92c790b6626.
    
    * gnu/services/base.scm (%default-authorized-guix-keys): Remove TODO 
comment.
---
 gnu/services/base.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 9b4cd13..83dc406 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -1481,8 +1481,6 @@ archive' public keys, with GUIX."
 
 (define %default-authorized-guix-keys
   ;; List of authorized substitute keys.
-  ;; TODO: Change to "berlin.guix.gnu.org.pub" when the 'guix' package is
-  ;; updated.
   (list (file-append guix "/share/guix/berlin.guix.gnu.org.pub")))
 
 (define-record-type* <guix-configuration>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]