tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
heimdal: Fix description
Eelco Dolstra
10 years ago
f41201ef
af6ebe81
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
kerberos
heimdal.nix
+1
-1
pkgs/development/libraries/kerberos/heimdal.nix
···
78
78
enableParallelBuilding = true;
79
79
80
80
meta = {
81
81
-
description = "an implementation of Kerberos 5 (and some more stuff) largely written in Sweden";
81
81
+
description = "An implementation of Kerberos 5 (and some more stuff)";
82
82
license = licenses.bsd3;
83
83
platforms = platforms.linux;
84
84
maintainers = with maintainers; [ wkennington ];