Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-02-28 16:32:57 +00:00
302 changed files with 13274 additions and 2727 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pam ];
meta = with stdenv.lib; {
description = "Utility program to test the PAM facility.";
description = "Utility program to test the PAM facility";
homepage = http://pamtester.sourceforge.net/;
license = licenses.bsd3;
platforms = platforms.linux;