virtualbox: add myself as maintainer

This commit is contained in:
Julian Stecklina 2024-03-25 14:57:40 +01:00
parent 130ff4bb83
commit 9a3955480e
1 changed files with 1 additions and 1 deletions

View File

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