virtualbox: add friedrichaltheide to maintainers

This commit is contained in:
Friedrich Altheide 2024-03-17 07:19:38 +01:00
parent 162f9b0416
commit 37766ba310

View file

@ -281,7 +281,7 @@ in stdenv.mkDerivation {
];
license = licenses.gpl2;
homepage = "https://www.virtualbox.org/";
maintainers = with maintainers; [ sander ];
maintainers = with maintainers; [ sander friedrichaltheide ];
platforms = [ "x86_64-linux" ];
mainProgram = "VirtualBox";
};