skypeforlinux: adopt

The other maintainers seem to be inactive.
This commit is contained in:
Martin Joerg 2024-08-22 09:56:07 +00:00
parent e252e2291d
commit 59b24c853f

View File

@ -187,10 +187,7 @@ stdenv.mkDerivation {
changelog = "https://support.microsoft.com/en-us/skype/what-s-new-in-skype-for-windows-mac-linux-and-web-d32f674c-abb3-40a5-a0b7-ee269ca60831";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
panaeon
jraygauthier
];
maintainers = [ lib.maintainers.mjoerg ];
platforms = [ "x86_64-linux" ];
mainProgram = "skypeforlinux";
};