mbox: cleanup

main
Sandro Jäckel 3 years ago
parent 7a45ae6de6
commit 371ebd83c8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 19
      pkgs/tools/security/mbox/default.nix

@ -2,7 +2,7 @@
stdenv.mkDerivation {
pname = "mbox";
version = "20140526";
version = "unstable-2014-05-26";
src = fetchFromGitHub {
owner = "tsgates";
@ -28,13 +28,12 @@ stdenv.mkDerivation {
./testall.sh
'';
meta = with lib;
{ description = "Lightweight sandboxing mechanism that any user can use without special privileges";
homepage = "http://pdos.csail.mit.edu/mbox/";
maintainers = with maintainers; [ ehmry ];
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
broken = true;
};
meta = with lib; {
description = "Lightweight sandboxing mechanism that any user can use without special privileges";
homepage = "http://pdos.csail.mit.edu/mbox/";
maintainers = with maintainers; [ ehmry ];
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
broken = true;
};
}

Loading…
Cancel
Save