mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
treewide: take packages from C3D2 we agreed I (sandro) take
This commit is contained in:
parent
69bba0863a
commit
c5478461d8
13 changed files with 20 additions and 18 deletions
|
|
@ -313,5 +313,5 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
meta.maintainers = [ lib.maintainers.majewsky ] ++ lib.teams.c3d2.members;
|
||||
meta.maintainers = pkgs.portunus.meta.maintainers;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -441,5 +441,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
meta.maintainers = lib.teams.c3d2.members;
|
||||
meta.maintainers = pkgs.librespeed-rust.meta.maintainers;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{ lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
name = "pretalx";
|
||||
meta.maintainers = lib.teams.c3d2.members;
|
||||
meta.maintainers = pkgs.pretalx.meta.maintainers;
|
||||
|
||||
nodes = {
|
||||
pretalx =
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
maintainers = with lib.maintainers; [
|
||||
toastal
|
||||
mirror230469
|
||||
SuperSandro2000
|
||||
];
|
||||
teams = with lib.teams; [ c3d2 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue