guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: build: file-system: Change url of LUKS specification.


From: Efraim Flashner
Subject: 03/03: gnu: build: file-system: Change url of LUKS specification.
Date: Sun, 6 Nov 2016 12:47:27 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit de975de39b48cdf9c72fb81d003f7bc7dd23a744
Author: ng0 <address@hidden>
Date:   Sun Nov 6 11:29:36 2016 +0000

    gnu: build: file-system: Change url of LUKS specification.
    
    * gnu/build/file-system.scm: Change url of LUKS specification.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/build/file-systems.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
index bfc353a..0d55e91 100644
--- a/gnu/build/file-systems.scm
+++ b/gnu/build/file-systems.scm
@@ -139,7 +139,7 @@ if DEVICE does not contain an ext2 file system."
 ;;;
 
 ;; The LUKS header format is described in "LUKS On-Disk Format Specification":
-;; <http://wiki.cryptsetup.googlecode.com/git/LUKS-standard/>.  We follow
+;; <https://gitlab.com/cryptsetup/cryptsetup/wikis/Specification>.  We follow
 ;; version 1.2.1 of this document.
 
 (define-syntax %luks-endianness



reply via email to

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