diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:27:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:29:31 -0400 |
commit | efe2e7506e0aa7a3d88406b0bc8967004c045fc7 (patch) | |
tree | 3f0aea05d47203aedf5de97f32c209c14543c0f2 /gnu/packages/gnupg.scm | |
parent | 12dc04d0b4cbd6df3793206f63cc41382017ca0c (diff) | |
download | patches-efe2e7506e0aa7a3d88406b0bc8967004c045fc7.tar patches-efe2e7506e0aa7a3d88406b0bc8967004c045fc7.tar.gz |
gnu: guile-gcrypt: Remove duplicate 'home-page' field.
This is a followup to commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7.
* gnu/packages/gnupg.scm (guile-gcrypt): Remove duplicate 'home-page' field.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index c98a611e83..d5fb12650f 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -476,7 +476,6 @@ gpgpme starting with version 1.7.") (inputs `(("guile" ,guile-2.2) ("libgcrypt" ,libgcrypt))) - (home-page "https://notabug.org/cwebber/guile-gcrypt") (synopsis "Cryptography library for Guile using Libgcrypt") (description "Guile-Gcrypt provides a Guile 2.x interface to a subset of the |