Merge remote-tracking branch 'origin/master' into staging

Conflicts:
	pkgs/stdenv/generic/default.nix
This commit is contained in:
Eelco Dolstra
2014-11-06 10:16:39 +01:00
232 changed files with 3422 additions and 1035 deletions
+1
View File
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/torsocks/;
repositories.git = https://git.torproject.org/torsocks.git;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.phreedom ];
};
}
+1 -1
View File
@@ -17,6 +17,6 @@ buildPythonPackage rec {
homepage = https://code.google.com/p/volatility;
description = "advanced memory forensics framework";
maintainers = with maintainers; [ bosu ];
license = "GPLv2+";
license = stdenv.lib.licenses.gpl2Plus;
};
}