Rename 'emery' maintainer handle to 'ehmry', fixes #11493
Communication happens on Github so names should be consistent.
This commit is contained in:
committed by
Rok Garbas
parent
1764a05710
commit
2b6dcdfcd0
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib;
|
||||
{ description = "Lightweight sandboxing mechanism that any user can use without special privileges";
|
||||
homepage = http://pdos.csail.mit.edu/mbox/;
|
||||
maintainers = with maintainers; [ emery ];
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
license = licenses.bsd3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user