treewide: take packages from C3D2 we agreed I (sandro) take

This commit is contained in:
Sandro Jäckel 2026-01-10 21:44:35 +01:00
commit c5478461d8
No known key found for this signature in database
GPG key ID: 236B6291555E8401
13 changed files with 20 additions and 18 deletions

View file

@ -313,5 +313,5 @@ in
];
};
meta.maintainers = [ lib.maintainers.majewsky ] ++ lib.teams.c3d2.members;
meta.maintainers = pkgs.portunus.meta.maintainers;
}

View file

@ -441,5 +441,5 @@ in
};
};
meta.maintainers = lib.teams.c3d2.members;
meta.maintainers = pkgs.librespeed-rust.meta.maintainers;
}

View file

@ -30,9 +30,7 @@ let
in
{
meta = {
maintainers = with lib.maintainers; [ hexa ] ++ lib.teams.c3d2.members;
};
meta.maintainers = pkgs.pretalx.meta.maintainers;
options.services.pretalx = {
enable = lib.mkEnableOption "pretalx";

View file

@ -1,8 +1,8 @@
{ lib, ... }:
{ pkgs, ... }:
{
name = "pretalx";
meta.maintainers = lib.teams.c3d2.members;
meta.maintainers = pkgs.pretalx.meta.maintainers;
nodes = {
pretalx =

View file

@ -85,7 +85,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/LedFx/LedFx";
changelog = "https://github.com/LedFx/LedFx/blob/${version}/CHANGELOG.rst";
license = lib.licenses.gpl3Only;
teams = [ lib.teams.c3d2 ];
maintainers = with lib.maintainers; [ SuperSandro2000 ];
mainProgram = "ledfx";
};
}

View file

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
description = "Very lightweight speed test implementation in Rust";
homepage = "https://github.com/librespeed/speedtest-rust";
license = lib.licenses.lgpl3Plus;
teams = with lib.teams; [ c3d2 ];
maintainers = with lib.maintainers; [ SuperSandro2000 ];
mainProgram = "librespeed-rs";
};
}

View file

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "LDAP3 auth provider for Synapse";
homepage = "https://github.com/matrix-org/matrix-synapse-ldap3";
license = lib.licenses.asl20;
teams = [ lib.teams.c3d2 ];
maintainers = with lib.maintainers; [ SuperSandro2000 ];
};
}

View file

@ -175,6 +175,6 @@ python.pkgs.buildPythonApplication rec {
description = "Free software media publishing platform that anyone can run";
homepage = "https://mediagoblin.org/";
license = lib.licenses.agpl3Plus;
teams = [ lib.teams.c3d2 ];
teams = with lib.maintainers; [ SuperSandro2000 ];
};
}

View file

@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation rec {
license = lib.licenses.gpl2Plus;
homepage = "https://www.mediawiki.org/";
platforms = lib.platforms.all;
teams = [ lib.teams.c3d2 ];
teams = with lib.maintainers; [ SuperSandro2000 ];
};
}

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/fulhax/ncpamixer";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
teams = [ lib.teams.c3d2 ];
maintainers = with lib.maintainers; [ SuperSandro2000 ];
mainProgram = "ncpamixer";
};
}

View file

@ -28,7 +28,9 @@ buildGoModule rec {
homepage = "https://github.com/majewsky/portunus";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ majewsky ];
teams = [ lib.teams.c3d2 ];
maintainers = with lib.maintainers; [
majewsky
SuperSandro2000
];
};
}

View file

@ -42,8 +42,10 @@ let
homepage = "https://github.com/pretalx/pretalx";
changelog = "https://docs.pretalx.org/changelog/#${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ hexa ];
teams = [ lib.teams.c3d2 ];
maintainers = with lib.maintainers; [
hexa
SuperSandro2000
];
platforms = lib.platforms.linux;
};

View file

@ -121,7 +121,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
toastal
mirror230469
SuperSandro2000
];
teams = with lib.teams; [ c3d2 ];
};
})