Merge pull request #316432 from teutat3s/maintain-pkgs

maintainers: add teutat3s to matrix team + several packages
This commit is contained in:
éclairevoyant 2024-06-01 18:05:26 +00:00 committed by GitHub
commit aa22306b95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 8 additions and 7 deletions

@ -689,6 +689,7 @@ with lib.maintainers; {
dandellion
sumnerevans
nickcao
teutat3s
];
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
shortName = "Matrix";

@ -181,7 +181,7 @@ stdenv.mkDerivation rec {
homepage = "https://signal.org/";
changelog = "https://github.com/signalapp/Signal-Desktop/releases/tag/v${version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ eclairevoyant mic92 equirosa urandom bkchr ];
maintainers = with lib.maintainers; [ eclairevoyant mic92 equirosa urandom bkchr teutat3s ];
mainProgram = pname;
platforms = [ "x86_64-linux" "aarch64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];

@ -84,7 +84,7 @@ let
changelog = "https://slack.com/release-notes";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ mmahut ];
maintainers = with maintainers; [ mmahut teutat3s ];
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];
mainProgram = "slack";
};

@ -272,7 +272,7 @@ rec {
To enable the docker daemon on NixOS, set the `virtualisation.docker.enable` option to `true`.
'';
license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester periklis ];
maintainers = with maintainers; [ offline vdemeester periklis teutat3s ];
mainProgram = "docker";
};
});

@ -236,7 +236,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
homepage = "https://github.com/electron/electron";
platforms = lib.platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ yayayayaka ];
maintainers = with maintainers; [ yayayayaka teutat3s ];
mainProgram = "electron";
hydraPlatforms = lib.optionals (!(hasInfix "alpha" info.version) && !(hasInfix "beta" info.version)) ["aarch64-linux" "x86_64-linux"];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)

@ -47,7 +47,7 @@ buildGoModule rec {
homepage = "https://github.com/equinix/metal-cli/";
changelog = "https://github.com/equinix/metal-cli/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne nshalman ];
maintainers = with maintainers; [ Br1ght0ne nshalman teutat3s ];
mainProgram = "metal";
};
}

@ -72,7 +72,7 @@ buildGoModule rec {
downloadPage = "https://github.com/superfly/flyctl";
homepage = "https://fly.io/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ adtya jsierles techknowlogick RaghavSood ];
maintainers = with lib.maintainers; [ adtya jsierles techknowlogick RaghavSood teutat3s ];
mainProgram = "flyctl";
};
}

@ -39,7 +39,7 @@ let
homepage = "https://sensu.io";
description = "Open source monitoring tool for ephemeral infrastructure & distributed applications";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ thefloweringash ];
maintainers = with lib.maintainers; [ thefloweringash teutat3s ];
};
};
in