lol

mbox: cleanup

+9 -10
+9 -10
pkgs/tools/security/mbox/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "mbox"; 5 - version = "20140526"; 5 + version = "unstable-2014-05-26"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tsgates"; ··· 28 28 ./testall.sh 29 29 ''; 30 30 31 - meta = with lib; 32 - { description = "Lightweight sandboxing mechanism that any user can use without special privileges"; 33 - homepage = "http://pdos.csail.mit.edu/mbox/"; 34 - maintainers = with maintainers; [ ehmry ]; 35 - license = licenses.bsd3; 36 - platforms = [ "x86_64-linux" ]; 37 - broken = true; 38 - }; 39 - 31 + meta = with lib; { 32 + description = "Lightweight sandboxing mechanism that any user can use without special privileges"; 33 + homepage = "http://pdos.csail.mit.edu/mbox/"; 34 + maintainers = with maintainers; [ ehmry ]; 35 + license = licenses.bsd3; 36 + platforms = [ "x86_64-linux" ]; 37 + broken = true; 38 + }; 40 39 }