Merge pull request #296595 from FriedrichAltheide/virtualboxMaintainers

virtualbox: Add friedrichaltheide to maintainers
This commit is contained in:
Pol Dellaiera 2024-03-17 12:28:39 +01:00 committed by GitHub
commit ad86f16b83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -6653,6 +6653,11 @@
githubId = 46672819; githubId = 46672819;
name = "Frido Friedemann"; name = "Frido Friedemann";
}; };
friedrichaltheide = {
github = "friedrichaltheide";
githubId = 11352905;
name = "Friedrich Altheide";
};
frlan = { frlan = {
email = "frank@frank.uvena.de"; email = "frank@frank.uvena.de";
github = "frlan"; github = "frlan";

View File

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

View File

@ -19,7 +19,7 @@ fetchurl rec {
description = "Oracle Extension pack for VirtualBox"; description = "Oracle Extension pack for VirtualBox";
license = licenses.virtualbox-puel; license = licenses.virtualbox-puel;
homepage = "https://www.virtualbox.org/"; homepage = "https://www.virtualbox.org/";
maintainers = with maintainers; [ sander ]; maintainers = with maintainers; [ sander friedrichaltheide ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }

View File

@ -146,7 +146,7 @@ in stdenv.mkDerivation rec {
''; '';
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = "GPL"; license = "GPL";
maintainers = [ lib.maintainers.sander ]; maintainers = [ lib.maintainers.sander lib.maintainers.friedrichaltheide ];
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
broken = stdenv.hostPlatform.is32bit && (kernel.kernelAtLeast "5.10"); broken = stdenv.hostPlatform.is32bit && (kernel.kernelAtLeast "5.10");
}; };