mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
libgcrypt: fix typo in meta.description
This commit is contained in:
parent
697cbbc617
commit
b3f9b0d0cc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.gnu.org/software/libgcrypt/;
|
homepage = https://www.gnu.org/software/libgcrypt/;
|
||||||
description = "General-pupose cryptographic library";
|
description = "General-purpose cryptographic library";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.wkennington maintainers.vrthra ];
|
maintainers = [ maintainers.wkennington maintainers.vrthra ];
|
||||||
|
|
Loading…
Reference in a new issue