mbox: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-29 14:41:16 +02:00
parent 7a45ae6de6
commit 371ebd83c8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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;
};
}