mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
virtualbox: add flokli as maintainer
This commit is contained in:
parent
e2c6ea72a1
commit
035dfacf43
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ in stdenv.mkDerivation {
|
|||
meta = {
|
||||
description = "PC emulator";
|
||||
homepage = http://www.virtualbox.org/;
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
maintainers = with maintainers; [ flokli sander ];
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue