heimdal: Fix description

+1 -1
+1 -1
pkgs/development/libraries/kerberos/heimdal.nix
··· 78 78 enableParallelBuilding = true; 79 79 80 80 meta = { 81 - description = "an implementation of Kerberos 5 (and some more stuff) largely written in Sweden"; 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 ];