tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libgcrypt: fix typo in meta.description
Joachim Fasting
8 years ago
b3f9b0d0
697cbbc6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libgcrypt
default.nix
+1
-1
pkgs/development/libraries/libgcrypt/default.nix
···
50
50
51
51
meta = with stdenv.lib; {
52
52
homepage = https://www.gnu.org/software/libgcrypt/;
53
53
-
description = "General-pupose cryptographic library";
53
53
+
description = "General-purpose cryptographic library";
54
54
license = licenses.lgpl2Plus;
55
55
platforms = platforms.all;
56
56
maintainers = [ maintainers.wkennington maintainers.vrthra ];