diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 834d6c30c5e46..1e37e6f68ffef 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -263,3 +263,6 @@ a4f7e161b380b35b2f7bc432659a95fd71254ad8 # nix-builder-vm: nixfmt-rfc-style a034fb50f79816c6738fb48b48503b09ea3b0132 + +# treewide: switch instances of lib.teams.*.members to the new meta.teams attribute +05580f4b4433fda48fff30f60dfd303d6ee05d21 diff --git a/pkgs/applications/audio/codecserver/default.nix b/pkgs/applications/audio/codecserver/default.nix index c055c72c4eafa..2a632dc47319a 100644 --- a/pkgs/applications/audio/codecserver/default.nix +++ b/pkgs/applications/audio/codecserver/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { description = "Modular audio codec server"; license = licenses.gpl3Only; platforms = platforms.unix; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; mainProgram = "codecserver"; }; } diff --git a/pkgs/applications/display-managers/lightdm/default.nix b/pkgs/applications/display-managers/lightdm/default.nix index 45fa03377e697..802f200440dd4 100644 --- a/pkgs/applications/display-managers/lightdm/default.nix +++ b/pkgs/applications/display-managers/lightdm/default.nix @@ -128,6 +128,6 @@ stdenv.mkDerivation rec { description = "Cross-desktop display manager"; platforms = platforms.linux; license = licenses.gpl3; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/applications/editors/android-studio-for-platform/common.nix b/pkgs/applications/editors/android-studio-for-platform/common.nix index ae0ea00f7fb42..ad7d234c53afb 100644 --- a/pkgs/applications/editors/android-studio-for-platform/common.nix +++ b/pkgs/applications/editors/android-studio-for-platform/common.nix @@ -188,7 +188,8 @@ runCommand drvName # binaries are also distributed as proprietary software (unlike the # source-code itself). platforms = [ "x86_64-linux" ]; - maintainers = teams.android.members ++ (with maintainers; [ robbins ]); + maintainers = with maintainers; [ robbins ]; + teams = [ teams.android ]; mainProgram = pname; }; } diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index b613f3a069646..c3bbe5a74d13e 100644 --- a/pkgs/applications/editors/android-studio/common.nix +++ b/pkgs/applications/editors/android-studio/common.nix @@ -324,11 +324,19 @@ let platforms = [ "x86_64-linux" ]; maintainers = rec { - stable = - lib.teams.android.members - ++ (with lib.maintainers; [ - alapshin - ]); + stable = with lib.maintainers; [ + alapshin + ]; + beta = stable; + canary = stable; + dev = stable; + } + ."${channel}"; + teams = + rec { + stable = with lib.teams; [ + android + ]; beta = stable; canary = stable; dev = stable; diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index 57651d9773d2d..efb86750d9053 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -55,7 +55,8 @@ let + lib.optionalString meta.isOpenSource ( if fromSource then " (built from source)" else " (patched binaries from jetbrains)" ); - maintainers = lib.teams.jetbrains.members ++ map (x: lib.maintainers."${x}") meta.maintainers; + maintainers = map (x: lib.maintainers."${x}") meta.maintainers; + teams = [ lib.teams.jetbrains ]; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; sourceProvenance = if fromSource then diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix index 65dc227aa0422..1ba4130cf7b9e 100644 --- a/pkgs/applications/editors/neovim/wrapper.nix +++ b/pkgs/applications/editors/neovim/wrapper.nix @@ -364,7 +364,7 @@ let homepage mainProgram license - maintainers + teams platforms ; diff --git a/pkgs/applications/editors/vscode/extensions/ms-azuretools.vscode-bicep/default.nix b/pkgs/applications/editors/vscode/extensions/ms-azuretools.vscode-bicep/default.nix index b481d2c7cf68d..581dca3a484b4 100644 --- a/pkgs/applications/editors/vscode/extensions/ms-azuretools.vscode-bicep/default.nix +++ b/pkgs/applications/editors/vscode/extensions/ms-azuretools.vscode-bicep/default.nix @@ -25,7 +25,7 @@ vscode-utils.buildVscodeMarketplaceExtension { downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep"; homepage = "https://github.com/Azure/bicep/tree/main/src/vscode-bicep"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ ] ++ lib.teams.stridtech.members; + teams = [ lib.teams.stridtech ]; }; } diff --git a/pkgs/applications/emulators/libretro/mkLibretroCore.nix b/pkgs/applications/emulators/libretro/mkLibretroCore.nix index 35ad4776ef890..892f5798c4d9e 100644 --- a/pkgs/applications/emulators/libretro/mkLibretroCore.nix +++ b/pkgs/applications/emulators/libretro/mkLibretroCore.nix @@ -94,7 +94,7 @@ stdenv.mkDerivation ( inherit mainProgram; inherit (retroarch-bare.meta) platforms; homepage = "https://www.libretro.com/"; - maintainers = with lib.maintainers; [ ] ++ lib.teams.libretro.members; + teams = [ lib.teams.libretro ]; } // (args.meta or { }); } // extraArgs diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix index fb72f76d29a53..9cfecce436dae 100644 --- a/pkgs/applications/gis/grass/default.nix +++ b/pkgs/applications/gis/grass/default.nix @@ -165,7 +165,8 @@ stdenv.mkDerivation (finalAttrs: { description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization"; homepage = "https://grass.osgeo.org/"; license = licenses.gpl2Plus; - maintainers = with maintainers; teams.geospatial.members ++ [ mpickering ]; + maintainers = with maintainers; [ mpickering ]; + teams = [ teams.geospatial ]; platforms = platforms.all; mainProgram = "grass"; }; diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index 74de2b190b429..14b687ee3ee64 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -201,7 +201,8 @@ mkDerivation rec { description = "Free and Open Source Geographic Information System"; homepage = "https://www.qgis.org"; license = licenses.gpl2Plus; - maintainers = with maintainers; teams.geospatial.members ++ [ lsix ]; + maintainers = with maintainers; [ lsix ]; + teams = [ teams.geospatial ]; platforms = with platforms; linux; }; } diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 49b290b37e4b6..bdd7fec08765d 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -197,7 +197,8 @@ mkDerivation rec { description = "Free and Open Source Geographic Information System"; homepage = "https://www.qgis.org"; license = licenses.gpl2Plus; - maintainers = with maintainers; teams.geospatial.members ++ [ lsix ]; + maintainers = with maintainers; [ lsix ]; + teams = [ teams.geospatial ]; platforms = with platforms; linux; }; } diff --git a/pkgs/applications/gis/whitebox-tools/default.nix b/pkgs/applications/gis/whitebox-tools/default.nix index 24be5ebeb5585..8ed38cd849e44 100644 --- a/pkgs/applications/gis/whitebox-tools/default.nix +++ b/pkgs/applications/gis/whitebox-tools/default.nix @@ -47,6 +47,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html"; description = "Advanced geospatial data analysis platform"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ mpickering ]); + maintainers = with lib.maintainers; [ mpickering ]; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/applications/graphics/gnome-decoder/default.nix b/pkgs/applications/graphics/gnome-decoder/default.nix index 21d711d8ba425..37e907ba0b189 100644 --- a/pkgs/applications/graphics/gnome-decoder/default.nix +++ b/pkgs/applications/graphics/gnome-decoder/default.nix @@ -92,6 +92,7 @@ clangStdenv.mkDerivation rec { license = licenses.gpl3Plus; platforms = platforms.linux; mainProgram = "decoder"; - maintainers = with maintainers; [ zendo ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ zendo ]; + teams = [ teams.gnome-circle ]; }; } diff --git a/pkgs/applications/graphics/gnome-obfuscate/default.nix b/pkgs/applications/graphics/gnome-obfuscate/default.nix index 6e5641cafd2a1..3be87560bada3 100644 --- a/pkgs/applications/graphics/gnome-obfuscate/default.nix +++ b/pkgs/applications/graphics/gnome-obfuscate/default.nix @@ -81,6 +81,7 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl3Plus; platforms = platforms.all; mainProgram = "obfuscate"; - maintainers = with maintainers; [ fgaz ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ fgaz ]; + teams = [ teams.gnome-circle ]; }; }) diff --git a/pkgs/applications/misc/collision/default.nix b/pkgs/applications/misc/collision/default.nix index fb693b1ff66fe..5211a21a9c45d 100644 --- a/pkgs/applications/misc/collision/default.nix +++ b/pkgs/applications/misc/collision/default.nix @@ -108,6 +108,7 @@ crystal.buildCrystalPackage rec { homepage = "https://github.com/GeopJr/Collision"; license = licenses.bsd2; mainProgram = "collision"; - maintainers = with maintainers; [ sund3RRR ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ sund3RRR ]; + teams = [ teams.gnome-circle ]; }; } diff --git a/pkgs/applications/networking/cluster/cni/plugins.nix b/pkgs/applications/networking/cluster/cni/plugins.nix index 085d688e51bda..36b0d7e578873 100644 --- a/pkgs/applications/networking/cluster/cni/plugins.nix +++ b/pkgs/applications/networking/cluster/cni/plugins.nix @@ -53,6 +53,6 @@ buildGoModule rec { homepage = "https://www.cni.dev/plugins/"; license = licenses.asl20; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; }; } diff --git a/pkgs/applications/networking/cluster/k3s/builder.nix b/pkgs/applications/networking/cluster/k3s/builder.nix index 285b6c4e4c17e..fdd70a653ee55 100644 --- a/pkgs/applications/networking/cluster/k3s/builder.nix +++ b/pkgs/applications/networking/cluster/k3s/builder.nix @@ -99,7 +99,7 @@ let description = "Lightweight Kubernetes distribution"; license = lib.licenses.asl20; homepage = "https://k3s.io"; - maintainers = lib.teams.k3s.members; + teams = [ lib.teams.k3s ]; platforms = lib.platforms.linux; # resolves collisions with other installations of kubectl, crictl, ctr diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix index 541bf4d25e015..f537dac6e64ed 100644 --- a/pkgs/applications/networking/cluster/kubernetes/default.nix +++ b/pkgs/applications/networking/cluster/kubernetes/default.nix @@ -99,7 +99,7 @@ buildGoModule rec { description = "Production-Grade Container Scheduling and Management"; license = licenses.asl20; homepage = "https://kubernetes.io"; - maintainers = with maintainers; [ ] ++ teams.kubernetes.members; + teams = [ teams.kubernetes ]; platforms = platforms.linux; }; diff --git a/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix b/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix index f0e9a267e950b..b6fc9a80f8a54 100644 --- a/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix +++ b/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Lightweight matrix client with legacy and mobile browser support"; homepage = "https://github.com/element-hq/hydrogen-web"; - maintainers = lib.teams.matrix.members; + teams = [ lib.teams.matrix ]; license = lib.licenses.asl20; platforms = lib.platforms.all; inherit (olm.meta) knownVulnerabilities; diff --git a/pkgs/applications/networking/mailreaders/evolution/evolution/default.nix b/pkgs/applications/networking/mailreaders/evolution/evolution/default.nix index d531362bb9666..49936ab712a79 100644 --- a/pkgs/applications/networking/mailreaders/evolution/evolution/default.nix +++ b/pkgs/applications/networking/mailreaders/evolution/evolution/default.nix @@ -131,7 +131,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/evolution"; description = "Personal information management application that provides integrated mail, calendaring and address book functionality"; mainProgram = "evolution"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/applications/radio/openwebrx/default.nix b/pkgs/applications/radio/openwebrx/default.nix index e4fd91c1ca64b..e9d9c0c0d6f98 100644 --- a/pkgs/applications/radio/openwebrx/default.nix +++ b/pkgs/applications/radio/openwebrx/default.nix @@ -42,7 +42,7 @@ let homepage = "https://github.com/jketterl/js8py"; description = "Library to decode the output of the js8 binary of JS8Call"; license = licenses.gpl3Only; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; }; }; @@ -75,7 +75,7 @@ let description = "Set of connectors that are used by OpenWebRX to interface with SDR hardware"; license = licenses.gpl3Only; platforms = platforms.unix; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; }; }; @@ -120,6 +120,6 @@ buildPythonApplication rec { description = "Simple DSP library and command-line tool for Software Defined Radio"; mainProgram = "openwebrx"; license = licenses.gpl3Only; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/applications/science/chemistry/jmol/default.nix b/pkgs/applications/science/chemistry/jmol/default.nix index 487403f40184c..a18dfe9a924d9 100644 --- a/pkgs/applications/science/chemistry/jmol/default.nix +++ b/pkgs/applications/science/chemistry/jmol/default.nix @@ -66,6 +66,7 @@ stdenv.mkDerivation rec { sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.lgpl2; platforms = platforms.all; - maintainers = with maintainers; [ mounium ] ++ teams.sage.members; + maintainers = with maintainers; [ mounium ]; + teams = [ teams.sage ]; }; } diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index 23a5a45441f5c..e89df9ef41192 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -256,6 +256,7 @@ stdenv.mkDerivation (finalAttrs: { pkgConfigModules = [ "libR" ]; platforms = platforms.all; - maintainers = with maintainers; [ jbedo ] ++ teams.sage.members; + maintainers = with maintainers; [ jbedo ]; + teams = [ teams.sage ]; }; }) diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix index 914dee3bc83d3..46a90105b61f9 100644 --- a/pkgs/applications/science/math/pari/default.nix +++ b/pkgs/applications/science/math/pari/default.nix @@ -78,7 +78,8 @@ stdenv.mkDerivation rec { ''; downloadPage = "http://pari.math.u-bordeaux.fr/download.html"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ ertes ] ++ teams.sage.members; + maintainers = with maintainers; [ ertes ]; + teams = [ teams.sage ]; platforms = platforms.linux ++ platforms.darwin; mainProgram = "gp"; }; diff --git a/pkgs/applications/science/math/pari/gp2c.nix b/pkgs/applications/science/math/pari/gp2c.nix index 935a52934a9a4..2dbd5df4c123e 100644 --- a/pkgs/applications/science/math/pari/gp2c.nix +++ b/pkgs/applications/science/math/pari/gp2c.nix @@ -32,6 +32,7 @@ stdenv.mkDerivation rec { inherit (pari.meta) license maintainers + teams platforms broken ; diff --git a/pkgs/applications/system/monitor/default.nix b/pkgs/applications/system/monitor/default.nix index 635aa584371d6..d949ab2eb1f83 100644 --- a/pkgs/applications/system/monitor/default.nix +++ b/pkgs/applications/system/monitor/default.nix @@ -101,7 +101,8 @@ stdenv.mkDerivation rec { section in the NixOS manual. ''; homepage = "https://github.com/stsdc/monitor"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.stsdc.monitor"; diff --git a/pkgs/applications/system/timed/default.nix b/pkgs/applications/system/timed/default.nix index 52f5f0c87efb1..8fa9e5f93464a 100644 --- a/pkgs/applications/system/timed/default.nix +++ b/pkgs/applications/system/timed/default.nix @@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/sailfishos/timed/releases/tag/${finalAttrs.version}"; license = lib.licenses.lgpl21Only; mainProgram = "timed"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "timed-qt${lib.versions.major qtbase.version}" diff --git a/pkgs/applications/version-management/danger-gitlab/default.nix b/pkgs/applications/version-management/danger-gitlab/default.nix index 8ee557bd295a3..08ead7caf3658 100644 --- a/pkgs/applications/version-management/danger-gitlab/default.nix +++ b/pkgs/applications/version-management/danger-gitlab/default.nix @@ -9,7 +9,7 @@ bundlerApp { description = "Gem that exists to ensure all dependencies are set up for Danger with GitLab"; homepage = "https://github.com/danger/danger-gitlab-gem"; license = licenses.mit; - maintainers = teams.serokell.members; + teams = [ teams.serokell ]; mainProgram = "danger"; }; } diff --git a/pkgs/applications/version-management/gitlab/default.nix b/pkgs/applications/version-management/gitlab/default.nix index 5e494dafd2760..edd5182d79d0d 100644 --- a/pkgs/applications/version-management/gitlab/default.nix +++ b/pkgs/applications/version-management/gitlab/default.nix @@ -299,7 +299,7 @@ stdenv.mkDerivation { { homepage = "http://www.gitlab.com/"; platforms = platforms.linux; - maintainers = teams.gitlab.members; + teams = [ teams.gitlab ]; } // ( if gitlabEnterprise then diff --git a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix index 348740ffbed65..871ae6179b887 100644 --- a/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix +++ b/pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix @@ -31,7 +31,7 @@ buildGoModule rec { meta = with lib; { homepage = "http://www.gitlab.com/"; platforms = platforms.linux; - maintainers = teams.gitlab.members; + teams = [ teams.gitlab ]; license = licenses.mit; }; } diff --git a/pkgs/applications/video/kodi/addons/a4ksubtitles/default.nix b/pkgs/applications/video/kodi/addons/a4ksubtitles/default.nix index a9936818c4ffb..6e27e41a45a7d 100644 --- a/pkgs/applications/video/kodi/addons/a4ksubtitles/default.nix +++ b/pkgs/applications/video/kodi/addons/a4ksubtitles/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://a4k-openproject.github.io/a4kSubtitles/"; description = "Multi-Source Subtitles Addon"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/archive_tool/default.nix b/pkgs/applications/video/kodi/addons/archive_tool/default.nix index 0b90ee1cd5a3a..4420d332bb5f7 100644 --- a/pkgs/applications/video/kodi/addons/archive_tool/default.nix +++ b/pkgs/applications/video/kodi/addons/archive_tool/default.nix @@ -28,6 +28,6 @@ buildKodiAddon rec { homepage = "https://github.com/zach-morris/script.module.archive_tool"; description = "Set of common python functions to work with the Kodi archive virtual file system (vfs) binary addons"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/arrow/default.nix b/pkgs/applications/video/kodi/addons/arrow/default.nix index 16c736aab009f..4f916c4a40365 100644 --- a/pkgs/applications/video/kodi/addons/arrow/default.nix +++ b/pkgs/applications/video/kodi/addons/arrow/default.nix @@ -33,6 +33,6 @@ buildKodiAddon rec { homepage = "https://github.com/razzeee/script.module.arrow"; description = "Better dates & times for Python"; license = licenses.asl20; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/arteplussept/default.nix b/pkgs/applications/video/kodi/addons/arteplussept/default.nix index 056b5bb6a817b..71ee6e21aa488 100644 --- a/pkgs/applications/video/kodi/addons/arteplussept/default.nix +++ b/pkgs/applications/video/kodi/addons/arteplussept/default.nix @@ -35,6 +35,6 @@ buildKodiAddon rec { homepage = "https://github.com/thomas-ernest/plugin.video.arteplussept"; description = "Watch videos available on Arte+7"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/certifi/default.nix b/pkgs/applications/video/kodi/addons/certifi/default.nix index b626cb643a100..b42b95a0f5253 100644 --- a/pkgs/applications/video/kodi/addons/certifi/default.nix +++ b/pkgs/applications/video/kodi/addons/certifi/default.nix @@ -42,6 +42,6 @@ buildKodiAddon rec { homepage = "https://certifi.io"; description = "Python package for providing Mozilla's CA Bundle"; license = licenses.mpl20; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/chardet/default.nix b/pkgs/applications/video/kodi/addons/chardet/default.nix index 1d02432a36308..d472e4b705783 100644 --- a/pkgs/applications/video/kodi/addons/chardet/default.nix +++ b/pkgs/applications/video/kodi/addons/chardet/default.nix @@ -26,6 +26,6 @@ buildKodiAddon rec { homepage = "https://github.com/Freso/script.module.chardet"; description = "Universal encoding detector"; license = licenses.lgpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/controller-topology-project/default.nix b/pkgs/applications/video/kodi/addons/controller-topology-project/default.nix index 33ab01e94c6b9..a76afe010f3b9 100644 --- a/pkgs/applications/video/kodi/addons/controller-topology-project/default.nix +++ b/pkgs/applications/video/kodi/addons/controller-topology-project/default.nix @@ -36,7 +36,7 @@ let homepage = "https://github.com/kodi-game/controller-topology-project"; description = "Models how controllers connect to and map to each other for all gaming history"; license = with licenses; [ odbl ]; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; }; in diff --git a/pkgs/applications/video/kodi/addons/dateutil/default.nix b/pkgs/applications/video/kodi/addons/dateutil/default.nix index 2443c057e8502..2ba64ae6ece4b 100644 --- a/pkgs/applications/video/kodi/addons/dateutil/default.nix +++ b/pkgs/applications/video/kodi/addons/dateutil/default.nix @@ -35,6 +35,6 @@ buildKodiAddon rec { asl20 bsd3 ]; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/defusedxml/default.nix b/pkgs/applications/video/kodi/addons/defusedxml/default.nix index 2f93e2bbeb0ae..4f4109868a953 100644 --- a/pkgs/applications/video/kodi/addons/defusedxml/default.nix +++ b/pkgs/applications/video/kodi/addons/defusedxml/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/tiran/defusedxml"; description = "defusing XML bombs and other exploits"; license = licenses.psfl; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/formula1/default.nix b/pkgs/applications/video/kodi/addons/formula1/default.nix index 1ce01ab9bdac7..8c2ff2e7b4291 100644 --- a/pkgs/applications/video/kodi/addons/formula1/default.nix +++ b/pkgs/applications/video/kodi/addons/formula1/default.nix @@ -31,6 +31,6 @@ buildKodiAddon rec { homepage = "https://github.com/jaylinski/kodi-addon-formula1"; description = "Videos from the Formula 1 website"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/future/default.nix b/pkgs/applications/video/kodi/addons/future/default.nix index 346be9f8d7f5d..65155d14e5a89 100644 --- a/pkgs/applications/video/kodi/addons/future/default.nix +++ b/pkgs/applications/video/kodi/addons/future/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://python-future.org"; description = "Missing compatibility layer between Python 2 and Python 3"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/iagl/default.nix b/pkgs/applications/video/kodi/addons/iagl/default.nix index ae8ff5dc19aa8..b24bfb78ea76e 100644 --- a/pkgs/applications/video/kodi/addons/iagl/default.nix +++ b/pkgs/applications/video/kodi/addons/iagl/default.nix @@ -37,6 +37,6 @@ buildKodiAddon rec { homepage = "https://github.com/zach-morris/plugin.program.iagl"; description = "Launch Games from the Internet using Kodi"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/idna/default.nix b/pkgs/applications/video/kodi/addons/idna/default.nix index 9166e50b733d0..7a258c2b38670 100644 --- a/pkgs/applications/video/kodi/addons/idna/default.nix +++ b/pkgs/applications/video/kodi/addons/idna/default.nix @@ -26,6 +26,6 @@ buildKodiAddon rec { homepage = "https://github.com/Freso/script.module.idna"; description = "Internationalized Domain Names for Python"; license = licenses.bsd3; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/infotagger/default.nix b/pkgs/applications/video/kodi/addons/infotagger/default.nix index 40b0399ca3b20..4d7384a8c5df1 100644 --- a/pkgs/applications/video/kodi/addons/infotagger/default.nix +++ b/pkgs/applications/video/kodi/addons/infotagger/default.nix @@ -28,6 +28,6 @@ buildKodiAddon rec { homepage = "https://github.com/jurialmunkey/script.module.infotagger"; description = "Wrapper for new Nexus InfoTagVideo ListItem methods to maintain backwards compatibility"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix b/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix index 1806e87321993..09f2b4e67ef1d 100644 --- a/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix +++ b/pkgs/applications/video/kodi/addons/inputstream-adaptive/default.nix @@ -64,6 +64,6 @@ buildKodiBinaryAddon rec { description = "Kodi inputstream addon for several manifest types"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix b/pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix index a6e1598fb317f..bbe0c44e7e0f5 100644 --- a/pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix +++ b/pkgs/applications/video/kodi/addons/inputstream-ffmpegdirect/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "InputStream Client for streams that can be opened by either FFmpeg's libavformat or Kodi's cURL"; platforms = platforms.all; license = licenses.gpl2Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/inputstream-rtmp/default.nix b/pkgs/applications/video/kodi/addons/inputstream-rtmp/default.nix index ef8254dedfe9e..7ebcbd340ea05 100644 --- a/pkgs/applications/video/kodi/addons/inputstream-rtmp/default.nix +++ b/pkgs/applications/video/kodi/addons/inputstream-rtmp/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "Client for RTMP streams"; platforms = platforms.all; license = licenses.gpl2Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/inputstreamhelper/default.nix b/pkgs/applications/video/kodi/addons/inputstreamhelper/default.nix index 72af05fb8e1e0..d4fb290b6daa1 100644 --- a/pkgs/applications/video/kodi/addons/inputstreamhelper/default.nix +++ b/pkgs/applications/video/kodi/addons/inputstreamhelper/default.nix @@ -34,6 +34,6 @@ buildKodiAddon rec { homepage = "https://github.com/emilsvennesson/script.module.inputstreamhelper"; description = "Simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/invidious/default.nix b/pkgs/applications/video/kodi/addons/invidious/default.nix index d6a20068a6df1..31d6028d3f4ab 100644 --- a/pkgs/applications/video/kodi/addons/invidious/default.nix +++ b/pkgs/applications/video/kodi/addons/invidious/default.nix @@ -38,6 +38,6 @@ buildKodiAddon rec { homepage = "https://github.com/petterreinholdtsen/kodi-invidious-plugin"; description = "Privacy-friendly way of watching YouTube content"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/jellycon/default.nix b/pkgs/applications/video/kodi/addons/jellycon/default.nix index 221c450be543a..6a0ac9b4ef006 100644 --- a/pkgs/applications/video/kodi/addons/jellycon/default.nix +++ b/pkgs/applications/video/kodi/addons/jellycon/default.nix @@ -62,6 +62,6 @@ buildKodiAddon rec { easily switch between multiple user accounts at will. ''; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/jellyfin/default.nix b/pkgs/applications/video/kodi/addons/jellyfin/default.nix index 037612982d345..6b6cdbcc1d2e6 100644 --- a/pkgs/applications/video/kodi/addons/jellyfin/default.nix +++ b/pkgs/applications/video/kodi/addons/jellyfin/default.nix @@ -52,6 +52,6 @@ buildKodiAddon rec { homepage = "https://jellyfin.org/"; description = "Whole new way to manage and view your media library"; license = licenses.gpl3Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/joystick/default.nix b/pkgs/applications/video/kodi/addons/joystick/default.nix index 073f7422ee331..b533e34262b31 100644 --- a/pkgs/applications/video/kodi/addons/joystick/default.nix +++ b/pkgs/applications/video/kodi/addons/joystick/default.nix @@ -27,6 +27,6 @@ buildKodiBinaryAddon rec { description = "Binary addon for raw joystick input"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/jurialmunkey/default.nix b/pkgs/applications/video/kodi/addons/jurialmunkey/default.nix index ee3e7679fbd2e..7cac859e9e4bf 100644 --- a/pkgs/applications/video/kodi/addons/jurialmunkey/default.nix +++ b/pkgs/applications/video/kodi/addons/jurialmunkey/default.nix @@ -31,6 +31,6 @@ buildKodiAddon rec { homepage = "https://github.com/jurialmunkey/script.module.jurialmunkey/tree/main"; description = "Common code required by TMDbHelper and other related jurialmunkey add-ons"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/keymap/default.nix b/pkgs/applications/video/kodi/addons/keymap/default.nix index c5866e993749d..57b1a21157361 100644 --- a/pkgs/applications/video/kodi/addons/keymap/default.nix +++ b/pkgs/applications/video/kodi/addons/keymap/default.nix @@ -33,6 +33,6 @@ buildKodiAddon rec { homepage = "https://github.com/tamland/xbmc-keymap-editor"; description = "GUI for configuring mappings for remotes, keyboard and other inputs supported by Kodi"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/kodi-six/default.nix b/pkgs/applications/video/kodi/addons/kodi-six/default.nix index 96f4252573432..e456b5813c274 100644 --- a/pkgs/applications/video/kodi/addons/kodi-six/default.nix +++ b/pkgs/applications/video/kodi/addons/kodi-six/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/romanvm/kodi.six"; description = "Wrappers around Kodi Python API for seamless Python 2/3 compatibility"; license = licenses.gpl3Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-2048/default.nix b/pkgs/applications/video/kodi/addons/libretro-2048/default.nix index 866fdc3e6da26..533d316e1b65d 100644 --- a/pkgs/applications/video/kodi/addons/libretro-2048/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-2048/default.nix @@ -32,6 +32,7 @@ buildKodiBinaryAddon rec { description = "2048 GameClient for Kodi"; platforms = platforms.all; license = licenses.publicDomain; - maintainers = with maintainers; teams.kodi.members ++ [ kazenyuk ]; + maintainers = with maintainers; [ kazenyuk ]; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-fuse/default.nix b/pkgs/applications/video/kodi/addons/libretro-fuse/default.nix index 0524dc485304f..f80f0f4137a9c 100644 --- a/pkgs/applications/video/kodi/addons/libretro-fuse/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-fuse/default.nix @@ -32,6 +32,7 @@ buildKodiBinaryAddon rec { description = "Sinclair - ZX Spectrum (Fuse) GameClient for Kodi"; platforms = platforms.all; license = licenses.gpl3Only; - maintainers = with maintainers; teams.kodi.members ++ [ kazenyuk ]; + maintainers = with maintainers; [ kazenyuk ]; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-genplus/default.nix b/pkgs/applications/video/kodi/addons/libretro-genplus/default.nix index 8bead49157ad9..674814e3974b2 100644 --- a/pkgs/applications/video/kodi/addons/libretro-genplus/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-genplus/default.nix @@ -32,6 +32,6 @@ buildKodiBinaryAddon rec { description = "Genesis Plus GX GameClient for Kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-gw/default.nix b/pkgs/applications/video/kodi/addons/libretro-gw/default.nix index 0ba14aa80a456..4f8b3fad121cf 100644 --- a/pkgs/applications/video/kodi/addons/libretro-gw/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-gw/default.nix @@ -33,6 +33,6 @@ buildKodiBinaryAddon rec { description = "Game and Watch for Kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-mgba/default.nix b/pkgs/applications/video/kodi/addons/libretro-mgba/default.nix index ecca37db0d2a1..30e907f175d05 100644 --- a/pkgs/applications/video/kodi/addons/libretro-mgba/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-mgba/default.nix @@ -32,6 +32,6 @@ buildKodiBinaryAddon rec { description = "mGBA for Kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-nestopia/default.nix b/pkgs/applications/video/kodi/addons/libretro-nestopia/default.nix index 4a299720f0a07..87f28c23655dc 100644 --- a/pkgs/applications/video/kodi/addons/libretro-nestopia/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-nestopia/default.nix @@ -33,6 +33,6 @@ buildKodiBinaryAddon rec { description = "Nintendo - NES / Famicom (Nestopia UE) GameClient for Kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro-snes9x/default.nix b/pkgs/applications/video/kodi/addons/libretro-snes9x/default.nix index 4e614b8bb6114..d8a101d7150bb 100644 --- a/pkgs/applications/video/kodi/addons/libretro-snes9x/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro-snes9x/default.nix @@ -32,6 +32,6 @@ buildKodiBinaryAddon rec { description = "Snes9X GameClient for Kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/libretro/default.nix b/pkgs/applications/video/kodi/addons/libretro/default.nix index f6ab8b81ed39d..da31ed8e199a5 100644 --- a/pkgs/applications/video/kodi/addons/libretro/default.nix +++ b/pkgs/applications/video/kodi/addons/libretro/default.nix @@ -25,6 +25,6 @@ buildKodiBinaryAddon rec { description = "Libretro wrapper for Kodi's Game API"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/mediacccde/default.nix b/pkgs/applications/video/kodi/addons/mediacccde/default.nix index b61c2f0f9841c..10941fb364ee0 100644 --- a/pkgs/applications/video/kodi/addons/mediacccde/default.nix +++ b/pkgs/applications/video/kodi/addons/mediacccde/default.nix @@ -33,6 +33,6 @@ buildKodiAddon rec { homepage = "https://github.com/voc/plugin.video.media-ccc-de/"; description = "media.ccc.de for Kodi"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/mediathekview/default.nix b/pkgs/applications/video/kodi/addons/mediathekview/default.nix index dec6c0736e277..6c9d21b8ec59a 100644 --- a/pkgs/applications/video/kodi/addons/mediathekview/default.nix +++ b/pkgs/applications/video/kodi/addons/mediathekview/default.nix @@ -25,6 +25,6 @@ buildKodiAddon rec { homepage = "https://github.com/mediathekview/plugin.video.mediathekview"; description = "Access media libraries of German speaking broadcasting stations"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/myconnpy/default.nix b/pkgs/applications/video/kodi/addons/myconnpy/default.nix index dd2b1dd857e1b..097ae346c7961 100644 --- a/pkgs/applications/video/kodi/addons/myconnpy/default.nix +++ b/pkgs/applications/video/kodi/addons/myconnpy/default.nix @@ -26,6 +26,6 @@ buildKodiAddon rec { homepage = "http://dev.mysql.com/doc/connector-python/en/index.html"; description = "MySQL Connector/Python"; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/netflix/default.nix b/pkgs/applications/video/kodi/addons/netflix/default.nix index f40dc45da27eb..d360e2b3507a0 100644 --- a/pkgs/applications/video/kodi/addons/netflix/default.nix +++ b/pkgs/applications/video/kodi/addons/netflix/default.nix @@ -33,6 +33,7 @@ buildKodiAddon rec { homepage = "https://github.com/CastagnaIT/plugin.video.netflix"; description = "Netflix VOD Services Add-on"; license = licenses.mit; - maintainers = teams.kodi.members ++ [ maintainers.pks ]; + maintainers = [ maintainers.pks ]; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/orftvthek/default.nix b/pkgs/applications/video/kodi/addons/orftvthek/default.nix index f1e202f7ced0c..d8ecf5596b398 100644 --- a/pkgs/applications/video/kodi/addons/orftvthek/default.nix +++ b/pkgs/applications/video/kodi/addons/orftvthek/default.nix @@ -30,6 +30,6 @@ buildKodiAddon rec { homepage = "https://github.com/s0faking/plugin.video.orftvthek"; description = "Addon for accessing the Austrian ORF ON streaming service"; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/pdfreader/default.nix b/pkgs/applications/video/kodi/addons/pdfreader/default.nix index 49783ffef23f9..4eea80fe08a9d 100644 --- a/pkgs/applications/video/kodi/addons/pdfreader/default.nix +++ b/pkgs/applications/video/kodi/addons/pdfreader/default.nix @@ -21,6 +21,6 @@ buildKodiAddon rec { homepage = "https://forum.kodi.tv/showthread.php?tid=187421"; description = "Comic book reader"; license = licenses.gpl2Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/plugin-cache/default.nix b/pkgs/applications/video/kodi/addons/plugin-cache/default.nix index 62a445df85138..7e21281c31561 100644 --- a/pkgs/applications/video/kodi/addons/plugin-cache/default.nix +++ b/pkgs/applications/video/kodi/addons/plugin-cache/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/anxdpanic/script.common.plugin.cache"; description = "Common plugin cache"; license = licenses.gpl3Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix b/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix index 64cce5cd061a6..44e994b9f21f9 100644 --- a/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix +++ b/pkgs/applications/video/kodi/addons/pvr-hdhomerun/default.nix @@ -28,6 +28,6 @@ buildKodiBinaryAddon rec { description = "Kodi's HDHomeRun PVR client addon"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/pvr-hts/default.nix b/pkgs/applications/video/kodi/addons/pvr-hts/default.nix index 42a1962653c57..e7abb4e76abf7 100644 --- a/pkgs/applications/video/kodi/addons/pvr-hts/default.nix +++ b/pkgs/applications/video/kodi/addons/pvr-hts/default.nix @@ -21,6 +21,6 @@ buildKodiBinaryAddon rec { description = "Kodi's Tvheadend HTSP client addon"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix b/pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix index a1eb41a07b4f0..e41a4b32d48f8 100644 --- a/pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix +++ b/pkgs/applications/video/kodi/addons/pvr-iptvsimple/default.nix @@ -39,6 +39,6 @@ buildKodiBinaryAddon rec { description = "Kodi's IPTV Simple client addon"; platforms = platforms.all; license = licenses.gpl2Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/pvr-vdr-vnsi/default.nix b/pkgs/applications/video/kodi/addons/pvr-vdr-vnsi/default.nix index 330b38dbb15d6..a345f5255a261 100644 --- a/pkgs/applications/video/kodi/addons/pvr-vdr-vnsi/default.nix +++ b/pkgs/applications/video/kodi/addons/pvr-vdr-vnsi/default.nix @@ -24,6 +24,6 @@ buildKodiBinaryAddon rec { description = "Kodi's VDR VNSI PVR client addon"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/radioparadise/default.nix b/pkgs/applications/video/kodi/addons/radioparadise/default.nix index 09feb45561b4b..0f6bd31a094ab 100644 --- a/pkgs/applications/video/kodi/addons/radioparadise/default.nix +++ b/pkgs/applications/video/kodi/addons/radioparadise/default.nix @@ -32,6 +32,6 @@ buildKodiAddon rec { homepage = "https://github.com/alxndr42/script.radioparadise"; description = "Radio Paradise addon for Kodi"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/raiplay/default.nix b/pkgs/applications/video/kodi/addons/raiplay/default.nix index 084bc4e596e37..e28563254a87a 100644 --- a/pkgs/applications/video/kodi/addons/raiplay/default.nix +++ b/pkgs/applications/video/kodi/addons/raiplay/default.nix @@ -33,6 +33,6 @@ buildKodiAddon rec { homepage = "https://github.com/maxbambi/plugin.video.raitv/"; description = "Live radio and TV channels, latest 7 days of programming, broadcast archive, news"; license = licenses.gpl3Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/requests-cache/default.nix b/pkgs/applications/video/kodi/addons/requests-cache/default.nix index b809576e9ffc3..465d2cbd53a97 100644 --- a/pkgs/applications/video/kodi/addons/requests-cache/default.nix +++ b/pkgs/applications/video/kodi/addons/requests-cache/default.nix @@ -31,6 +31,6 @@ buildKodiAddon rec { homepage = "https://github.com/reclosedev/requests-cache"; description = "Persistent cache for requests library"; license = licenses.bsd2; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/requests/default.nix b/pkgs/applications/video/kodi/addons/requests/default.nix index 258e1791a3481..ca9ad2c75cd59 100644 --- a/pkgs/applications/video/kodi/addons/requests/default.nix +++ b/pkgs/applications/video/kodi/addons/requests/default.nix @@ -37,6 +37,6 @@ buildKodiAddon rec { homepage = "http://python-requests.org"; description = "Python HTTP for Humans"; license = licenses.asl20; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/robotocjksc/default.nix b/pkgs/applications/video/kodi/addons/robotocjksc/default.nix index 5ed3fa6345bf1..47b7e0ab22507 100644 --- a/pkgs/applications/video/kodi/addons/robotocjksc/default.nix +++ b/pkgs/applications/video/kodi/addons/robotocjksc/default.nix @@ -20,6 +20,6 @@ buildKodiAddon rec { homepage = "https://github.com/jurialmunkey/resource.font.robotocjksc"; description = "Roboto CJKSC fonts"; license = licenses.asl20; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/routing/default.nix b/pkgs/applications/video/kodi/addons/routing/default.nix index 08131bf4f8911..d0cb93791eaad 100644 --- a/pkgs/applications/video/kodi/addons/routing/default.nix +++ b/pkgs/applications/video/kodi/addons/routing/default.nix @@ -26,6 +26,6 @@ buildKodiAddon rec { homepage = "https://github.com/tamland/kodi-plugin-routing"; description = "Routing module for kodi plugins"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/sendtokodi/default.nix b/pkgs/applications/video/kodi/addons/sendtokodi/default.nix index dba58914feb19..6db0cb685c9ce 100644 --- a/pkgs/applications/video/kodi/addons/sendtokodi/default.nix +++ b/pkgs/applications/video/kodi/addons/sendtokodi/default.nix @@ -44,6 +44,7 @@ buildKodiAddon rec { homepage = "https://github.com/firsttris/plugin.video.sendtokodi"; description = "Plays various stream sites on Kodi using yt-dlp"; license = licenses.mit; - maintainers = teams.kodi.members ++ [ maintainers.pks ]; + maintainers = [ maintainers.pks ]; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/signals/default.nix b/pkgs/applications/video/kodi/addons/signals/default.nix index 8016c67366fe7..eab35bc94ca85 100644 --- a/pkgs/applications/video/kodi/addons/signals/default.nix +++ b/pkgs/applications/video/kodi/addons/signals/default.nix @@ -26,6 +26,6 @@ buildKodiAddon rec { homepage = "https://github.com/ruuk/script.module.addon.signals"; description = "Provides signal/slot mechanism for inter-addon communication"; license = licenses.lgpl21Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/simplecache/default.nix b/pkgs/applications/video/kodi/addons/simplecache/default.nix index 05f5da9f98483..4e97c9b42d379 100644 --- a/pkgs/applications/video/kodi/addons/simplecache/default.nix +++ b/pkgs/applications/video/kodi/addons/simplecache/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/kodi-community-addons/script.module.simplecache"; description = "A simple object cache for Kodi addons"; license = licenses.asl20; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/simplejson/default.nix b/pkgs/applications/video/kodi/addons/simplejson/default.nix index e54716d41257d..f9bf7cd6cae86 100644 --- a/pkgs/applications/video/kodi/addons/simplejson/default.nix +++ b/pkgs/applications/video/kodi/addons/simplejson/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/simplejson/simplejson"; description = "Simple, fast, extensible JSON encoder/decoder for Python"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/six/default.nix b/pkgs/applications/video/kodi/addons/six/default.nix index 0f07ec3cae79a..3a7a7ee500a70 100644 --- a/pkgs/applications/video/kodi/addons/six/default.nix +++ b/pkgs/applications/video/kodi/addons/six/default.nix @@ -24,6 +24,6 @@ buildKodiAddon rec { homepage = "https://pypi.org/project/six/"; description = "Python 2 and 3 compatibility utilities"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/skyvideoitalia/default.nix b/pkgs/applications/video/kodi/addons/skyvideoitalia/default.nix index f2cad94df53bb..07aafa148c96a 100644 --- a/pkgs/applications/video/kodi/addons/skyvideoitalia/default.nix +++ b/pkgs/applications/video/kodi/addons/skyvideoitalia/default.nix @@ -35,6 +35,6 @@ buildKodiAddon rec { homepage = "https://www.github.com/nixxo/plugin.video.skyvideoitalia"; description = "Show video content from the website of Sky Italia (video.sky.it). News, sport, entertainment and much more"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/somafm/default.nix b/pkgs/applications/video/kodi/addons/somafm/default.nix index 88a0a205eb376..a750daba98cfc 100644 --- a/pkgs/applications/video/kodi/addons/somafm/default.nix +++ b/pkgs/applications/video/kodi/addons/somafm/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/Soma-FM-Kodi-Add-On/plugin.audio.somafm"; description = "SomaFM addon for Kodi"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/sponsorblock/default.nix b/pkgs/applications/video/kodi/addons/sponsorblock/default.nix index fb9e9cdd6e6fa..1ec94912c27b6 100644 --- a/pkgs/applications/video/kodi/addons/sponsorblock/default.nix +++ b/pkgs/applications/video/kodi/addons/sponsorblock/default.nix @@ -30,6 +30,6 @@ buildKodiAddon rec { homepage = "https://github.com/siku2/script.service.sponsorblock"; description = "Port of SponsorBlock for Invidious and YouTube Plugin"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/steam-controller/default.nix b/pkgs/applications/video/kodi/addons/steam-controller/default.nix index 7d1c94fbc8434..212552ab4b18b 100644 --- a/pkgs/applications/video/kodi/addons/steam-controller/default.nix +++ b/pkgs/applications/video/kodi/addons/steam-controller/default.nix @@ -21,6 +21,6 @@ buildKodiBinaryAddon rec { meta = with lib; { description = "Binary addon for steam controller"; platforms = platforms.all; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/steam-launcher/default.nix b/pkgs/applications/video/kodi/addons/steam-launcher/default.nix index 678e2757d6fa6..d5e3bd6a5e40f 100644 --- a/pkgs/applications/video/kodi/addons/steam-launcher/default.nix +++ b/pkgs/applications/video/kodi/addons/steam-launcher/default.nix @@ -45,6 +45,6 @@ buildKodiAddon { configured via the addon. ''; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/steam-library/default.nix b/pkgs/applications/video/kodi/addons/steam-library/default.nix index e4434813c37c8..397d3452ae56e 100644 --- a/pkgs/applications/video/kodi/addons/steam-library/default.nix +++ b/pkgs/applications/video/kodi/addons/steam-library/default.nix @@ -29,6 +29,6 @@ buildKodiAddon rec { homepage = "https://github.com/aanderse/plugin.program.steam.library"; description = "View your entire Steam library right from Kodi"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/svtplay/default.nix b/pkgs/applications/video/kodi/addons/svtplay/default.nix index c301234682a4e..2c6e75fe86dea 100644 --- a/pkgs/applications/video/kodi/addons/svtplay/default.nix +++ b/pkgs/applications/video/kodi/addons/svtplay/default.nix @@ -26,7 +26,7 @@ buildKodiAddon rec { ''; platforms = platforms.all; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; broken = true; # no release for kodi 21 }; diff --git a/pkgs/applications/video/kodi/addons/texturemaker/default.nix b/pkgs/applications/video/kodi/addons/texturemaker/default.nix index bbbd3ff045537..51f6f909823d7 100644 --- a/pkgs/applications/video/kodi/addons/texturemaker/default.nix +++ b/pkgs/applications/video/kodi/addons/texturemaker/default.nix @@ -25,6 +25,6 @@ buildKodiAddon rec { homepage = "https://github.com/jurialmunkey/script.texturemaker/tree/main"; description = "Texture Maker helps skinners build gradient based textures"; license = licenses.gpl3Plus; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/trakt-module/default.nix b/pkgs/applications/video/kodi/addons/trakt-module/default.nix index 45456d182d18e..6232965179e65 100644 --- a/pkgs/applications/video/kodi/addons/trakt-module/default.nix +++ b/pkgs/applications/video/kodi/addons/trakt-module/default.nix @@ -35,6 +35,6 @@ buildKodiAddon rec { homepage = "https://github.com/Razzeee/script.module.trakt"; description = "Python trakt.py library packed for Kodi"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/trakt/default.nix b/pkgs/applications/video/kodi/addons/trakt/default.nix index 11ac06c60d566..df8f2224697df 100644 --- a/pkgs/applications/video/kodi/addons/trakt/default.nix +++ b/pkgs/applications/video/kodi/addons/trakt/default.nix @@ -33,6 +33,6 @@ buildKodiAddon rec { homepage = "https://kodi.wiki/view/Add-on:Trakt"; description = "Trakt.tv movie and TV show scrobbler for Kodi"; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/typing_extensions/default.nix b/pkgs/applications/video/kodi/addons/typing_extensions/default.nix index af7f94a82aec4..51e48fb33b77a 100644 --- a/pkgs/applications/video/kodi/addons/typing_extensions/default.nix +++ b/pkgs/applications/video/kodi/addons/typing_extensions/default.nix @@ -26,6 +26,6 @@ buildKodiAddon rec { homepage = "https://github.com/python/typing/tree/master/typing_extensions"; description = "Python typing extensions"; license = licenses.psfl; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/upnext/default.nix b/pkgs/applications/video/kodi/addons/upnext/default.nix index 051cd4788f1e6..591769343a82e 100644 --- a/pkgs/applications/video/kodi/addons/upnext/default.nix +++ b/pkgs/applications/video/kodi/addons/upnext/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://github.com/im85288/service.upnext"; description = "Up Next - Proposes to play the next episode automatically"; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/urllib3/default.nix b/pkgs/applications/video/kodi/addons/urllib3/default.nix index ba97017e8ffd7..f3aa3ac30c538 100644 --- a/pkgs/applications/video/kodi/addons/urllib3/default.nix +++ b/pkgs/applications/video/kodi/addons/urllib3/default.nix @@ -27,6 +27,6 @@ buildKodiAddon rec { homepage = "https://urllib3.readthedocs.io/en/latest/"; description = "HTTP library with thread-safe connection pooling, file post, and more"; license = licenses.mit; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/vfs-libarchive/default.nix b/pkgs/applications/video/kodi/addons/vfs-libarchive/default.nix index 752908d159ca1..5d3b338605e2e 100644 --- a/pkgs/applications/video/kodi/addons/vfs-libarchive/default.nix +++ b/pkgs/applications/video/kodi/addons/vfs-libarchive/default.nix @@ -37,6 +37,6 @@ buildKodiBinaryAddon rec { description = "LibArchive Virtual Filesystem add-on for Kodi"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/vfs-rar/default.nix b/pkgs/applications/video/kodi/addons/vfs-rar/default.nix index 298abe38e57f1..28a0a02877087 100644 --- a/pkgs/applications/video/kodi/addons/vfs-rar/default.nix +++ b/pkgs/applications/video/kodi/addons/vfs-rar/default.nix @@ -23,6 +23,6 @@ buildKodiBinaryAddon rec { description = "RAR archive Virtual Filesystem add-on for Kodi"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/vfs-sftp/default.nix b/pkgs/applications/video/kodi/addons/vfs-sftp/default.nix index 5314cf606c436..6c544f21fc916 100644 --- a/pkgs/applications/video/kodi/addons/vfs-sftp/default.nix +++ b/pkgs/applications/video/kodi/addons/vfs-sftp/default.nix @@ -29,6 +29,6 @@ buildKodiBinaryAddon rec { description = "SFTP Virtual Filesystem add-on for Kodi"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-fishbmc/default.nix b/pkgs/applications/video/kodi/addons/visualization-fishbmc/default.nix index 96ad51a136b31..dfd79938f53c4 100644 --- a/pkgs/applications/video/kodi/addons/visualization-fishbmc/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-fishbmc/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "FishBMC visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-goom/default.nix b/pkgs/applications/video/kodi/addons/visualization-goom/default.nix index bfc80fbf2b38a..c50458c11ee1b 100644 --- a/pkgs/applications/video/kodi/addons/visualization-goom/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-goom/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "Goom visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-matrix/default.nix b/pkgs/applications/video/kodi/addons/visualization-matrix/default.nix index 2839edcec7990..570952bc1747c 100644 --- a/pkgs/applications/video/kodi/addons/visualization-matrix/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-matrix/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "Matrix visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-pictureit/default.nix b/pkgs/applications/video/kodi/addons/visualization-pictureit/default.nix index f91cab16bf06d..e6d7a8130cf8e 100644 --- a/pkgs/applications/video/kodi/addons/visualization-pictureit/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-pictureit/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "PictureIt visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-projectm/default.nix b/pkgs/applications/video/kodi/addons/visualization-projectm/default.nix index b8355efc60a98..7c207dd4e33ea 100644 --- a/pkgs/applications/video/kodi/addons/visualization-projectm/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-projectm/default.nix @@ -33,6 +33,6 @@ buildKodiBinaryAddon rec { description = "Projectm visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-shadertoy/default.nix b/pkgs/applications/video/kodi/addons/visualization-shadertoy/default.nix index 77a871c967adb..6f1da4d23af82 100644 --- a/pkgs/applications/video/kodi/addons/visualization-shadertoy/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-shadertoy/default.nix @@ -33,6 +33,6 @@ buildKodiBinaryAddon rec { description = "Shadertoy visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-spectrum/default.nix b/pkgs/applications/video/kodi/addons/visualization-spectrum/default.nix index 6afbca9ca4a96..7de865a027041 100644 --- a/pkgs/applications/video/kodi/addons/visualization-spectrum/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-spectrum/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "Spectrum visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-starburst/default.nix b/pkgs/applications/video/kodi/addons/visualization-starburst/default.nix index 027f16f8e4249..ddc2acd6b0c24 100644 --- a/pkgs/applications/video/kodi/addons/visualization-starburst/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-starburst/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "Starburst visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/visualization-waveform/default.nix b/pkgs/applications/video/kodi/addons/visualization-waveform/default.nix index 6b8416a45d6d9..22fa4fb23aaa0 100644 --- a/pkgs/applications/video/kodi/addons/visualization-waveform/default.nix +++ b/pkgs/applications/video/kodi/addons/visualization-waveform/default.nix @@ -31,6 +31,6 @@ buildKodiBinaryAddon rec { description = "Waveform visualization for kodi"; platforms = platforms.all; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/websocket/default.nix b/pkgs/applications/video/kodi/addons/websocket/default.nix index d8a4cd381a219..b80060f77c159 100644 --- a/pkgs/applications/video/kodi/addons/websocket/default.nix +++ b/pkgs/applications/video/kodi/addons/websocket/default.nix @@ -32,6 +32,6 @@ buildKodiAddon rec { homepage = "https://github.com/websocket-client/websocket-client"; description = "WebSocket client for Python"; license = licenses.lgpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/xbmcswift2/default.nix b/pkgs/applications/video/kodi/addons/xbmcswift2/default.nix index bb9e68130c7ad..f647d5a986322 100644 --- a/pkgs/applications/video/kodi/addons/xbmcswift2/default.nix +++ b/pkgs/applications/video/kodi/addons/xbmcswift2/default.nix @@ -24,6 +24,6 @@ buildKodiAddon rec { homepage = "https://github.com/XBMC-Addons/script.module.xbmcswift2"; description = "Framework to ease development of Kodi addons"; license = licenses.gpl3Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/addons/youtube/default.nix b/pkgs/applications/video/kodi/addons/youtube/default.nix index fb4e6ebd7304c..7b96c42ef7103 100644 --- a/pkgs/applications/video/kodi/addons/youtube/default.nix +++ b/pkgs/applications/video/kodi/addons/youtube/default.nix @@ -33,6 +33,6 @@ buildKodiAddon rec { homepage = "https://github.com/anxdpanic/plugin.video.youtube"; description = "YouTube is one of the biggest video-sharing websites of the world"; license = licenses.gpl2Only; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/applications/video/kodi/unwrapped.nix b/pkgs/applications/video/kodi/unwrapped.nix index 9d19c210b873f..4012b94eb4504 100644 --- a/pkgs/applications/video/kodi/unwrapped.nix +++ b/pkgs/applications/video/kodi/unwrapped.nix @@ -473,7 +473,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://kodi.tv/"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; mainProgram = "kodi"; }; }) diff --git a/pkgs/applications/virtualization/cri-o/default.nix b/pkgs/applications/virtualization/cri-o/default.nix index fc57f0cf270dc..94e3374fe7d48 100644 --- a/pkgs/applications/virtualization/cri-o/default.nix +++ b/pkgs/applications/virtualization/cri-o/default.nix @@ -85,7 +85,7 @@ buildGoModule rec { Kubernetes Container Runtime Interface ''; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; platforms = platforms.linux; }; } diff --git a/pkgs/applications/virtualization/podman-compose/default.nix b/pkgs/applications/virtualization/podman-compose/default.nix index a50dfb78ceecc..3de44cdc0039d 100644 --- a/pkgs/applications/virtualization/podman-compose/default.nix +++ b/pkgs/applications/virtualization/podman-compose/default.nix @@ -35,7 +35,8 @@ buildPythonApplication rec { homepage = "https://github.com/containers/podman-compose"; license = lib.licenses.gpl2Only; platforms = lib.platforms.unix; - maintainers = [ lib.maintainers.sikmir ] ++ lib.teams.podman.members; + maintainers = [ lib.maintainers.sikmir ]; + teams = [ lib.teams.podman ]; mainProgram = "podman-compose"; }; } diff --git a/pkgs/applications/virtualization/qemu/default.nix b/pkgs/applications/virtualization/qemu/default.nix index 7c9d5c30312a3..1bb8bb429e641 100644 --- a/pkgs/applications/virtualization/qemu/default.nix +++ b/pkgs/applications/virtualization/qemu/default.nix @@ -436,7 +436,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.qemu.org/"; description = "Generic and open source machine emulator and virtualizer"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ qyliss ] ++ lib.optionals xenSupport xen.meta.maintainers; + maintainers = with maintainers; [ qyliss ]; + teams = lib.optionals xenSupport xen.meta.teams; platforms = platforms.unix; } # toolsOnly: Does not have qemu-kvm and there's no main support tool diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix index 5c41bc86d7190..ac447a552785f 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix @@ -33,7 +33,7 @@ let homepage = "https://github.com/hyprwm/hyprland-plugins"; description = "Hyprland ${description} plugin"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; inherit (hyprland.meta) platforms; }; } diff --git a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix index 23cb137956957..c4fcab1949b17 100644 --- a/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/default.nix @@ -96,7 +96,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v${finalAttrs.version}"; mainProgram = "hyprland-share-picker"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/applications/window-managers/stumpwm/default.nix b/pkgs/applications/window-managers/stumpwm/default.nix index be926cdc5a822..13f1922720389 100644 --- a/pkgs/applications/window-managers/stumpwm/default.nix +++ b/pkgs/applications/window-managers/stumpwm/default.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://stumpwm.github.io/"; license = lib.licenses.gpl2Plus; mainProgram = "stumpwm"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/applications/window-managers/wayfire/firedecor.nix b/pkgs/applications/window-managers/wayfire/firedecor.nix index 573a78abb0bcf..f0fbd1f85cd1a 100644 --- a/pkgs/applications/window-managers/wayfire/firedecor.nix +++ b/pkgs/applications/window-managers/wayfire/firedecor.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/mntmn/Firedecor"; description = "Advanced window decoration plugin for the Wayfire window manager"; license = licenses.mit; - inherit (mate.mate-wayland-session.meta) maintainers; + inherit (mate.mate-wayland-session.meta) teams; inherit (wayfire.meta) platforms; }; }) diff --git a/pkgs/build-support/testers/hasPkgConfigModules/tester.nix b/pkgs/build-support/testers/hasPkgConfigModules/tester.nix index b48e98be7d8ce..1d9e3ff509860 100644 --- a/pkgs/build-support/testers/hasPkgConfigModules/tester.nix +++ b/pkgs/build-support/testers/hasPkgConfigModules/tester.nix @@ -32,6 +32,7 @@ runCommand testName insecure = throw "unused"; license = throw "unused"; maintainers = throw "unused"; + teams = throw "unused"; platforms = throw "unused"; unfree = throw "unused"; unsupported = throw "unused"; diff --git a/pkgs/build-support/xen/default.nix b/pkgs/build-support/xen/default.nix index 2c80d8ab1d8ee..dd3a16de26ce1 100644 --- a/pkgs/build-support/xen/default.nix +++ b/pkgs/build-support/xen/default.nix @@ -363,7 +363,7 @@ stdenv.mkDerivation (finalAttrs: { mit ]; - maintainers = teams.xen.members; + teams = [ teams.xen ]; knownVulnerabilities = optional (versionOlder version minSupportedVersion) "The Xen Project Hypervisor version ${version} is no longer supported by the Xen Project Security Team. See https://xenbits.xenproject.org/docs/unstable/support-matrix.html"; mainProgram = "xl"; diff --git a/pkgs/by-name/aa/aapt/package.nix b/pkgs/by-name/aa/aapt/package.nix index 53bec816b8158..c7767eebe559a 100644 --- a/pkgs/by-name/aa/aapt/package.nix +++ b/pkgs/by-name/aa/aapt/package.nix @@ -50,7 +50,8 @@ stdenvNoCC.mkDerivation rec { mainProgram = "aapt2"; homepage = "https://developer.android.com/tools/aapt2"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ linsui ] ++ lib.teams.android.members; + maintainers = with lib.maintainers; [ linsui ]; + teams = [ lib.teams.android ]; platforms = lib.platforms.unix; badPlatforms = [ # The linux executable only supports x86_64 diff --git a/pkgs/by-name/aa/aardvark-dns/package.nix b/pkgs/by-name/aa/aardvark-dns/package.nix index f946ea4ba59f7..9d474256795a1 100644 --- a/pkgs/by-name/aa/aardvark-dns/package.nix +++ b/pkgs/by-name/aa/aardvark-dns/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "Authoritative dns server for A/AAAA container records"; homepage = "https://github.com/containers/aardvark-dns"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; platforms = platforms.linux; mainProgram = "aardvark-dns"; }; diff --git a/pkgs/by-name/ac/accerciser/package.nix b/pkgs/by-name/ac/accerciser/package.nix index 1a2ed9adf4a45..d8a3ed5b2fbe7 100644 --- a/pkgs/by-name/ac/accerciser/package.nix +++ b/pkgs/by-name/ac/accerciser/package.nix @@ -74,7 +74,7 @@ python3.pkgs.buildPythonApplication rec { changelog = "https://gitlab.gnome.org/GNOME/accerciser/-/blob/${version}/NEWS?ref_type=tags"; description = "Interactive Python accessibility explorer"; mainProgram = "accerciser"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.bsd3; platforms = platforms.linux; }; diff --git a/pkgs/by-name/ac/accountsservice/package.nix b/pkgs/by-name/ac/accountsservice/package.nix index c236ebf9c706e..49ec225068b10 100644 --- a/pkgs/by-name/ac/accountsservice/package.nix +++ b/pkgs/by-name/ac/accountsservice/package.nix @@ -104,7 +104,8 @@ stdenv.mkDerivation rec { description = "D-Bus interface for user account query and manipulation"; homepage = "https://www.freedesktop.org/wiki/Software/AccountsService"; license = licenses.gpl3Plus; - maintainers = teams.freedesktop.members ++ (with maintainers; [ pSub ]); + maintainers = with maintainers; [ pSub ]; + teams = [ teams.freedesktop ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ac/acme-sh/package.nix b/pkgs/by-name/ac/acme-sh/package.nix index 21464579d61ad..b114d7a7e3228 100644 --- a/pkgs/by-name/ac/acme-sh/package.nix +++ b/pkgs/by-name/ac/acme-sh/package.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation rec { - Cron job notifications for renewal or error etc. ''; license = licenses.gpl3Only; - maintainers = lib.teams.serokell.members; + teams = [ lib.teams.serokell ]; inherit (coreutils.meta) platforms; mainProgram = "acme.sh"; }; diff --git a/pkgs/by-name/ad/adwaita-fonts/package.nix b/pkgs/by-name/ad/adwaita-fonts/package.nix index d1b044794793d..b47d77a853343 100644 --- a/pkgs/by-name/ad/adwaita-fonts/package.nix +++ b/pkgs/by-name/ad/adwaita-fonts/package.nix @@ -32,6 +32,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/adwaita-fonts"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.qxrein ] ++ lib.teams.gnome.members; + maintainers = [ lib.maintainers.qxrein ]; + teams = [ lib.teams.gnome ]; }; }) diff --git a/pkgs/by-name/ad/adwaita-icon-theme-legacy/package.nix b/pkgs/by-name/ad/adwaita-icon-theme-legacy/package.nix index 62686f251f164..e798acf99c7bb 100644 --- a/pkgs/by-name/ad/adwaita-icon-theme-legacy/package.nix +++ b/pkgs/by-name/ad/adwaita-icon-theme-legacy/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme-legacy"; changelog = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme-legacy/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.cc-by-sa-30; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.all; }; }) diff --git a/pkgs/by-name/ad/adwaita-icon-theme/package.nix b/pkgs/by-name/ad/adwaita-icon-theme/package.nix index 567c1e1527a93..1566d31a54f0e 100644 --- a/pkgs/by-name/ad/adwaita-icon-theme/package.nix +++ b/pkgs/by-name/ad/adwaita-icon-theme/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme"; changelog = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/blob/${version}/NEWS?ref_type=tags"; platforms = with platforms; linux ++ darwin; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.cc-by-sa-30; }; } diff --git a/pkgs/by-name/ag/agenda/package.nix b/pkgs/by-name/ag/agenda/package.nix index ee1d83855686e..b3553b8eb1b58 100644 --- a/pkgs/by-name/ag/agenda/package.nix +++ b/pkgs/by-name/ag/agenda/package.nix @@ -59,7 +59,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Simple, fast, no-nonsense to-do (task) list designed for elementary OS"; homepage = "https://github.com/dahenson/agenda"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3; mainProgram = "com.github.dahenson.agenda"; diff --git a/pkgs/by-name/ai/aisleriot/package.nix b/pkgs/by-name/ai/aisleriot/package.nix index 25752df904256..d68221a233843 100644 --- a/pkgs/by-name/ai/aisleriot/package.nix +++ b/pkgs/by-name/ai/aisleriot/package.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/aisleriot"; description = "Collection of patience games written in guile scheme"; mainProgram = "sol"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/ak/akira-unstable/package.nix b/pkgs/by-name/ak/akira-unstable/package.nix index c6b880c69e5c8..43b8de632e5c6 100644 --- a/pkgs/by-name/ak/akira-unstable/package.nix +++ b/pkgs/by-name/ak/akira-unstable/package.nix @@ -68,13 +68,11 @@ stdenv.mkDerivation rec { description = "Native Linux Design application built in Vala and GTK"; homepage = "https://github.com/akiraux/Akira"; license = licenses.gpl3Plus; - maintainers = - with maintainers; - [ - Br1ght0ne - neonfuz - ] - ++ teams.pantheon.members; + maintainers = with maintainers; [ + Br1ght0ne + neonfuz + ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.akiraux.akira"; }; diff --git a/pkgs/by-name/al/alive2/package.nix b/pkgs/by-name/al/alive2/package.nix index 89a3587a85b84..fce8f5472147b 100644 --- a/pkgs/by-name/al/alive2/package.nix +++ b/pkgs/by-name/al/alive2/package.nix @@ -66,7 +66,8 @@ clangStdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/AliveToolkit/alive2"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ shogo ] ++ lib.teams.ngi.members; + maintainers = with lib.maintainers; [ shogo ]; + teams = [ lib.teams.ngi ]; mainProgram = "alive"; }; }) diff --git a/pkgs/by-name/al/almanah/package.nix b/pkgs/by-name/al/almanah/package.nix index d5635b6d51fa4..3a08d10ab794a 100644 --- a/pkgs/by-name/al/almanah/package.nix +++ b/pkgs/by-name/al/almanah/package.nix @@ -73,6 +73,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/almanah"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/am/amberol/package.nix b/pkgs/by-name/am/amberol/package.nix index 7c0c6a63c1d38..67c87323b67b3 100644 --- a/pkgs/by-name/am/amberol/package.nix +++ b/pkgs/by-name/am/amberol/package.nix @@ -80,7 +80,8 @@ stdenv.mkDerivation rec { meta = { homepage = "https://gitlab.gnome.org/World/amberol"; description = "Small and simple sound and music player"; - maintainers = with lib.maintainers; [ linsui ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ linsui ]; + teams = [ lib.teams.gnome-circle ]; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; mainProgram = "amberol"; diff --git a/pkgs/by-name/an/android-studio-tools/package.nix b/pkgs/by-name/an/android-studio-tools/package.nix index 9dc7a96aae58c..271051255c317 100644 --- a/pkgs/by-name/an/android-studio-tools/package.nix +++ b/pkgs/by-name/an/android-studio-tools/package.nix @@ -51,7 +51,8 @@ stdenvNoCC.mkDerivation { downloadPage = "https://developer.android.com/studio"; changelog = "https://developer.android.com/studio/releases"; license = lib.licenses.unfree; - maintainers = lib.teams.android.members ++ (with lib.maintainers; [ pandapip1 ]); + maintainers = with lib.maintainers; [ pandapip1 ]; + teams = [ lib.teams.android ]; platforms = lib.platforms.all; sourceProvenance = with lib.sourceTypes; [ fromSource ]; # The 'binaries' are actually shell scripts }; diff --git a/pkgs/by-name/an/android-udev-rules/package.nix b/pkgs/by-name/an/android-udev-rules/package.nix index 1fd76fd1a44b7..402f598a10d55 100644 --- a/pkgs/by-name/an/android-udev-rules/package.nix +++ b/pkgs/by-name/an/android-udev-rules/package.nix @@ -30,6 +30,7 @@ stdenv.mkDerivation rec { description = "Android udev rules list aimed to be the most comprehensive on the net"; platforms = platforms.linux; license = licenses.gpl3Plus; - maintainers = lib.teams.android.members ++ (with maintainers; [ abbradar ]); + maintainers = with maintainers; [ abbradar ]; + teams = [ lib.teams.android ]; }; } diff --git a/pkgs/by-name/an/ant/package.nix b/pkgs/by-name/an/ant/package.nix index 073c14a0b57e3..a6b4b115d3730 100644 --- a/pkgs/by-name/an/ant/package.nix +++ b/pkgs/by-name/an/ant/package.nix @@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: { sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; license = lib.licenses.asl20; - maintainers = [ ] ++ lib.teams.java.members; + teams = [ lib.teams.java ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/ap/apostrophe/package.nix b/pkgs/by-name/ap/apostrophe/package.nix index 955113945be49..9321570e25838 100644 --- a/pkgs/by-name/ap/apostrophe/package.nix +++ b/pkgs/by-name/ap/apostrophe/package.nix @@ -107,12 +107,10 @@ python3Packages.buildPythonApplication { description = "Distraction free Markdown editor for GNU/Linux"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = - with lib.maintainers; - [ - sternenseemann - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + sternenseemann + ]; + teams = [ lib.teams.gnome-circle ]; mainProgram = "apostrophe"; }; } diff --git a/pkgs/by-name/ap/appeditor/package.nix b/pkgs/by-name/ap/appeditor/package.nix index 989345f505cbb..c5265297083d8 100644 --- a/pkgs/by-name/ap/appeditor/package.nix +++ b/pkgs/by-name/ap/appeditor/package.nix @@ -56,7 +56,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Edit the Pantheon desktop application menu"; homepage = "https://github.com/donadigo/appeditor"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.donadigo.appeditor"; diff --git a/pkgs/by-name/ap/apple-sdk/common/add-core-symbolication.nix b/pkgs/by-name/ap/apple-sdk/common/add-core-symbolication.nix index 7bb655a1863b7..ebf7bf69ca300 100644 --- a/pkgs/by-name/ap/apple-sdk/common/add-core-symbolication.nix +++ b/pkgs/by-name/ap/apple-sdk/common/add-core-symbolication.nix @@ -34,7 +34,7 @@ let description = "Reverse engineered headers for Apple's CoreSymbolication framework"; homepage = "https://github.com/matthewbauer/CoreSymbolication"; license = lib.licenses.mit; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; }; }); diff --git a/pkgs/by-name/ap/apple-sdk/package.nix b/pkgs/by-name/ap/apple-sdk/package.nix index f413de4603ecc..04b32f07a6424 100644 --- a/pkgs/by-name/ap/apple-sdk/package.nix +++ b/pkgs/by-name/ap/apple-sdk/package.nix @@ -108,7 +108,7 @@ stdenvNoCC.mkDerivation ( meta = { description = "Frameworks and libraries required for building packages on Darwin"; homepage = "https://developer.apple.com"; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; badPlatforms = [ lib.systems.inspect.patterns.is32bit ]; }; diff --git a/pkgs/by-name/ap/aptly/package.nix b/pkgs/by-name/ap/aptly/package.nix index 2be2908a70201..9987d43bbb8d7 100644 --- a/pkgs/by-name/ap/aptly/package.nix +++ b/pkgs/by-name/ap/aptly/package.nix @@ -64,8 +64,9 @@ buildGoModule (finalAttrs: { homepage = "https://www.aptly.info"; description = "Debian repository management tool"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.montag451 ] ++ lib.teams.bitnomial.members; changelog = "https://github.com/aptly-dev/aptly/releases/tag/v${finalAttrs.version}"; + maintainers = [ lib.maintainers.montag451 ]; + teams = [ lib.teams.bitnomial ]; mainProgram = "aptly"; }; }) diff --git a/pkgs/by-name/aq/aquamarine/package.nix b/pkgs/by-name/aq/aquamarine/package.nix index 80a34de0a0e7d..26af9529aa983 100644 --- a/pkgs/by-name/aq/aquamarine/package.nix +++ b/pkgs/by-name/aq/aquamarine/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { description = "A very light linux rendering backend library"; homepage = "https://github.com/hyprwm/aquamarine"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; platforms = lib.platforms.linux ++ lib.platforms.freebsd; }; }) diff --git a/pkgs/by-name/ar/arouteserver/package.nix b/pkgs/by-name/ar/arouteserver/package.nix index 4f37d09e6b84c..331d761fad15a 100644 --- a/pkgs/by-name/ar/arouteserver/package.nix +++ b/pkgs/by-name/ar/arouteserver/package.nix @@ -59,6 +59,7 @@ python3Packages.buildPythonPackage rec { homepage = "https://github.com/pierky/arouteserver"; changelog = "https://github.com/pierky/arouteserver/blob/v${version}/CHANGES.rst"; license = with lib.licenses; [ gpl3Only ]; - maintainers = lib.teams.wdz.members ++ (with lib.maintainers; [ marcel ]); + maintainers = with lib.maintainers; [ marcel ]; + teams = [ lib.teams.wdz ]; }; } diff --git a/pkgs/by-name/at/at-spi2-core/package.nix b/pkgs/by-name/at/at-spi2-core/package.nix index 761b2a5741f1c..d4de5e0ff027d 100644 --- a/pkgs/by-name/at/at-spi2-core/package.nix +++ b/pkgs/by-name/at/at-spi2-core/package.nix @@ -111,7 +111,8 @@ stdenv.mkDerivation rec { description = "Assistive Technology Service Provider Interface protocol definitions and daemon for D-Bus"; homepage = "https://gitlab.gnome.org/GNOME/at-spi2-core"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]); + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/at/atmos/package.nix b/pkgs/by-name/at/atmos/package.nix index f4f5ac70cf52a..7a05f4b768cbe 100644 --- a/pkgs/by-name/at/atmos/package.nix +++ b/pkgs/by-name/at/atmos/package.nix @@ -46,6 +46,6 @@ buildGoModule rec { description = "Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)"; mainProgram = "atmos"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.cloudposse.members; + teams = [ teams.cloudposse ]; }; } diff --git a/pkgs/by-name/at/atomix/package.nix b/pkgs/by-name/at/atomix/package.nix index a7f3f8f01f6fc..9a9919630f831 100644 --- a/pkgs/by-name/at/atomix/package.nix +++ b/pkgs/by-name/at/atomix/package.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/atomix"; changelog = "https://gitlab.gnome.org/GNOME/atomix/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/au/audio-sharing/package.nix b/pkgs/by-name/au/audio-sharing/package.nix index 955d8ad736e37..3f4fe10a07dd7 100644 --- a/pkgs/by-name/au/audio-sharing/package.nix +++ b/pkgs/by-name/au/audio-sharing/package.nix @@ -74,7 +74,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/World/AudioSharing"; description = "Automatically share the current audio playback in the form of an RTSP stream"; mainProgram = "audio-sharing"; - maintainers = with maintainers; [ benediktbroich ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ benediktbroich ]; + teams = [ teams.gnome-circle ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/au/authenticator/package.nix b/pkgs/by-name/au/authenticator/package.nix index 53946da438835..082bada63e836 100644 --- a/pkgs/by-name/au/authenticator/package.nix +++ b/pkgs/by-name/au/authenticator/package.nix @@ -92,7 +92,8 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "authenticator"; homepage = "https://gitlab.gnome.org/World/Authenticator"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ austinbutler ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ austinbutler ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/az/azure-cli/package.nix b/pkgs/by-name/az/azure-cli/package.nix index 65f4d5153f021..8d959f6e5e49e 100644 --- a/pkgs/by-name/az/azure-cli/package.nix +++ b/pkgs/by-name/az/azure-cli/package.nix @@ -473,7 +473,8 @@ py.pkgs.toPythonApplication ( sourceProvenance = [ lib.sourceTypes.fromSource ]; license = lib.licenses.mit; mainProgram = "az"; - maintainers = with lib.maintainers; [ katexochen ] ++ lib.teams.stridtech.members; + maintainers = with lib.maintainers; [ katexochen ]; + teams = [ lib.teams.stridtech ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/by-name/ba/bamf/package.nix b/pkgs/by-name/ba/bamf/package.nix index d79106094b6dc..f19d19ce426cd 100644 --- a/pkgs/by-name/ba/bamf/package.nix +++ b/pkgs/by-name/ba/bamf/package.nix @@ -96,6 +96,7 @@ stdenv.mkDerivation rec { homepage = "https://launchpad.net/bamf"; license = licenses.lgpl3; platforms = platforms.linux; - maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members; + maintainers = with maintainers; [ davidak ]; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/by-name/ba/baobab/package.nix b/pkgs/by-name/ba/baobab/package.nix index 5f086e1725315..a54268e3c78d0 100644 --- a/pkgs/by-name/ba/baobab/package.nix +++ b/pkgs/by-name/ba/baobab/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { mainProgram = "baobab"; homepage = "https://apps.gnome.org/Baobab/"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ba/bazel-buildtools/package.nix b/pkgs/by-name/ba/bazel-buildtools/package.nix index 4b51c84c5ab6d..d3f01b6d15b95 100644 --- a/pkgs/by-name/ba/bazel-buildtools/package.nix +++ b/pkgs/by-name/ba/bazel-buildtools/package.nix @@ -39,12 +39,10 @@ buildGoModule rec { homepage = "https://github.com/bazelbuild/buildtools"; changelog = "https://github.com/bazelbuild/buildtools/releases/tag/v${version}"; license = licenses.asl20; - maintainers = - with maintainers; - [ - elasticdog - uri-canva - ] - ++ lib.teams.bazel.members; + maintainers = with maintainers; [ + elasticdog + uri-canva + ]; + teams = [ teams.bazel ]; }; } diff --git a/pkgs/by-name/ba/bazel-remote/package.nix b/pkgs/by-name/ba/bazel-remote/package.nix index bfe3fe7b9744e..32d59558c6131 100644 --- a/pkgs/by-name/ba/bazel-remote/package.nix +++ b/pkgs/by-name/ba/bazel-remote/package.nix @@ -33,7 +33,7 @@ buildGoModule rec { mainProgram = "bazel-remote"; changelog = "https://github.com/buchgr/bazel-remote/releases/tag/v${version}"; license = licenses.asl20; - maintainers = lib.teams.bazel.members; + teams = [ lib.teams.bazel ]; platforms = platforms.darwin ++ platforms.linux; }; } diff --git a/pkgs/by-name/bi/biblioteca/package.nix b/pkgs/by-name/bi/biblioteca/package.nix index 8e04e854367b4..7f6d8fa5359d8 100644 --- a/pkgs/by-name/bi/biblioteca/package.nix +++ b/pkgs/by-name/bi/biblioteca/package.nix @@ -101,7 +101,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://apps.gnome.org/Biblioteca/"; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ bot-wxt1221 ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ bot-wxt1221 ]; + teams = [ lib.teams.gnome-circle ]; license = lib.licenses.gpl3Only; description = "Documentation viewer for GNOME"; mainProgram = "biblioteca"; diff --git a/pkgs/by-name/bi/bicep-lsp/package.nix b/pkgs/by-name/bi/bicep-lsp/package.nix index baaa4deb70626..9fdb1381dc862 100644 --- a/pkgs/by-name/bi/bicep-lsp/package.nix +++ b/pkgs/by-name/bi/bicep-lsp/package.nix @@ -50,7 +50,7 @@ buildDotnetModule rec { homepage = "https://github.com/Azure/bicep/"; changelog = "https://github.com/Azure/bicep/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ ] ++ lib.teams.stridtech.members; + teams = [ lib.teams.stridtech ]; platforms = lib.platforms.all; badPlatforms = [ "aarch64-linux" ]; }; diff --git a/pkgs/by-name/bi/bicep/package.nix b/pkgs/by-name/bi/bicep/package.nix index ee9dcb13c301a..93b93e318cbd8 100644 --- a/pkgs/by-name/bi/bicep/package.nix +++ b/pkgs/by-name/bi/bicep/package.nix @@ -56,7 +56,8 @@ buildDotnetModule rec { homepage = "https://github.com/Azure/bicep/"; changelog = "https://github.com/Azure/bicep/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ khaneliman ] ++ lib.teams.stridtech.members; + maintainers = with lib.maintainers; [ khaneliman ]; + teams = [ lib.teams.stridtech ]; mainProgram = "bicep"; }; } diff --git a/pkgs/by-name/bi/binary/package.nix b/pkgs/by-name/bi/binary/package.nix index ef5e300418e89..b1c9126cdb5b8 100644 --- a/pkgs/by-name/bi/binary/package.nix +++ b/pkgs/by-name/bi/binary/package.nix @@ -66,7 +66,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/fizzyizzy05/binary"; changelog = "https://github.com/fizzyizzy05/binary/releases/tag/${version}"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; mainProgram = "binary"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/bl/blanket/package.nix b/pkgs/by-name/bl/blanket/package.nix index 631bc50629216..e83a89c6e3d54 100644 --- a/pkgs/by-name/bl/blanket/package.nix +++ b/pkgs/by-name/bl/blanket/package.nix @@ -72,12 +72,10 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/rafaelmardojai/blanket"; license = lib.licenses.gpl3Plus; mainProgram = "blanket"; - maintainers = - with lib.maintainers; - [ - onny - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + onny + ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/bn/bngblaster/package.nix b/pkgs/by-name/bn/bngblaster/package.nix index e737a3374f5f0..59509c3cd12c6 100644 --- a/pkgs/by-name/bn/bngblaster/package.nix +++ b/pkgs/by-name/bn/bngblaster/package.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/rtbrick/bngblaster/"; changelog = "https://github.com/rtbrick/bngblaster/releases/tag/${finalAttrs.version}"; license = licenses.bsd3; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; badPlatforms = platforms.darwin; }; }) diff --git a/pkgs/by-name/bo/boatswain/package.nix b/pkgs/by-name/bo/boatswain/package.nix index 2296f2cd057d5..3fa4136244718 100644 --- a/pkgs/by-name/bo/boatswain/package.nix +++ b/pkgs/by-name/bo/boatswain/package.nix @@ -70,7 +70,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/World/boatswain"; changelog = "https://gitlab.gnome.org/World/boatswain/-/releases/${finalAttrs.version}"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ _0xMRTT ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ _0xMRTT ]; + teams = [ lib.teams.gnome-circle ]; mainProgram = "boatswain"; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; diff --git a/pkgs/by-name/bo/book-summary/package.nix b/pkgs/by-name/bo/book-summary/package.nix index 1d8e5ce13bebd..961d19229d240 100644 --- a/pkgs/by-name/bo/book-summary/package.nix +++ b/pkgs/by-name/bo/book-summary/package.nix @@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "book-summary"; homepage = "https://github.com/dvogt23/book-summary"; license = licenses.mit; - maintainers = with teams; iog.members; + teams = with teams; [ iog ]; }; } diff --git a/pkgs/by-name/bo/bootspec/package.nix b/pkgs/by-name/bo/bootspec/package.nix index 8ba4b349371cf..b34ef43d0b2a6 100644 --- a/pkgs/by-name/bo/bootspec/package.nix +++ b/pkgs/by-name/bo/bootspec/package.nix @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { description = "Implementation of RFC-0125's datatype and synthesis tooling"; homepage = "https://github.com/DeterminateSystems/bootspec"; license = licenses.mit; - maintainers = teams.determinatesystems.members; + teams = [ teams.determinatesystems ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/br/brial/package.nix b/pkgs/by-name/br/brial/package.nix index d82ac052d7374..6e3ab205ccbc9 100644 --- a/pkgs/by-name/br/brial/package.nix +++ b/pkgs/by-name/br/brial/package.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/BRiAl/BRiAl"; description = "Legacy version of PolyBoRi maintained by sagemath developers"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/bu/budgie-analogue-clock-applet/package.nix b/pkgs/by-name/bu/budgie-analogue-clock-applet/package.nix index fe3c54487f6d0..6031bb4054570 100644 --- a/pkgs/by-name/bu/budgie-analogue-clock-applet/package.nix +++ b/pkgs/by-name/bu/budgie-analogue-clock-applet/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/samlane-ma/analogue-clock-applet"; changelog = "https://github.com/samlane-ma/analogue-clock-applet/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/bu/budgie-backgrounds/package.nix b/pkgs/by-name/bu/budgie-backgrounds/package.nix index 576f600fe731e..b4f7b502ace63 100644 --- a/pkgs/by-name/bu/budgie-backgrounds/package.nix +++ b/pkgs/by-name/bu/budgie-backgrounds/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/BuddiesOfBudgie/budgie-backgrounds"; changelog = "https://github.com/BuddiesOfBudgie/budgie-backgrounds/releases/tag/v${finalAttrs.version}"; license = lib.licenses.cc0; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/bu/budgie-control-center/package.nix b/pkgs/by-name/bu/budgie-control-center/package.nix index 1e97c87364d88..6e45b327e7a46 100644 --- a/pkgs/by-name/bu/budgie-control-center/package.nix +++ b/pkgs/by-name/bu/budgie-control-center/package.nix @@ -198,7 +198,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/BuddiesOfBudgie/budgie-control-center"; changelog = "https://github.com/BuddiesOfBudgie/budgie-control-center/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl2Plus; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; mainProgram = "budgie-control-center"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/bu/budgie-desktop-view/package.nix b/pkgs/by-name/bu/budgie-desktop-view/package.nix index 601f43fae1e76..f59d65b5d73ee 100644 --- a/pkgs/by-name/bu/budgie-desktop-view/package.nix +++ b/pkgs/by-name/bu/budgie-desktop-view/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/BuddiesOfBudgie/budgie-desktop-view"; changelog = "https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; mainProgram = "org.buddiesofbudgie.budgie-desktop-view"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/bu/budgie-desktop-with-plugins/package.nix b/pkgs/by-name/bu/budgie-desktop-with-plugins/package.nix index 2e09fcf99e41c..e83ab613bfa3d 100644 --- a/pkgs/by-name/bu/budgie-desktop-with-plugins/package.nix +++ b/pkgs/by-name/bu/budgie-desktop-with-plugins/package.nix @@ -54,7 +54,7 @@ stdenv.mkDerivation { homepage changelog license - maintainers + teams platforms ; }; diff --git a/pkgs/by-name/bu/budgie-desktop/package.nix b/pkgs/by-name/bu/budgie-desktop/package.nix index 6126ba0dd6e07..af08bcacfeeca 100644 --- a/pkgs/by-name/bu/budgie-desktop/package.nix +++ b/pkgs/by-name/bu/budgie-desktop/package.nix @@ -145,7 +145,7 @@ stdenv.mkDerivation (finalAttrs: { lgpl21Plus cc-by-sa-30 ]; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; platforms = lib.platforms.linux; pkgConfigModules = [ "budgie-1.0" diff --git a/pkgs/by-name/bu/budgie-media-player-applet/package.nix b/pkgs/by-name/bu/budgie-media-player-applet/package.nix index cf44c39eae722..4f8c0a67a321b 100644 --- a/pkgs/by-name/bu/budgie-media-player-applet/package.nix +++ b/pkgs/by-name/bu/budgie-media-player-applet/package.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/zalesyc/budgie-media-player-applet/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; }; }) diff --git a/pkgs/by-name/bu/budgie-screensaver/package.nix b/pkgs/by-name/bu/budgie-screensaver/package.nix index 85aeef52ec9ec..355e811a2b85e 100644 --- a/pkgs/by-name/bu/budgie-screensaver/package.nix +++ b/pkgs/by-name/bu/budgie-screensaver/package.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/BuddiesOfBudgie/budgie-screensaver"; changelog = "https://github.com/BuddiesOfBudgie/budgie-screensaver/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl2Only; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; mainProgram = "budgie-screensaver"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/bu/budgie-session/package.nix b/pkgs/by-name/bu/budgie-session/package.nix index 7170bf16474cf..93889789d3602 100644 --- a/pkgs/by-name/bu/budgie-session/package.nix +++ b/pkgs/by-name/bu/budgie-session/package.nix @@ -107,7 +107,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/BuddiesOfBudgie/budgie-session"; changelog = "https://github.com/BuddiesOfBudgie/budgie-session/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl2Plus; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/bu/budgie-user-indicator-redux/package.nix b/pkgs/by-name/bu/budgie-user-indicator-redux/package.nix index dd95b40ceca93..8a90ba6725ed6 100644 --- a/pkgs/by-name/bu/budgie-user-indicator-redux/package.nix +++ b/pkgs/by-name/bu/budgie-user-indicator-redux/package.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/EbonJaeger/budgie-user-indicator-redux/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; }; }) diff --git a/pkgs/by-name/bu/buildkite-agent-metrics/package.nix b/pkgs/by-name/bu/buildkite-agent-metrics/package.nix index 5cc2d5900e332..1c416a8485974 100644 --- a/pkgs/by-name/bu/buildkite-agent-metrics/package.nix +++ b/pkgs/by-name/bu/buildkite-agent-metrics/package.nix @@ -30,6 +30,6 @@ buildGoModule rec { description = "Command-line tool (and Lambda) for collecting Buildkite agent metrics"; homepage = "https://github.com/buildkite/buildkite-agent-metrics"; license = licenses.mit; - maintainers = teams.determinatesystems.members; + teams = [ teams.determinatesystems ]; }; } diff --git a/pkgs/by-name/bu/bulky/package.nix b/pkgs/by-name/bu/bulky/package.nix index 0312d2565b6ce..ad37f1aaca59e 100644 --- a/pkgs/by-name/bu/bulky/package.nix +++ b/pkgs/by-name/bu/bulky/package.nix @@ -70,6 +70,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxmint/bulky"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/bu/bustle/package.nix b/pkgs/by-name/bu/bustle/package.nix index 789299bd6aff2..10a433f59a351 100644 --- a/pkgs/by-name/bu/bustle/package.nix +++ b/pkgs/by-name/bu/bustle/package.nix @@ -64,12 +64,10 @@ stdenv.mkDerivation (finalAttrs: { description = "Graphical D-Bus message analyser and profiler"; homepage = "https://gitlab.gnome.org/World/bustle"; license = lib.licenses.lgpl21Plus; - maintainers = - with lib.maintainers; - [ - jtojnar - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + jtojnar + ]; + teams = [ lib.teams.gnome-circle ]; mainProgram = "bustle"; platforms = lib.platforms.unix; }; diff --git a/pkgs/by-name/bu/buteo-syncfw/package.nix b/pkgs/by-name/bu/buteo-syncfw/package.nix index 3b23742a09eb6..9acf267e799c3 100644 --- a/pkgs/by-name/bu/buteo-syncfw/package.nix +++ b/pkgs/by-name/bu/buteo-syncfw/package.nix @@ -121,7 +121,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/sailfishos/buteo-syncfw/releases/tag/${finalAttrs.version}"; license = lib.licenses.lgpl21Only; mainProgram = "msyncd"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "buteosyncfw5" diff --git a/pkgs/by-name/ca/cambalache/package.nix b/pkgs/by-name/ca/cambalache/package.nix index a664bdc6ac1cd..f81709606017e 100644 --- a/pkgs/by-name/ca/cambalache/package.nix +++ b/pkgs/by-name/ca/cambalache/package.nix @@ -101,7 +101,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://gitlab.gnome.org/jpu/cambalache"; description = "RAD tool for GTK 4 and 3 with data model first philosophy"; mainProgram = "cambalache"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = with licenses; [ lgpl21Only # Cambalache gpl2Only # tools diff --git a/pkgs/by-name/ca/camunda-modeler/package.nix b/pkgs/by-name/ca/camunda-modeler/package.nix index ee325407078c4..58907c2674933 100644 --- a/pkgs/by-name/ca/camunda-modeler/package.nix +++ b/pkgs/by-name/ca/camunda-modeler/package.nix @@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec { meta = with lib; { homepage = "https://github.com/camunda/camunda-modeler"; description = "An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io"; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; license = licenses.mit; inherit (electron.meta) platforms; mainProgram = "camunda-modeler"; diff --git a/pkgs/by-name/ca/capnproto/package.nix b/pkgs/by-name/ca/capnproto/package.nix index 9334d336e3646..646df7c9a87b1 100644 --- a/pkgs/by-name/ca/capnproto/package.nix +++ b/pkgs/by-name/ca/capnproto/package.nix @@ -75,6 +75,6 @@ clangStdenv.mkDerivation rec { ''; license = licenses.mit; platforms = platforms.all; - maintainers = lib.teams.lix.members; + teams = [ lib.teams.lix ]; }; } diff --git a/pkgs/by-name/ca/cartridges/package.nix b/pkgs/by-name/ca/cartridges/package.nix index b320581255d10..f7dbb07518448 100644 --- a/pkgs/by-name/ca/cartridges/package.nix +++ b/pkgs/by-name/ca/cartridges/package.nix @@ -85,7 +85,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://apps.gnome.org/Cartridges/"; changelog = "https://github.com/kra-mo/cartridges/releases/tag/${version}"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; mainProgram = "cartridges"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/ca/catatonit/package.nix b/pkgs/by-name/ca/catatonit/package.nix index 1844d936d6b54..b97867aecb291 100644 --- a/pkgs/by-name/ca/catatonit/package.nix +++ b/pkgs/by-name/ca/catatonit/package.nix @@ -38,7 +38,8 @@ stdenv.mkDerivation rec { description = "Container init that is so simple it's effectively brain-dead"; homepage = "https://github.com/openSUSE/catatonit"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ erosennin ] ++ teams.podman.members; + maintainers = with maintainers; [ erosennin ]; + teams = [ teams.podman ]; platforms = platforms.linux; mainProgram = "catatonit"; }; diff --git a/pkgs/by-name/cc/cctools/package.nix b/pkgs/by-name/cc/cctools/package.nix index be2e3898cf758..6350540065ed5 100644 --- a/pkgs/by-name/cc/cctools/package.nix +++ b/pkgs/by-name/cc/cctools/package.nix @@ -163,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: { apple-psl20 gpl2 # GNU as ]; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; }; }) diff --git a/pkgs/by-name/cd/cddlib/package.nix b/pkgs/by-name/cd/cddlib/package.nix index a745c3a5b42e1..9357a9edbb9a2 100644 --- a/pkgs/by-name/cd/cddlib/package.nix +++ b/pkgs/by-name/cd/cddlib/package.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Implementation of the Double Description Method for generating all vertices of a convex polyhedron"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; homepage = "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html"; }; diff --git a/pkgs/by-name/ch/chess-clock/package.nix b/pkgs/by-name/ch/chess-clock/package.nix index addadc9dfcc62..353a94422c171 100644 --- a/pkgs/by-name/ch/chess-clock/package.nix +++ b/pkgs/by-name/ch/chess-clock/package.nix @@ -56,6 +56,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/World/chess-clock"; license = lib.licenses.gpl3Plus; mainProgram = "chess-clock"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-common/package.nix b/pkgs/by-name/ci/cinnamon-common/package.nix index 1252761cc1bb4..567e514457003 100644 --- a/pkgs/by-name/ci/cinnamon-common/package.nix +++ b/pkgs/by-name/ci/cinnamon-common/package.nix @@ -221,6 +221,6 @@ stdenv.mkDerivation rec { description = "Cinnamon desktop environment"; license = [ licenses.gpl2 ]; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-control-center/package.nix b/pkgs/by-name/ci/cinnamon-control-center/package.nix index 1b87565edaf59..64fc0d1f8f3ba 100644 --- a/pkgs/by-name/ci/cinnamon-control-center/package.nix +++ b/pkgs/by-name/ci/cinnamon-control-center/package.nix @@ -90,6 +90,6 @@ stdenv.mkDerivation rec { mainProgram = "cinnamon-control-center"; license = licenses.gpl2; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-desktop/package.nix b/pkgs/by-name/ci/cinnamon-desktop/package.nix index 1016119236ba3..a58b09a422d3e 100644 --- a/pkgs/by-name/ci/cinnamon-desktop/package.nix +++ b/pkgs/by-name/ci/cinnamon-desktop/package.nix @@ -84,6 +84,6 @@ stdenv.mkDerivation rec { licenses.lgpl2 ]; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-menus/package.nix b/pkgs/by-name/ci/cinnamon-menus/package.nix index 4c423800bcdb7..405987fcec75a 100644 --- a/pkgs/by-name/ci/cinnamon-menus/package.nix +++ b/pkgs/by-name/ci/cinnamon-menus/package.nix @@ -41,6 +41,6 @@ stdenv.mkDerivation rec { licenses.lgpl2 ]; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-screensaver/package.nix b/pkgs/by-name/ci/cinnamon-screensaver/package.nix index 83f1072f95e63..50e97ecea2090 100644 --- a/pkgs/by-name/ci/cinnamon-screensaver/package.nix +++ b/pkgs/by-name/ci/cinnamon-screensaver/package.nix @@ -113,6 +113,6 @@ stdenv.mkDerivation rec { licenses.lgpl2 ]; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-session/package.nix b/pkgs/by-name/ci/cinnamon-session/package.nix index 45dd7591357dc..d332997cfcf1e 100644 --- a/pkgs/by-name/ci/cinnamon-session/package.nix +++ b/pkgs/by-name/ci/cinnamon-session/package.nix @@ -107,6 +107,6 @@ stdenv.mkDerivation rec { description = "Cinnamon session manager"; license = licenses.gpl2; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-settings-daemon/package.nix b/pkgs/by-name/ci/cinnamon-settings-daemon/package.nix index 76a2b434c81e6..7a0753864cfb1 100644 --- a/pkgs/by-name/ci/cinnamon-settings-daemon/package.nix +++ b/pkgs/by-name/ci/cinnamon-settings-daemon/package.nix @@ -105,6 +105,6 @@ stdenv.mkDerivation rec { description = "Settings daemon for the Cinnamon desktop"; license = licenses.gpl2; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cinnamon-translations/package.nix b/pkgs/by-name/ci/cinnamon-translations/package.nix index b75620366732c..36c3be20728a9 100644 --- a/pkgs/by-name/ci/cinnamon-translations/package.nix +++ b/pkgs/by-name/ci/cinnamon-translations/package.nix @@ -29,6 +29,6 @@ stdenv.mkDerivation rec { description = "Translations files for the Cinnamon desktop"; license = licenses.gpl2; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ci/cipher/package.nix b/pkgs/by-name/ci/cipher/package.nix index b93049e9d4d21..1db35c9794737 100644 --- a/pkgs/by-name/ci/cipher/package.nix +++ b/pkgs/by-name/ci/cipher/package.nix @@ -58,7 +58,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Simple application for encoding and decoding text, designed for elementary OS"; homepage = "https://github.com/arshubham/cipher"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.arshubham.cipher"; diff --git a/pkgs/by-name/ci/citations/package.nix b/pkgs/by-name/ci/citations/package.nix index 7fc6357ac63bb..df3a9321f10ca 100644 --- a/pkgs/by-name/ci/citations/package.nix +++ b/pkgs/by-name/ci/citations/package.nix @@ -94,7 +94,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Manage your bibliographies using the BibTeX format"; homepage = "https://apps.gnome.org/app/org.gnome.World.Citations"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ benediktbroich ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ benediktbroich ]; + teams = [ teams.gnome-circle ]; platforms = platforms.unix; mainProgram = "citations"; }; diff --git a/pkgs/by-name/cj/cjs/package.nix b/pkgs/by-name/cj/cjs/package.nix index 0c9fce38f4153..9d33393695159 100644 --- a/pkgs/by-name/cj/cjs/package.nix +++ b/pkgs/by-name/cj/cjs/package.nix @@ -84,6 +84,6 @@ stdenv.mkDerivation rec { ]; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/cl/clairvoyant/package.nix b/pkgs/by-name/cl/clairvoyant/package.nix index 6c95b62474db7..5b77c89e452c1 100644 --- a/pkgs/by-name/cl/clairvoyant/package.nix +++ b/pkgs/by-name/cl/clairvoyant/package.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/cassidyjames/clairvoyant"; license = lib.licenses.gpl3Plus; mainProgram = "com.github.cassidyjames.clairvoyant"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; }; }) diff --git a/pkgs/by-name/cl/clever-tools/package.nix b/pkgs/by-name/cl/clever-tools/package.nix index d88a71de53cf2..894aa3e34bd59 100644 --- a/pkgs/by-name/cl/clever-tools/package.nix +++ b/pkgs/by-name/cl/clever-tools/package.nix @@ -52,6 +52,6 @@ buildNpmPackage rec { description = "Deploy on Clever Cloud and control your applications, add-ons, services from command line"; license = licenses.asl20; mainProgram = "clever"; - maintainers = teams.clevercloud.members; + teams = [ teams.clevercloud ]; }; } diff --git a/pkgs/by-name/cl/clickable/package.nix b/pkgs/by-name/cl/clickable/package.nix index ba25c7e69d2d8..cb59461ea4a16 100644 --- a/pkgs/by-name/cl/clickable/package.nix +++ b/pkgs/by-name/cl/clickable/package.nix @@ -82,6 +82,7 @@ python3Packages.buildPythonApplication rec { lib.strings.replaceStrings [ "." ] [ "-" ] version }"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members ++ (with lib.maintainers; [ ilyakooo0 ]); + maintainers = with lib.maintainers; [ ilyakooo0 ]; + teams = [ lib.teams.lomiri ]; }; } diff --git a/pkgs/by-name/cl/cliquer/package.nix b/pkgs/by-name/cl/cliquer/package.nix index 33d9c0704a984..9cdceddfe00a7 100644 --- a/pkgs/by-name/cl/cliquer/package.nix +++ b/pkgs/by-name/cl/cliquer/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { homepage = "https://users.aalto.fi/~pat/cliquer.html"; downloadPage = src.meta.homepage; # autocliquer license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; mainProgram = "cl"; platforms = platforms.unix; }; diff --git a/pkgs/by-name/cn/cnsprcy/package.nix b/pkgs/by-name/cn/cnsprcy/package.nix index f764b4b162df5..bc277adbe46b8 100644 --- a/pkgs/by-name/cn/cnsprcy/package.nix +++ b/pkgs/by-name/cn/cnsprcy/package.nix @@ -31,13 +31,11 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "End to end encrypted connections between trusted devices"; homepage = "https://git.sr.ht/~xaos/cnsprcy"; license = lib.licenses.gpl3; - maintainers = - with lib.maintainers; - [ - supinie - oluchitheanalyst - ] - ++ lib.teams.ngi.members; + maintainers = with lib.maintainers; [ + supinie + oluchitheanalyst + ]; + teams = [ lib.teams.ngi ]; mainProgram = "cnspr"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/co/coldsnap/package.nix b/pkgs/by-name/co/coldsnap/package.nix index c669088be099c..f3b48edcbba66 100644 --- a/pkgs/by-name/co/coldsnap/package.nix +++ b/pkgs/by-name/co/coldsnap/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { description = "Command line interface for Amazon EBS snapshots"; changelog = "https://github.com/awslabs/coldsnap/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = teams.determinatesystems.members; + teams = [ teams.determinatesystems ]; mainProgram = "coldsnap"; }; } diff --git a/pkgs/by-name/co/colord-gtk/package.nix b/pkgs/by-name/co/colord-gtk/package.nix index 46d7e1cfb3e22..7c6895d10d1be 100644 --- a/pkgs/by-name/co/colord-gtk/package.nix +++ b/pkgs/by-name/co/colord-gtk/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.freedesktop.org/software/colord/intro.html"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; mainProgram = "cd-convert"; }; diff --git a/pkgs/by-name/co/colord/package.nix b/pkgs/by-name/co/colord/package.nix index 963b8567fa0ba..d3ffa44b89d10 100644 --- a/pkgs/by-name/co/colord/package.nix +++ b/pkgs/by-name/co/colord/package.nix @@ -136,7 +136,8 @@ stdenv.mkDerivation rec { description = "System service to manage, install and generate color profiles to accurately color manage input and output devices"; homepage = "https://www.freedesktop.org/software/colord/"; license = licenses.lgpl2Plus; - maintainers = [ maintainers.marcweber ] ++ teams.freedesktop.members; + maintainers = [ maintainers.marcweber ]; + teams = [ teams.freedesktop ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/co/combinatorial_designs/package.nix b/pkgs/by-name/co/combinatorial_designs/package.nix index f3dc999ca4346..29cb4e0d7df3c 100644 --- a/pkgs/by-name/co/combinatorial_designs/package.nix +++ b/pkgs/by-name/co/combinatorial_designs/package.nix @@ -28,6 +28,6 @@ stdenv.mkDerivation rec { ''; license = licenses.publicDomain; platforms = platforms.all; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/co/commit/package.nix b/pkgs/by-name/co/commit/package.nix index 96e15a4e80238..c07cd82dceacb 100644 --- a/pkgs/by-name/co/commit/package.nix +++ b/pkgs/by-name/co/commit/package.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Commit message editor"; homepage = "https://github.com/sonnyp/Commit"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; mainProgram = "re.sonny.Commit"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/co/conmon-rs/package.nix b/pkgs/by-name/co/conmon-rs/package.nix index 6d2014c86b0c7..3f7cbe960220b 100644 --- a/pkgs/by-name/co/conmon-rs/package.nix +++ b/pkgs/by-name/co/conmon-rs/package.nix @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { description = "OCI container runtime monitor written in Rust"; homepage = "https://github.com/containers/conmon-rs"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/co/conmon/package.nix b/pkgs/by-name/co/conmon/package.nix index 3d6910ec56cb6..52ad5403811f3 100644 --- a/pkgs/by-name/co/conmon/package.nix +++ b/pkgs/by-name/co/conmon/package.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/containers/conmon"; description = "OCI container runtime monitor"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; platforms = platforms.linux; mainProgram = "conmon"; }; diff --git a/pkgs/by-name/co/cosmic-applets/package.nix b/pkgs/by-name/co/cosmic-applets/package.nix index 41dfb674a59b3..ba70502129f58 100644 --- a/pkgs/by-name/co/cosmic-applets/package.nix +++ b/pkgs/by-name/co/cosmic-applets/package.nix @@ -88,7 +88,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-applets"; description = "Applets for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-applibrary/package.nix b/pkgs/by-name/co/cosmic-applibrary/package.nix index 9a01ac0198d0b..4021cb9811af8 100644 --- a/pkgs/by-name/co/cosmic-applibrary/package.nix +++ b/pkgs/by-name/co/cosmic-applibrary/package.nix @@ -67,7 +67,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-applibrary"; description = "Application Template for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; mainProgram = "cosmic-app-library"; }; diff --git a/pkgs/by-name/co/cosmic-bg/package.nix b/pkgs/by-name/co/cosmic-bg/package.nix index 07a2d1e13126a..f2459a10245b9 100644 --- a/pkgs/by-name/co/cosmic-bg/package.nix +++ b/pkgs/by-name/co/cosmic-bg/package.nix @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-bg"; description = "Applies Background for the COSMIC Desktop Environment"; license = lib.licenses.mpl20; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; mainProgram = "cosmic-bg"; }; diff --git a/pkgs/by-name/co/cosmic-comp/package.nix b/pkgs/by-name/co/cosmic-comp/package.nix index 8d21ef249c05e..82675c9ff41ff 100644 --- a/pkgs/by-name/co/cosmic-comp/package.nix +++ b/pkgs/by-name/co/cosmic-comp/package.nix @@ -82,7 +82,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Compositor for the COSMIC Desktop Environment"; mainProgram = "cosmic-comp"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-design-demo/package.nix b/pkgs/by-name/co/cosmic-design-demo/package.nix index 98a0eb213e782..45110579aa377 100644 --- a/pkgs/by-name/co/cosmic-design-demo/package.nix +++ b/pkgs/by-name/co/cosmic-design-demo/package.nix @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage { homepage = "https://github.com/pop-os/cosmic-design-demo"; description = "Design Demo for the COSMIC Desktop Environment"; license = lib.licenses.mpl20; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; mainProgram = "cosmic-design-demo"; }; diff --git a/pkgs/by-name/co/cosmic-edit/package.nix b/pkgs/by-name/co/cosmic-edit/package.nix index c0669fbc280ab..ae5d755095309 100644 --- a/pkgs/by-name/co/cosmic-edit/package.nix +++ b/pkgs/by-name/co/cosmic-edit/package.nix @@ -99,7 +99,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Text Editor for the COSMIC Desktop Environment"; mainProgram = "cosmic-edit"; license = licenses.gpl3Only; - maintainers = teams.cosmic.members; + teams = [ teams.cosmic ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-files/package.nix b/pkgs/by-name/co/cosmic-files/package.nix index 6e6ca5699c246..2d106d17942ef 100644 --- a/pkgs/by-name/co/cosmic-files/package.nix +++ b/pkgs/by-name/co/cosmic-files/package.nix @@ -115,7 +115,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "File Manager for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; mainProgram = "cosmic-files"; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-greeter/package.nix b/pkgs/by-name/co/cosmic-greeter/package.nix index 567a1ccfef3f0..6a103dcf952e2 100644 --- a/pkgs/by-name/co/cosmic-greeter/package.nix +++ b/pkgs/by-name/co/cosmic-greeter/package.nix @@ -97,7 +97,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Greeter for the COSMIC Desktop Environment"; mainProgram = "cosmic-greeter"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-icons/package.nix b/pkgs/by-name/co/cosmic-icons/package.nix index fc45130d977ae..d6dce1580b6c7 100644 --- a/pkgs/by-name/co/cosmic-icons/package.nix +++ b/pkgs/by-name/co/cosmic-icons/package.nix @@ -48,6 +48,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { license = with lib.licenses; [ cc-by-sa-40 ]; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; }; }) diff --git a/pkgs/by-name/co/cosmic-idle/package.nix b/pkgs/by-name/co/cosmic-idle/package.nix index 1915a726d2019..d30e741e6249f 100644 --- a/pkgs/by-name/co/cosmic-idle/package.nix +++ b/pkgs/by-name/co/cosmic-idle/package.nix @@ -73,7 +73,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-idle"; license = lib.licenses.gpl3Only; mainProgram = "cosmic-idle"; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; sourceProvenance = [ lib.sourceTypes.fromSource ]; }; diff --git a/pkgs/by-name/co/cosmic-launcher/package.nix b/pkgs/by-name/co/cosmic-launcher/package.nix index 2473f8ae7b182..13f5dba25ecdf 100644 --- a/pkgs/by-name/co/cosmic-launcher/package.nix +++ b/pkgs/by-name/co/cosmic-launcher/package.nix @@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Launcher for the COSMIC Desktop Environment"; mainProgram = "cosmic-launcher"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-notifications/package.nix b/pkgs/by-name/co/cosmic-notifications/package.nix index 86950218c4512..0d3e3cf2eb5d1 100644 --- a/pkgs/by-name/co/cosmic-notifications/package.nix +++ b/pkgs/by-name/co/cosmic-notifications/package.nix @@ -68,7 +68,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Notifications for the COSMIC Desktop Environment"; mainProgram = "cosmic-notifications"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-osd/package.nix b/pkgs/by-name/co/cosmic-osd/package.nix index 5af20b11b42c8..5b51c765bdb5f 100644 --- a/pkgs/by-name/co/cosmic-osd/package.nix +++ b/pkgs/by-name/co/cosmic-osd/package.nix @@ -62,7 +62,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "OSD for the COSMIC Desktop Environment"; mainProgram = "cosmic-osd"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-panel/package.nix b/pkgs/by-name/co/cosmic-panel/package.nix index d3b0193a84133..8c437784d25a3 100644 --- a/pkgs/by-name/co/cosmic-panel/package.nix +++ b/pkgs/by-name/co/cosmic-panel/package.nix @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Panel for the COSMIC Desktop Environment"; mainProgram = "cosmic-panel"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-player/package.nix b/pkgs/by-name/co/cosmic-player/package.nix index 143f4ed2624ec..09731e656f494 100644 --- a/pkgs/by-name/co/cosmic-player/package.nix +++ b/pkgs/by-name/co/cosmic-player/package.nix @@ -95,7 +95,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-player"; description = "Media player for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; mainProgram = "cosmic-player"; }; diff --git a/pkgs/by-name/co/cosmic-protocols/package.nix b/pkgs/by-name/co/cosmic-protocols/package.nix index 7a01b5746413c..3b36455926c15 100644 --- a/pkgs/by-name/co/cosmic-protocols/package.nix +++ b/pkgs/by-name/co/cosmic-protocols/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation { mit gpl3Only ]; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/co/cosmic-randr/package.nix b/pkgs/by-name/co/cosmic-randr/package.nix index 3986184d7d9e9..0c336acbae25a 100644 --- a/pkgs/by-name/co/cosmic-randr/package.nix +++ b/pkgs/by-name/co/cosmic-randr/package.nix @@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-randr"; description = "Library and utility for displaying and configuring Wayland outputs"; license = lib.licenses.mpl20; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; mainProgram = "cosmic-randr"; }; diff --git a/pkgs/by-name/co/cosmic-screenshot/package.nix b/pkgs/by-name/co/cosmic-screenshot/package.nix index d4535d3a88263..d85c897929552 100644 --- a/pkgs/by-name/co/cosmic-screenshot/package.nix +++ b/pkgs/by-name/co/cosmic-screenshot/package.nix @@ -51,7 +51,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-screenshot"; description = "Screenshot tool for the COSMIC Desktop Environment"; license = licenses.gpl3Only; - maintainers = teams.cosmic.members; + teams = [ teams.cosmic ]; platforms = platforms.linux; mainProgram = "cosmic-screenshot"; }; diff --git a/pkgs/by-name/co/cosmic-session/package.nix b/pkgs/by-name/co/cosmic-session/package.nix index 84e338b7d3757..5274709a06ca0 100644 --- a/pkgs/by-name/co/cosmic-session/package.nix +++ b/pkgs/by-name/co/cosmic-session/package.nix @@ -68,7 +68,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Session manager for the COSMIC desktop environment"; license = lib.licenses.gpl3Only; mainProgram = "cosmic-session"; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-settings-daemon/package.nix b/pkgs/by-name/co/cosmic-settings-daemon/package.nix index fac94b5b6edba..5583200ea85f0 100644 --- a/pkgs/by-name/co/cosmic-settings-daemon/package.nix +++ b/pkgs/by-name/co/cosmic-settings-daemon/package.nix @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Settings Daemon for the COSMIC Desktop Environment"; mainProgram = "cosmic-settings-daemon"; license = licenses.gpl3Only; - maintainers = teams.cosmic.members; + teams = [ teams.cosmic ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-settings/package.nix b/pkgs/by-name/co/cosmic-settings/package.nix index 7e79d7c6babd3..0b9b86d87c482 100644 --- a/pkgs/by-name/co/cosmic-settings/package.nix +++ b/pkgs/by-name/co/cosmic-settings/package.nix @@ -102,7 +102,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-settings"; license = lib.licenses.gpl3Only; mainProgram = "cosmic-settings"; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-store/package.nix b/pkgs/by-name/co/cosmic-store/package.nix index 44158ec40501b..4107ba35cd55a 100644 --- a/pkgs/by-name/co/cosmic-store/package.nix +++ b/pkgs/by-name/co/cosmic-store/package.nix @@ -74,7 +74,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-store"; description = "App Store for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmic-term/package.nix b/pkgs/by-name/co/cosmic-term/package.nix index 0e1cf10127232..5c706b1388bd8 100644 --- a/pkgs/by-name/co/cosmic-term/package.nix +++ b/pkgs/by-name/co/cosmic-term/package.nix @@ -81,7 +81,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/cosmic-term"; description = "Terminal for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; mainProgram = "cosmic-term"; }; diff --git a/pkgs/by-name/co/cosmic-wallpapers/package.nix b/pkgs/by-name/co/cosmic-wallpapers/package.nix index 81401142d385f..04db1b4d16504 100644 --- a/pkgs/by-name/co/cosmic-wallpapers/package.nix +++ b/pkgs/by-name/co/cosmic-wallpapers/package.nix @@ -52,7 +52,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # round_moons_nasa.jpg: https://www.planetary.org/space-images/the-solar-systems-round-moons publicDomain ]; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/co/cosmic-workspaces-epoch/package.nix b/pkgs/by-name/co/cosmic-workspaces-epoch/package.nix index f2729979df5d8..84cf168e88de8 100644 --- a/pkgs/by-name/co/cosmic-workspaces-epoch/package.nix +++ b/pkgs/by-name/co/cosmic-workspaces-epoch/package.nix @@ -70,7 +70,7 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Workspaces Epoch for the COSMIC Desktop Environment"; mainProgram = "cosmic-workspaces"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/co/cosmopolitan/package.nix b/pkgs/by-name/co/cosmopolitan/package.nix index fd8821dd8a1a7..be57b9ed5d4d2 100644 --- a/pkgs/by-name/co/cosmopolitan/package.nix +++ b/pkgs/by-name/co/cosmopolitan/package.nix @@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://justine.lol/cosmopolitan/"; description = "Your build-once run-anywhere c library"; license = lib.licenses.isc; - maintainers = lib.teams.cosmopolitan.members; + teams = [ lib.teams.cosmopolitan ]; platforms = lib.platforms.x86_64; badPlatforms = lib.platforms.darwin; }; diff --git a/pkgs/by-name/co/cowsql/package.nix b/pkgs/by-name/co/cowsql/package.nix index ca9dfb4960658..e9fd022b8b746 100644 --- a/pkgs/by-name/co/cowsql/package.nix +++ b/pkgs/by-name/co/cowsql/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Embeddable, replicated and fault tolerant SQL engine"; homepage = "https://github.com/cowsql/cowsql"; license = licenses.lgpl3Only; - maintainers = teams.lxc.members; + teams = [ teams.lxc ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/cr/cri-tools/package.nix b/pkgs/by-name/cr/cri-tools/package.nix index e2223020e38d8..0a15e50fc610d 100644 --- a/pkgs/by-name/cr/cri-tools/package.nix +++ b/pkgs/by-name/cr/cri-tools/package.nix @@ -48,6 +48,6 @@ buildGoModule rec { description = "CLI and validation tools for Kubelet Container Runtime Interface (CRI)"; homepage = "https://github.com/kubernetes-sigs/cri-tools"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; }; } diff --git a/pkgs/by-name/cr/crun/package.nix b/pkgs/by-name/cr/crun/package.nix index 05c6cd7168af8..ec21ea35a5b70 100644 --- a/pkgs/by-name/cr/crun/package.nix +++ b/pkgs/by-name/cr/crun/package.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/containers/crun"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; mainProgram = "crun"; }; } diff --git a/pkgs/by-name/cs/csdr/package.nix b/pkgs/by-name/cs/csdr/package.nix index 0771b7942c79b..9e581fa2c0772 100644 --- a/pkgs/by-name/cs/csdr/package.nix +++ b/pkgs/by-name/cs/csdr/package.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Only; platforms = platforms.unix; broken = stdenv.hostPlatform.isDarwin; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/by-name/cu/curtail/package.nix b/pkgs/by-name/cu/curtail/package.nix index e52f20734c4dc..e59caf7d0e7c0 100644 --- a/pkgs/by-name/cu/curtail/package.nix +++ b/pkgs/by-name/cu/curtail/package.nix @@ -86,6 +86,6 @@ python3.pkgs.buildPythonApplication rec { mainProgram = "curtail"; homepage = "https://github.com/Huluti/Curtail"; license = licenses.gpl3Only; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/cy/cyclonedx-cli/package.nix b/pkgs/by-name/cy/cyclonedx-cli/package.nix index 3038e5c541ead..603ba9d478811 100644 --- a/pkgs/by-name/cy/cyclonedx-cli/package.nix +++ b/pkgs/by-name/cy/cyclonedx-cli/package.nix @@ -33,7 +33,8 @@ buildDotnetModule rec { description = "CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions"; homepage = "https://github.com/CycloneDX/cyclonedx-cli"; changelog = "https://github.com/CycloneDX/cyclonedx-cli/releases/tag/v${version}"; - maintainers = (with maintainers; [ thillux ]) ++ teams.cyberus.members; + maintainers = with maintainers; [ thillux ]; + teams = [ teams.cyberus ]; license = licenses.asl20; platforms = with platforms; (linux ++ darwin); mainProgram = "cyclonedx"; diff --git a/pkgs/by-name/cy/cyclonedx-python/package.nix b/pkgs/by-name/cy/cyclonedx-python/package.nix index 73d0f793fa4e0..623571326d9d3 100644 --- a/pkgs/by-name/cy/cyclonedx-python/package.nix +++ b/pkgs/by-name/cy/cyclonedx-python/package.nix @@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/CycloneDX/cyclonedx-python"; changelog = "https://github.com/CycloneDX/cyclonedx-python/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = lib.teams.cyberus.members; + teams = [ lib.teams.cyberus ]; mainProgram = "cyclonedx-py"; }; } diff --git a/pkgs/by-name/d-/d-spy/package.nix b/pkgs/by-name/d-/d-spy/package.nix index 860e9cea1574f..a7a6c57de1d8a 100644 --- a/pkgs/by-name/d-/d-spy/package.nix +++ b/pkgs/by-name/d-/d-spy/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { lgpl3Plus # library gpl3Plus # app ]; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/da/damon/package.nix b/pkgs/by-name/da/damon/package.nix index dc89187fdd172..d7cd836d6d47b 100644 --- a/pkgs/by-name/da/damon/package.nix +++ b/pkgs/by-name/da/damon/package.nix @@ -21,7 +21,7 @@ buildGoModule { homepage = "https://github.com/hashicorp/damon"; license = licenses.mpl20; description = "Terminal UI (TUI) for HashiCorp Nomad"; - maintainers = teams.iog.members; + teams = [ teams.iog ]; mainProgram = "damon"; }; } diff --git a/pkgs/by-name/db/dbus-test-runner/package.nix b/pkgs/by-name/db/dbus-test-runner/package.nix index 10d110e648a2e..225df1ebae0e8 100644 --- a/pkgs/by-name/db/dbus-test-runner/package.nix +++ b/pkgs/by-name/db/dbus-test-runner/package.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://launchpad.net/dbus-test-runner"; license = licenses.gpl3Only; platforms = platforms.unix; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; pkgConfigModules = [ "dbustest-1" ]; diff --git a/pkgs/by-name/dc/dcgm/package.nix b/pkgs/by-name/dc/dcgm/package.nix index 7aace68372824..396d243bb61c6 100644 --- a/pkgs/by-name/dc/dcgm/package.nix +++ b/pkgs/by-name/dc/dcgm/package.nix @@ -146,7 +146,7 @@ stdenv.mkDerivation rec { description = "Data Center GPU Manager (DCGM) is a daemon that allows users to monitor NVIDIA data-center GPUs"; homepage = "https://developer.nvidia.com/dcgm"; license = licenses.asl20; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; mainProgram = "dcgmi"; platforms = platforms.linux; }; diff --git a/pkgs/by-name/dc/dconf-editor/package.nix b/pkgs/by-name/dc/dconf-editor/package.nix index 2a1d45a1eb6d4..522c615e18bde 100644 --- a/pkgs/by-name/dc/dconf-editor/package.nix +++ b/pkgs/by-name/dc/dconf-editor/package.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/DconfEditor/"; changelog = "https://gitlab.gnome.org/GNOME/dconf-editor/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/dc/dconf/package.nix b/pkgs/by-name/dc/dconf/package.nix index 0984e2d5eed31..547295d2a96e5 100644 --- a/pkgs/by-name/dc/dconf/package.nix +++ b/pkgs/by-name/dc/dconf/package.nix @@ -101,7 +101,7 @@ stdenv.mkDerivation rec { # Mandatory libdconfsettings shared library. lib.systems.inspect.platformPatterns.isStatic ]; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; mainProgram = "dconf"; }; } diff --git a/pkgs/by-name/dc/dcw-gmt/package.nix b/pkgs/by-name/dc/dcw-gmt/package.nix index efa697b2926a9..c99acb2d29ef7 100644 --- a/pkgs/by-name/dc/dcw-gmt/package.nix +++ b/pkgs/by-name/dc/dcw-gmt/package.nix @@ -30,7 +30,8 @@ stdenv.mkDerivation (finalAttrs: { for use by GMT, the Generic Mapping Tools. ''; license = licenses.lgpl3Plus; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ tviti ]); + maintainers = with lib.maintainers; [ tviti ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/de/decibels/package.nix b/pkgs/by-name/de/decibels/package.nix index 3b4640ba5f587..8d3105cac66ac 100644 --- a/pkgs/by-name/de/decibels/package.nix +++ b/pkgs/by-name/de/decibels/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/Incubator/decibels"; changelog = "https://gitlab.gnome.org/GNOME/decibels/-/blob/${version}/NEWS?ref_type=tags"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; mainProgram = "org.gnome.Decibels"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/de/deja-dup/package.nix b/pkgs/by-name/de/deja-dup/package.nix index 0c7d6883db31c..056172d876fcf 100644 --- a/pkgs/by-name/de/deja-dup/package.nix +++ b/pkgs/by-name/de/deja-dup/package.nix @@ -90,7 +90,8 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://apps.gnome.org/DejaDup/"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ jtojnar ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ jtojnar ]; + teams = [ teams.gnome-circle ]; platforms = platforms.linux; mainProgram = "deja-dup"; }; diff --git a/pkgs/by-name/de/dendrite/package.nix b/pkgs/by-name/de/dendrite/package.nix index b7c61341a7b37..6ac13b00831cd 100644 --- a/pkgs/by-name/de/dendrite/package.nix +++ b/pkgs/by-name/de/dendrite/package.nix @@ -70,7 +70,7 @@ buildGoModule rec { description = "Second-generation Matrix homeserver written in Go"; changelog = "https://github.com/element-hq/dendrite/releases/tag/v${version}"; license = licenses.agpl3Plus; - maintainers = teams.matrix.members; + teams = [ teams.matrix ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/de/dependency-track/package.nix b/pkgs/by-name/de/dependency-track/package.nix index b710995a11735..201d42ac0db1a 100644 --- a/pkgs/by-name/de/dependency-track/package.nix +++ b/pkgs/by-name/de/dependency-track/package.nix @@ -120,7 +120,7 @@ maven.buildMavenPackage rec { description = "Intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain"; homepage = "https://github.com/DependencyTrack/dependency-track"; license = lib.licenses.asl20; - maintainers = lib.teams.cyberus.members; + teams = [ lib.teams.cyberus ]; mainProgram = "dependency-track"; inherit (jre_headless.meta) platforms; }; diff --git a/pkgs/by-name/de/devhelp/package.nix b/pkgs/by-name/de/devhelp/package.nix index 9cfa44a0f6df3..d1954757b40e2 100644 --- a/pkgs/by-name/de/devhelp/package.nix +++ b/pkgs/by-name/de/devhelp/package.nix @@ -86,7 +86,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Devhelp/"; changelog = "https://gitlab.gnome.org/GNOME/devhelp/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/di/dialect/package.nix b/pkgs/by-name/di/dialect/package.nix index a9c95c7f7e08f..a72f896d87bc2 100644 --- a/pkgs/by-name/di/dialect/package.nix +++ b/pkgs/by-name/di/dialect/package.nix @@ -78,7 +78,7 @@ python3.pkgs.buildPythonApplication rec { meta = { homepage = "https://github.com/dialect-app/dialect"; description = "Translation app for GNOME"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; mainProgram = "dialect"; diff --git a/pkgs/by-name/di/diebahn/package.nix b/pkgs/by-name/di/diebahn/package.nix index 80a957991a90e..66d24602a3f71 100644 --- a/pkgs/by-name/di/diebahn/package.nix +++ b/pkgs/by-name/di/diebahn/package.nix @@ -88,12 +88,10 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.com/schmiddi-on-mobile/railway"; license = lib.licenses.gpl3Plus; mainProgram = "diebahn"; - maintainers = - with lib.maintainers; - [ - dotlambda - lilacious - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + dotlambda + lilacious + ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/di/digiham/package.nix b/pkgs/by-name/di/digiham/package.nix index ce97f31ebe2e4..13fe0f3f90014 100644 --- a/pkgs/by-name/di/digiham/package.nix +++ b/pkgs/by-name/di/digiham/package.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Tools for decoding digital ham communication"; license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; - maintainers = lib.teams.c3d2.members; + teams = [ lib.teams.c3d2 ]; }; }) diff --git a/pkgs/by-name/di/distrobuilder/package.nix b/pkgs/by-name/di/distrobuilder/package.nix index bc204e8d74a65..595a651d869fe 100644 --- a/pkgs/by-name/di/distrobuilder/package.nix +++ b/pkgs/by-name/di/distrobuilder/package.nix @@ -73,7 +73,7 @@ buildGoModule rec { description = "System container image builder for LXC and LXD"; homepage = "https://github.com/lxc/distrobuilder"; license = lib.licenses.asl20; - maintainers = lib.teams.lxc.members; + teams = [ lib.teams.lxc ]; platforms = lib.platforms.linux; mainProgram = "distrobuilder"; }; diff --git a/pkgs/by-name/do/dokieli/package.nix b/pkgs/by-name/do/dokieli/package.nix index 5b216fdc1f050..8794d3bc00d53 100644 --- a/pkgs/by-name/do/dokieli/package.nix +++ b/pkgs/by-name/do/dokieli/package.nix @@ -65,7 +65,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linkeddata/dokieli"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ shogo ] ++ lib.teams.ngi.members; + maintainers = with lib.maintainers; [ shogo ]; + teams = [ lib.teams.ngi ]; mainProgram = "dokieli"; }; }) diff --git a/pkgs/by-name/do/dovecot/package.nix b/pkgs/by-name/do/dovecot/package.nix index 516b777b836b2..22c6290c923a1 100644 --- a/pkgs/by-name/do/dovecot/package.nix +++ b/pkgs/by-name/do/dovecot/package.nix @@ -188,13 +188,11 @@ stdenv.mkDerivation rec { bsdOriginal ]; mainProgram = "dovecot"; - maintainers = - with maintainers; - [ - fpletz - globin - ] - ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ + fpletz + globin + ]; + teams = [ lib.teams.helsinki-systems ]; platforms = platforms.unix; }; passthru.tests = { diff --git a/pkgs/by-name/do/dovecot_pigeonhole/package.nix b/pkgs/by-name/do/dovecot_pigeonhole/package.nix index e456714915979..7880e5475ca2b 100644 --- a/pkgs/by-name/do/dovecot_pigeonhole/package.nix +++ b/pkgs/by-name/do/dovecot_pigeonhole/package.nix @@ -43,7 +43,8 @@ stdenv.mkDerivation rec { homepage = "https://pigeonhole.dovecot.org/"; description = "Sieve plugin for the Dovecot IMAP server"; license = licenses.lgpl21Only; - maintainers = with maintainers; [ globin ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ globin ]; + teams = [ teams.helsinki-systems ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/dr/drone-runner-ssh/package.nix b/pkgs/by-name/dr/drone-runner-ssh/package.nix index 0e5b7519ee095..1185a5505e6ee 100644 --- a/pkgs/by-name/dr/drone-runner-ssh/package.nix +++ b/pkgs/by-name/dr/drone-runner-ssh/package.nix @@ -21,7 +21,7 @@ buildGoModule rec { description = "Experimental Drone runner that executes a pipeline on a remote machine"; homepage = "https://github.com/drone-runners/drone-runner-ssh"; license = licenses.unfreeRedistributable; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; mainProgram = "drone-runner-ssh"; }; } diff --git a/pkgs/by-name/dr/drum-machine/package.nix b/pkgs/by-name/dr/drum-machine/package.nix index bcb91fef06293..b9ab61038c731 100644 --- a/pkgs/by-name/dr/drum-machine/package.nix +++ b/pkgs/by-name/dr/drum-machine/package.nix @@ -69,7 +69,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://apps.gnome.org/DrumMachine"; changelog = "https://github.com/Revisto/drum-machine/releases/tag/${src.tag}"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/ea/eartag/package.nix b/pkgs/by-name/ea/eartag/package.nix index d15c593c174b7..411cad1653ed4 100644 --- a/pkgs/by-name/ea/eartag/package.nix +++ b/pkgs/by-name/ea/eartag/package.nix @@ -86,6 +86,7 @@ python3Packages.buildPythonApplication rec { # being incorrectly identified as unfree software. license = licenses.mit; mainProgram = "eartag"; - maintainers = with maintainers; [ foo-dogsquared ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ foo-dogsquared ]; + teams = [ teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/ec/eclib/package.nix b/pkgs/by-name/ec/eclib/package.nix index ab26ad1511bdd..c90084d515bf0 100644 --- a/pkgs/by-name/ec/eclib/package.nix +++ b/pkgs/by-name/ec/eclib/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { description = "Elliptic curve tools"; homepage = "https://github.com/JohnCremona/eclib"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/el/elastic/package.nix b/pkgs/by-name/el/elastic/package.nix index 2b04d81a488d7..3795840d98849 100644 --- a/pkgs/by-name/el/elastic/package.nix +++ b/pkgs/by-name/el/elastic/package.nix @@ -57,6 +57,7 @@ stdenv.mkDerivation rec { mainProgram = "app.drey.Elastic"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = with maintainers; [ _0xMRTT ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ _0xMRTT ]; + teams = [ teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/el/element-desktop/package.nix b/pkgs/by-name/el/element-desktop/package.nix index c3da8dc800a30..2d4b0696cd0a0 100644 --- a/pkgs/by-name/el/element-desktop/package.nix +++ b/pkgs/by-name/el/element-desktop/package.nix @@ -151,7 +151,7 @@ stdenv.mkDerivation ( homepage = "https://element.io/"; changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md"; license = licenses.asl20; - maintainers = teams.matrix.members; + teams = [ teams.matrix ]; inherit (electron.meta) platforms; mainProgram = "element-desktop"; }; diff --git a/pkgs/by-name/el/element-web-unwrapped/package.nix b/pkgs/by-name/el/element-web-unwrapped/package.nix index 22c01011aa966..1c842d2fe8ecf 100644 --- a/pkgs/by-name/el/element-web-unwrapped/package.nix +++ b/pkgs/by-name/el/element-web-unwrapped/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation ( description = "Glossy Matrix collaboration client for the web"; homepage = "https://element.io/"; changelog = "https://github.com/element-hq/element-web/blob/v${finalAttrs.version}/CHANGELOG.md"; - maintainers = lib.teams.matrix.members; + teams = [ lib.teams.matrix ]; license = lib.licenses.asl20; platforms = lib.platforms.all; }; diff --git a/pkgs/by-name/el/elementary-xfce-icon-theme/package.nix b/pkgs/by-name/el/elementary-xfce-icon-theme/package.nix index d798058ac6471..0232f3e1c6bbe 100644 --- a/pkgs/by-name/el/elementary-xfce-icon-theme/package.nix +++ b/pkgs/by-name/el/elementary-xfce-icon-theme/package.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; # darwin cannot deal with file names differing only in case platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/by-name/el/elliptic_curves/package.nix b/pkgs/by-name/el/elliptic_curves/package.nix index 314d6b9b310b9..f11cfadaf38fe 100644 --- a/pkgs/by-name/el/elliptic_curves/package.nix +++ b/pkgs/by-name/el/elliptic_curves/package.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl2; platforms = platforms.all; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/em/emblem/package.nix b/pkgs/by-name/em/emblem/package.nix index d5687cfd4469f..fb9eba883f69a 100644 --- a/pkgs/by-name/em/emblem/package.nix +++ b/pkgs/by-name/em/emblem/package.nix @@ -73,12 +73,10 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/World/design/emblem"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.unix; - maintainers = - with lib.maintainers; - [ - figsoda - foo-dogsquared - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + figsoda + foo-dogsquared + ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/en/endeavour/package.nix b/pkgs/by-name/en/endeavour/package.nix index 165910b5b536c..c2a09da368053 100644 --- a/pkgs/by-name/en/endeavour/package.nix +++ b/pkgs/by-name/en/endeavour/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { mainProgram = "endeavour"; homepage = "https://gitlab.gnome.org/World/Endeavour"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/en/entwine/package.nix b/pkgs/by-name/en/entwine/package.nix index 6331900b107cd..8714d02efea8d 100644 --- a/pkgs/by-name/en/entwine/package.nix +++ b/pkgs/by-name/en/entwine/package.nix @@ -36,7 +36,8 @@ stdenv.mkDerivation rec { description = "Point cloud organization for massive datasets"; homepage = "https://entwine.io/"; license = licenses.lgpl2Only; - maintainers = with maintainers; teams.geospatial.members ++ [ matthewcroughan ]; + maintainers = with maintainers; [ matthewcroughan ]; + teams = [ teams.geospatial ]; platforms = platforms.linux; mainProgram = "entwine"; }; diff --git a/pkgs/by-name/eo/eog/package.nix b/pkgs/by-name/eo/eog/package.nix index 1c8e35193f4fe..a14ac0beaf405 100644 --- a/pkgs/by-name/eo/eog/package.nix +++ b/pkgs/by-name/eo/eog/package.nix @@ -127,7 +127,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/eog"; changelog = "https://gitlab.gnome.org/GNOME/eog/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; mainProgram = "eog"; }; diff --git a/pkgs/by-name/ep/epiphany/package.nix b/pkgs/by-name/ep/epiphany/package.nix index c9033f6030da5..ba61930135b58 100644 --- a/pkgs/by-name/ep/epiphany/package.nix +++ b/pkgs/by-name/ep/epiphany/package.nix @@ -107,7 +107,10 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Epiphany/"; description = "WebKit based web browser for GNOME"; mainProgram = "epiphany"; - maintainers = teams.gnome.members ++ teams.pantheon.members; + teams = [ + teams.gnome + teams.pantheon + ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/er/errands/package.nix b/pkgs/by-name/er/errands/package.nix index 9070e0a778ff6..665a79eee1b17 100644 --- a/pkgs/by-name/er/errands/package.nix +++ b/pkgs/by-name/er/errands/package.nix @@ -70,12 +70,10 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/mrvladus/Errands"; license = lib.licenses.mit; mainProgram = "errands"; - maintainers = - with lib.maintainers; - [ - luftmensch-luftmensch - sund3RRR - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + luftmensch-luftmensch + sund3RRR + ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/es/esptool/package.nix b/pkgs/by-name/es/esptool/package.nix index a77cb5e750d7c..8b8b26821e2a0 100644 --- a/pkgs/by-name/es/esptool/package.nix +++ b/pkgs/by-name/es/esptool/package.nix @@ -75,13 +75,11 @@ python3Packages.buildPythonApplication rec { description = "ESP8266 and ESP32 serial bootloader utility"; homepage = "https://github.com/espressif/esptool"; license = licenses.gpl2Plus; - maintainers = - with maintainers; - [ - dezgeg - dotlambda - ] - ++ teams.lumiguide.members; + maintainers = with maintainers; [ + dezgeg + dotlambda + ]; + teams = [ lib.teams.lumiguide ]; platforms = with platforms; linux ++ darwin; mainProgram = "esptool.py"; }; diff --git a/pkgs/by-name/ev/evince/package.nix b/pkgs/by-name/ev/evince/package.nix index a8837ff202457..62ce6370df693 100644 --- a/pkgs/by-name/ev/evince/package.nix +++ b/pkgs/by-name/ev/evince/package.nix @@ -151,6 +151,9 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl2Plus; platforms = platforms.unix; mainProgram = "evince"; - maintainers = teams.gnome.members ++ teams.pantheon.members; + teams = [ + teams.gnome + teams.pantheon + ]; }; }) diff --git a/pkgs/by-name/ev/evolution-data-server/package.nix b/pkgs/by-name/ev/evolution-data-server/package.nix index b034d3cc02020..a12e71bd042d0 100644 --- a/pkgs/by-name/ev/evolution-data-server/package.nix +++ b/pkgs/by-name/ev/evolution-data-server/package.nix @@ -204,7 +204,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/evolution-data-server"; changelog = "https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; # requires libuuid }; } diff --git a/pkgs/by-name/ex/exercise-timer/package.nix b/pkgs/by-name/ex/exercise-timer/package.nix index 0f28d728448b2..e13af3153f585 100644 --- a/pkgs/by-name/ex/exercise-timer/package.nix +++ b/pkgs/by-name/ex/exercise-timer/package.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Hiit/"; changelog = "https://github.com/mfep/exercise-timer/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; mainProgram = "hiit"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/ex/exim/package.nix b/pkgs/by-name/ex/exim/package.nix index 5bfb1b2b1ae8d..5d850645b82c4 100644 --- a/pkgs/by-name/ex/exim/package.nix +++ b/pkgs/by-name/ex/exim/package.nix @@ -201,7 +201,8 @@ stdenv.mkDerivation rec { ]; mainProgram = "exim"; platforms = platforms.linux; - maintainers = with maintainers; [ tv ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ tv ]; + teams = [ teams.helsinki-systems ]; changelog = "https://github.com/Exim/exim/blob/exim-${version}/doc/doc-txt/ChangeLog"; }; } diff --git a/pkgs/by-name/ey/eyedropper/package.nix b/pkgs/by-name/ey/eyedropper/package.nix index 65c800acdf51d..e00ad339e69df 100644 --- a/pkgs/by-name/ey/eyedropper/package.nix +++ b/pkgs/by-name/ey/eyedropper/package.nix @@ -64,6 +64,7 @@ stdenv.mkDerivation rec { mainProgram = "eyedropper"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ zendo ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ zendo ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/fa/fastnetmon-advanced/package.nix b/pkgs/by-name/fa/fastnetmon-advanced/package.nix index 089f13d7ba33e..a4ff5c299fc2f 100644 --- a/pkgs/by-name/fa/fastnetmon-advanced/package.nix +++ b/pkgs/by-name/fa/fastnetmon-advanced/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { homepage = "https://fastnetmon.com"; changelog = "https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v${version}"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; license = licenses.unfree; platforms = [ "x86_64-linux" ]; }; diff --git a/pkgs/by-name/fe/fedifetcher/package.nix b/pkgs/by-name/fe/fedifetcher/package.nix index 73514ad6029be..29247fb8dc725 100644 --- a/pkgs/by-name/fe/fedifetcher/package.nix +++ b/pkgs/by-name/fe/fedifetcher/package.nix @@ -50,7 +50,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://blog.thms.uk/fedifetcher"; changelog = "https://github.com/nanos/FediFetcher/releases/tag/${src.tag}"; license = licenses.mit; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; mainProgram = "fedifetcher"; }; } diff --git a/pkgs/by-name/fe/fernglas/package.nix b/pkgs/by-name/fe/fernglas/package.nix index d11fd51fe8094..7a1c31602b2e9 100644 --- a/pkgs/by-name/fe/fernglas/package.nix +++ b/pkgs/by-name/fe/fernglas/package.nix @@ -78,7 +78,7 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/wobcom/fernglas/releases/tag/fernglas-${version}"; license = licenses.eupl12; platforms = platforms.linux; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; mainProgram = "fernglas"; }; } diff --git a/pkgs/by-name/ff/fflas-ffpack/package.nix b/pkgs/by-name/ff/fflas-ffpack/package.nix index 3b07162240d2a..ca1f53c63f7ae 100644 --- a/pkgs/by-name/ff/fflas-ffpack/package.nix +++ b/pkgs/by-name/ff/fflas-ffpack/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { description = "Finite Field Linear Algebra Subroutines"; mainProgram = "fflas-ffpack-config"; license = licenses.lgpl21Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; homepage = "https://linbox-team.github.io/fflas-ffpack/"; }; diff --git a/pkgs/by-name/fi/file-roller/package.nix b/pkgs/by-name/fi/file-roller/package.nix index 8797a2fc71421..92fadc2993002 100644 --- a/pkgs/by-name/fi/file-roller/package.nix +++ b/pkgs/by-name/fi/file-roller/package.nix @@ -70,7 +70,10 @@ stdenv.mkDerivation (finalAttrs: { description = "Archive manager for the GNOME desktop environment"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.gnome.members ++ teams.pantheon.members; + teams = [ + teams.gnome + teams.pantheon + ]; mainProgram = "file-roller"; }; }) diff --git a/pkgs/by-name/fi/five-or-more/package.nix b/pkgs/by-name/fi/five-or-more/package.nix index b78b26894c8bf..f1ac39fdcd3b7 100644 --- a/pkgs/by-name/fi/five-or-more/package.nix +++ b/pkgs/by-name/fi/five-or-more/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/five-or-more"; description = "Remove colored balls from the board by forming lines"; mainProgram = "five-or-more"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/fo/folder-color-switcher/package.nix b/pkgs/by-name/fo/folder-color-switcher/package.nix index 0683d606ba936..ebaad510b63fe 100644 --- a/pkgs/by-name/fo/folder-color-switcher/package.nix +++ b/pkgs/by-name/fo/folder-color-switcher/package.nix @@ -51,6 +51,6 @@ stdenvNoCC.mkDerivation { description = "Change folder colors for Nemo and Caja"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/fo/folks/package.nix b/pkgs/by-name/fo/folks/package.nix index 64f81dea0a7ca..1e62fa5100c11 100644 --- a/pkgs/by-name/fo/folks/package.nix +++ b/pkgs/by-name/fo/folks/package.nix @@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Library that aggregates people from multiple sources to create metacontacts"; homepage = "https://gitlab.gnome.org/GNOME/folks"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/fo/fondo/package.nix b/pkgs/by-name/fo/fondo/package.nix index 51eafc5f84501..f95083b023567 100644 --- a/pkgs/by-name/fo/fondo/package.nix +++ b/pkgs/by-name/fo/fondo/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/calo001/fondo"; description = "Find the most beautiful wallpapers for your desktop"; license = licenses.agpl3Plus; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.calo001.fondo"; }; diff --git a/pkgs/by-name/fo/forge-sparks/package.nix b/pkgs/by-name/fo/forge-sparks/package.nix index 64f78c60b953f..66a34635a5292 100644 --- a/pkgs/by-name/fo/forge-sparks/package.nix +++ b/pkgs/by-name/fo/forge-sparks/package.nix @@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/rafaelmardojai/forge-sparks"; license = lib.licenses.mit; mainProgram = "forge-sparks"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/fo/formatter/package.nix b/pkgs/by-name/fo/formatter/package.nix index 634ca15c9c3ef..76d3a8af1052c 100644 --- a/pkgs/by-name/fo/formatter/package.nix +++ b/pkgs/by-name/fo/formatter/package.nix @@ -70,7 +70,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Simple formatter designed for elementary OS"; homepage = "https://github.com/Djaler/Formatter"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.lgpl2Plus; mainProgram = "com.github.djaler.formatter"; diff --git a/pkgs/by-name/fo/four-in-a-row/package.nix b/pkgs/by-name/fo/four-in-a-row/package.nix index 96c9c90475846..9b77539522bd2 100644 --- a/pkgs/by-name/fo/four-in-a-row/package.nix +++ b/pkgs/by-name/fo/four-in-a-row/package.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/four-in-a-row/-/blob/${version}/NEWS?ref_type=tags"; description = "Make lines of the same color to win"; mainProgram = "four-in-a-row"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/fr/fractal/package.nix b/pkgs/by-name/fr/fractal/package.nix index 9c15ddd6a4e84..e7cb26597bce2 100644 --- a/pkgs/by-name/fr/fractal/package.nix +++ b/pkgs/by-name/fr/fractal/package.nix @@ -112,7 +112,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/fractal"; changelog = "https://gitlab.gnome.org/World/fractal/-/releases/${version}"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; mainProgram = "fractal"; }; diff --git a/pkgs/by-name/fr/fragments/package.nix b/pkgs/by-name/fr/fragments/package.nix index 19bb0a8c9ddae..9781462adb76d 100644 --- a/pkgs/by-name/fr/fragments/package.nix +++ b/pkgs/by-name/fr/fragments/package.nix @@ -75,12 +75,10 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/World/Fragments"; description = "Easy to use BitTorrent client for the GNOME desktop environment"; - maintainers = - with maintainers; - [ - emilytrau - ] - ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ + emilytrau + ]; + teams = [ lib.teams.gnome-circle ]; license = licenses.gpl3Plus; platforms = platforms.linux; mainProgram = "fragments"; diff --git a/pkgs/by-name/fr/fretboard/package.nix b/pkgs/by-name/fr/fretboard/package.nix index ba4ed09bac00e..25e405b6b9b33 100644 --- a/pkgs/by-name/fr/fretboard/package.nix +++ b/pkgs/by-name/fr/fretboard/package.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Fretboard/"; license = lib.licenses.gpl3Plus; mainProgram = "fretboard"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/by-name/fu/fuse-overlayfs/package.nix b/pkgs/by-name/fu/fuse-overlayfs/package.nix index dccfb4c24a642..4e85092dbd797 100644 --- a/pkgs/by-name/fu/fuse-overlayfs/package.nix +++ b/pkgs/by-name/fu/fuse-overlayfs/package.nix @@ -35,7 +35,8 @@ stdenv.mkDerivation rec { description = "FUSE implementation for overlayfs"; longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers."; license = licenses.gpl3; - maintainers = with maintainers; [ ma9e ] ++ teams.podman.members; + maintainers = with maintainers; [ ma9e ]; + teams = [ teams.podman ]; platforms = platforms.linux; inherit (src.meta) homepage; mainProgram = "fuse-overlayfs"; diff --git a/pkgs/by-name/ga/gap/package.nix b/pkgs/by-name/ga/gap/package.nix index 2a7542fab3818..e3cef3d777e19 100644 --- a/pkgs/by-name/ga/gap/package.nix +++ b/pkgs/by-name/ga/gap/package.nix @@ -154,7 +154,7 @@ stdenv.mkDerivation rec { # We are also grateful to ChrisJefferson for previous work on the package, # and to ChrisJefferson and fingolfin for help with GAP-related questions # from the upstream point of view. - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.all; # keeping all packages increases the package size considerably, which is # why a local build is preferable in that situation. The timeframe is diff --git a/pkgs/by-name/gc/gcab/package.nix b/pkgs/by-name/gc/gcab/package.nix index 552de1b205500..4075bba3616b0 100644 --- a/pkgs/by-name/gc/gcab/package.nix +++ b/pkgs/by-name/gc/gcab/package.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { mainProgram = "gcab"; homepage = "https://gitlab.gnome.org/GNOME/gcab"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/gd/gdal/package.nix b/pkgs/by-name/gd/gdal/package.nix index c140cd76be7a5..c507512dd9f5e 100644 --- a/pkgs/by-name/gd/gdal/package.nix +++ b/pkgs/by-name/gd/gdal/package.nix @@ -312,13 +312,11 @@ stdenv.mkDerivation (finalAttrs: { description = "Translator library for raster geospatial data formats"; homepage = "https://www.gdal.org/"; license = licenses.mit; - maintainers = - with maintainers; - teams.geospatial.members - ++ [ - marcweber - dotlambda - ]; + maintainers = with maintainers; [ + marcweber + dotlambda + ]; + teams = [ teams.geospatial ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/gd/gdl/package.nix b/pkgs/by-name/gd/gdl/package.nix index 8107fec39bdb2..69c8f57368201 100644 --- a/pkgs/by-name/gd/gdl/package.nix +++ b/pkgs/by-name/gd/gdl/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Gnome docking library"; homepage = "https://developer.gnome.org/gdl/"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gd/gdm/package.nix b/pkgs/by-name/gd/gdm/package.nix index 9dc9e6d439a1e..6675a52a7eebe 100644 --- a/pkgs/by-name/gd/gdm/package.nix +++ b/pkgs/by-name/gd/gdm/package.nix @@ -203,7 +203,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gdm"; changelog = "https://gitlab.gnome.org/GNOME/gdm/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/ge/geary/package.nix b/pkgs/by-name/ge/geary/package.nix index 719519e779315..1ee4d48bb8d85 100644 --- a/pkgs/by-name/ge/geary/package.nix +++ b/pkgs/by-name/ge/geary/package.nix @@ -155,7 +155,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/geary"; changelog = "https://gitlab.gnome.org/GNOME/geary/-/blob/${version}/NEWS?ref_type=tags"; description = "Mail client for GNOME 3"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl21Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/ge/geocode-glib_2/package.nix b/pkgs/by-name/ge/geocode-glib_2/package.nix index 46cf04ba34d46..297cabbe30108 100644 --- a/pkgs/by-name/ge/geocode-glib_2/package.nix +++ b/pkgs/by-name/ge/geocode-glib_2/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Convenience library for the geocoding and reverse geocoding using Nominatim service"; homepage = "https://gitlab.gnome.org/GNOME/geocode-glib"; license = lib.licenses.lgpl2Plus; - maintainers = lib.teams.gnome.members; + teams = [ lib.teams.gnome ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/ge/geoipupdate/package.nix b/pkgs/by-name/ge/geoipupdate/package.nix index 45a37d824c218..bb7f6d485d110 100644 --- a/pkgs/by-name/ge/geoipupdate/package.nix +++ b/pkgs/by-name/ge/geoipupdate/package.nix @@ -25,7 +25,7 @@ buildGoModule rec { description = "Automatic GeoIP database updater"; homepage = "https://github.com/maxmind/geoipupdate"; license = with licenses; [ asl20 ]; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; mainProgram = "geoipupdate"; }; } diff --git a/pkgs/by-name/ge/geoserver/package.nix b/pkgs/by-name/ge/geoserver/package.nix index 43aefdbb2f52d..0cac26e6a0272 100644 --- a/pkgs/by-name/ge/geoserver/package.nix +++ b/pkgs/by-name/ge/geoserver/package.nix @@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: rec { homepage = "https://geoserver.org/"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.gpl2Plus; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; platforms = platforms.all; }; }) diff --git a/pkgs/by-name/ge/gexiv2/package.nix b/pkgs/by-name/ge/gexiv2/package.nix index 54b173d08aca5..7913d8aeb2684 100644 --- a/pkgs/by-name/ge/gexiv2/package.nix +++ b/pkgs/by-name/ge/gexiv2/package.nix @@ -88,6 +88,6 @@ stdenv.mkDerivation rec { description = "GObject wrapper around the Exiv2 photo metadata library"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gf/gf2x/package.nix b/pkgs/by-name/gf/gf2x/package.nix index d30efbcfeda6b..4f1f154086013 100644 --- a/pkgs/by-name/gf/gf2x/package.nix +++ b/pkgs/by-name/gf/gf2x/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { description = "Routines for fast arithmetic in GF(2)[x]"; homepage = "https://gitlab.inria.fr/gf2x/gf2x/"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/gh/ghex/package.nix b/pkgs/by-name/gh/ghex/package.nix index e7c3e5f8ed883..6ae3dab157cdc 100644 --- a/pkgs/by-name/gh/ghex/package.nix +++ b/pkgs/by-name/gh/ghex/package.nix @@ -88,6 +88,6 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "ghex"; platforms = platforms.linux; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/gi/gi-docgen/package.nix b/pkgs/by-name/gi/gi-docgen/package.nix index 0401fedd1290e..b1e6d687cd78c 100644 --- a/pkgs/by-name/gi/gi-docgen/package.nix +++ b/pkgs/by-name/gi/gi-docgen/package.nix @@ -56,6 +56,6 @@ python3.pkgs.buildPythonApplication rec { mainProgram = "gi-docgen"; homepage = "https://gitlab.gnome.org/GNOME/gi-docgen"; license = licenses.asl20; # OR GPL-3.0-or-later - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gi/gitaly/git.nix b/pkgs/by-name/gi/gitaly/git.nix index b9cdeb21cdc0d..1390e56006fd3 100644 --- a/pkgs/by-name/gi/gitaly/git.nix +++ b/pkgs/by-name/gi/gitaly/git.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { description = "Distributed version control system - with Gitaly patches"; license = lib.licenses.gpl2Only; platforms = lib.platforms.all; - maintainers = lib.teams.gitlab.members; + teams = [ lib.teams.gitlab ]; }; } diff --git a/pkgs/by-name/gi/gitaly/package.nix b/pkgs/by-name/gi/gitaly/package.nix index f47cf1d6ecd99..86f34db40aa4c 100644 --- a/pkgs/by-name/gi/gitaly/package.nix +++ b/pkgs/by-name/gi/gitaly/package.nix @@ -77,7 +77,7 @@ buildGoModule ( homepage = "https://gitlab.com/gitlab-org/gitaly"; description = "Git RPC service for handling all the git calls made by GitLab"; platforms = platforms.linux ++ [ "x86_64-darwin" ]; - maintainers = teams.gitlab.members; + teams = [ teams.gitlab ]; license = licenses.mit; }; } diff --git a/pkgs/by-name/gi/gitlab-elasticsearch-indexer/package.nix b/pkgs/by-name/gi/gitlab-elasticsearch-indexer/package.nix index 994984265e53a..e9d8b146af761 100644 --- a/pkgs/by-name/gi/gitlab-elasticsearch-indexer/package.nix +++ b/pkgs/by-name/gi/gitlab-elasticsearch-indexer/package.nix @@ -27,6 +27,7 @@ buildGoModule rec { description = "Indexes Git repositories into Elasticsearch for GitLab"; mainProgram = "gitlab-elasticsearch-indexer"; license = licenses.mit; - maintainers = with maintainers; [ yayayayaka ] ++ teams.cyberus.members; + maintainers = with maintainers; [ yayayayaka ]; + teams = [ teams.cyberus ]; }; } diff --git a/pkgs/by-name/gi/gitlab-pages/package.nix b/pkgs/by-name/gi/gitlab-pages/package.nix index 2e7a860f56e47..76d4eb64578b9 100644 --- a/pkgs/by-name/gi/gitlab-pages/package.nix +++ b/pkgs/by-name/gi/gitlab-pages/package.nix @@ -25,6 +25,6 @@ buildGoModule rec { homepage = "https://gitlab.com/gitlab-org/gitlab-pages"; changelog = "https://gitlab.com/gitlab-org/gitlab-pages/-/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = teams.gitlab.members; + teams = [ teams.gitlab ]; }; } diff --git a/pkgs/by-name/gi/gitlab-runner/package.nix b/pkgs/by-name/gi/gitlab-runner/package.nix index 30f90db82be6a..608e7d57027fc 100644 --- a/pkgs/by-name/gi/gitlab-runner/package.nix +++ b/pkgs/by-name/gi/gitlab-runner/package.nix @@ -109,6 +109,7 @@ buildGoModule (finalAttrs: { homepage = "https://docs.gitlab.com/runner"; license = lib.licenses.mit; mainProgram = "gitlab-runner"; - maintainers = with lib.maintainers; [ zimbatm ] ++ lib.teams.gitlab.members; + maintainers = with lib.maintainers; [ zimbatm ]; + teams = [ lib.teams.gitlab ]; }; }) diff --git a/pkgs/by-name/gi/gitlab-shell/package.nix b/pkgs/by-name/gi/gitlab-shell/package.nix index c6b1e749983a8..cccff40445873 100644 --- a/pkgs/by-name/gi/gitlab-shell/package.nix +++ b/pkgs/by-name/gi/gitlab-shell/package.nix @@ -46,7 +46,7 @@ buildGoModule rec { description = "SSH access and repository management app for GitLab"; homepage = "http://www.gitlab.com/"; platforms = platforms.linux; - maintainers = teams.gitlab.members; + teams = [ teams.gitlab ]; license = licenses.mit; }; } diff --git a/pkgs/by-name/gj/gjs/package.nix b/pkgs/by-name/gj/gjs/package.nix index 367396d89431e..0b55b40fbce18 100644 --- a/pkgs/by-name/gj/gjs/package.nix +++ b/pkgs/by-name/gj/gjs/package.nix @@ -165,7 +165,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Home.md"; license = licenses.lgpl2Plus; mainProgram = "gjs"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; inherit (gobject-introspection.meta) platforms badPlatforms; }; }) diff --git a/pkgs/by-name/gl/glade/package.nix b/pkgs/by-name/gl/glade/package.nix index e0332d691ca28..06e25521e8760 100644 --- a/pkgs/by-name/gl/glade/package.nix +++ b/pkgs/by-name/gl/glade/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/glade"; description = "User interface designer for GTK applications"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gl/gleam/package.nix b/pkgs/by-name/gl/gleam/package.nix index e1f12e9220f26..f5bf49d08e5ff 100644 --- a/pkgs/by-name/gl/gleam/package.nix +++ b/pkgs/by-name/gl/gleam/package.nix @@ -53,6 +53,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://gleam.run/"; changelog = "https://github.com/gleam-lang/gleam/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = lib.teams.beam.members ++ [ lib.maintainers.philtaken ]; + maintainers = [ lib.maintainers.philtaken ]; + teams = [ lib.teams.beam ]; }; }) diff --git a/pkgs/by-name/gl/glib-networking/package.nix b/pkgs/by-name/gl/glib-networking/package.nix index 13bf9c1b5b82a..d699dadd2e2af 100644 --- a/pkgs/by-name/gl/glib-networking/package.nix +++ b/pkgs/by-name/gl/glib-networking/package.nix @@ -94,7 +94,7 @@ stdenv.mkDerivation rec { description = "Network-related giomodules for glib"; homepage = "https://gitlab.gnome.org/GNOME/glib-networking"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; badPlatforms = [ # GIO shared modules are mandatory. diff --git a/pkgs/by-name/gl/glib/package.nix b/pkgs/by-name/gl/glib/package.nix index f252df75413ff..b473ed55a9a38 100644 --- a/pkgs/by-name/gl/glib/package.nix +++ b/pkgs/by-name/gl/glib/package.nix @@ -395,12 +395,11 @@ stdenv.mkDerivation (finalAttrs: { description = "C library of programming buildings blocks"; homepage = "https://gitlab.gnome.org/GNOME/glib"; license = licenses.lgpl21Plus; - maintainers = - teams.gnome.members - ++ (with maintainers; [ - lovek323 - raskin - ]); + maintainers = with maintainers; [ + lovek323 + raskin + ]; + teams = [ teams.gnome ]; pkgConfigModules = [ "gio-2.0" "gobject-2.0" diff --git a/pkgs/by-name/gl/glpk/package.nix b/pkgs/by-name/gl/glpk/package.nix index bc7ae7c9e5756..012865ab26b90 100644 --- a/pkgs/by-name/gl/glpk/package.nix +++ b/pkgs/by-name/gl/glpk/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { homepage = "https://www.gnu.org/software/glpk/"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ ] ++ teams.sage.members; + teams = [ teams.sage ]; mainProgram = "glpsol"; platforms = platforms.all; }; diff --git a/pkgs/by-name/gl/glycin-loaders/package.nix b/pkgs/by-name/gl/glycin-loaders/package.nix index 8727e5468ef7e..709c452b709f4 100644 --- a/pkgs/by-name/gl/glycin-loaders/package.nix +++ b/pkgs/by-name/gl/glycin-loaders/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Glycin loaders for several formats"; homepage = "https://gitlab.gnome.org/sophie-h/glycin"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = with licenses; [ mpl20 # or lgpl21Plus diff --git a/pkgs/by-name/gn/gnome-2048/package.nix b/pkgs/by-name/gn/gnome-2048/package.nix index 2a1e8cf1c613f..b1fdc633125de 100644 --- a/pkgs/by-name/gn/gnome-2048/package.nix +++ b/pkgs/by-name/gn/gnome-2048/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-2048/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Obtain the 2048 tile"; mainProgram = "gnome-2048"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-applets/package.nix b/pkgs/by-name/gn/gnome-applets/package.nix index 2ef3e827107d0..71d6ae218bf1b 100644 --- a/pkgs/by-name/gn/gnome-applets/package.nix +++ b/pkgs/by-name/gn/gnome-applets/package.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-applets"; changelog = "https://gitlab.gnome.org/GNOME/gnome-applets/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-autoar/package.nix b/pkgs/by-name/gn/gnome-autoar/package.nix index aefc9e0c1fe5b..467b32307c633 100644 --- a/pkgs/by-name/gn/gnome-autoar/package.nix +++ b/pkgs/by-name/gn/gnome-autoar/package.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { meta = with lib; { platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl21Plus; description = "Library to integrate compressed files management with GNOME"; }; diff --git a/pkgs/by-name/gn/gnome-backgrounds/package.nix b/pkgs/by-name/gn/gnome-backgrounds/package.nix index 442d486590376..c2622183607d6 100644 --- a/pkgs/by-name/gn/gnome-backgrounds/package.nix +++ b/pkgs/by-name/gn/gnome-backgrounds/package.nix @@ -38,6 +38,6 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.cc-by-sa-30; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gn/gnome-bluetooth/package.nix b/pkgs/by-name/gn/gnome-bluetooth/package.nix index ca5d61a3c3f42..01043b9d5f5e7 100644 --- a/pkgs/by-name/gn/gnome-bluetooth/package.nix +++ b/pkgs/by-name/gn/gnome-bluetooth/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Application that lets you manage Bluetooth in the GNOME desktop"; mainProgram = "bluetooth-sendto"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-boxes/package.nix b/pkgs/by-name/gn/gnome-boxes/package.nix index 70c1f03eb1417..a8028f1d2097c 100644 --- a/pkgs/by-name/gn/gnome-boxes/package.nix +++ b/pkgs/by-name/gn/gnome-boxes/package.nix @@ -137,6 +137,6 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Boxes/"; license = licenses.lgpl2Plus; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gn/gnome-browser-connector/package.nix b/pkgs/by-name/gn/gnome-browser-connector/package.nix index 05fbfd7978499..e166952c78acb 100644 --- a/pkgs/by-name/gn/gnome-browser-connector/package.nix +++ b/pkgs/by-name/gn/gnome-browser-connector/package.nix @@ -63,7 +63,7 @@ buildPythonApplication rec { To use the integration, install the [browser extension](https://gitlab.gnome.org/GNOME/gnome-browser-extension), and then set `services.gnome.gnome-browser-connector.enable` to `true`. ''; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-builder/package.nix b/pkgs/by-name/gn/gnome-builder/package.nix index eff3dc8ae5265..28bf38d715ade 100644 --- a/pkgs/by-name/gn/gnome-builder/package.nix +++ b/pkgs/by-name/gn/gnome-builder/package.nix @@ -175,7 +175,7 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://apps.gnome.org/Builder/"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; mainProgram = "gnome-builder"; }; diff --git a/pkgs/by-name/gn/gnome-calculator/package.nix b/pkgs/by-name/gn/gnome-calculator/package.nix index e9f6d8c126c1d..ce4880b41f971 100644 --- a/pkgs/by-name/gn/gnome-calculator/package.nix +++ b/pkgs/by-name/gn/gnome-calculator/package.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://apps.gnome.org/Calculator/"; description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-calendar/package.nix b/pkgs/by-name/gn/gnome-calendar/package.nix index f49b00e5e3070..7d0ab132ced17 100644 --- a/pkgs/by-name/gn/gnome-calendar/package.nix +++ b/pkgs/by-name/gn/gnome-calendar/package.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Calendar/"; description = "Simple and beautiful calendar application for GNOME"; mainProgram = "gnome-calendar"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-characters/package.nix b/pkgs/by-name/gn/gnome-characters/package.nix index f827feae8bd67..f02abaee04bf3 100644 --- a/pkgs/by-name/gn/gnome-characters/package.nix +++ b/pkgs/by-name/gn/gnome-characters/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Characters/"; description = "Simple utility application to find and insert unusual characters"; mainProgram = "gnome-characters"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-chess/package.nix b/pkgs/by-name/gn/gnome-chess/package.nix index 25f54ad45c96f..f3ff43b151f06 100644 --- a/pkgs/by-name/gn/gnome-chess/package.nix +++ b/pkgs/by-name/gn/gnome-chess/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-chess"; description = "Play the classic two-player boardgame of chess"; mainProgram = "gnome-chess"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-clocks/package.nix b/pkgs/by-name/gn/gnome-clocks/package.nix index e99e6bcdb5806..89ee6b4197a28 100644 --- a/pkgs/by-name/gn/gnome-clocks/package.nix +++ b/pkgs/by-name/gn/gnome-clocks/package.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: { - Set timers to properly cook your food ''; mainProgram = "gnome-clocks"; - maintainers = lib.teams.gnome.members; + teams = [ lib.teams.gnome ]; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-color-manager/package.nix b/pkgs/by-name/gn/gnome-color-manager/package.nix index 4c9a0eac04add..27bba37f42afc 100644 --- a/pkgs/by-name/gn/gnome-color-manager/package.nix +++ b/pkgs/by-name/gn/gnome-color-manager/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Set of graphical utilities for color management to be used in the GNOME desktop"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-common/package.nix b/pkgs/by-name/gn/gnome-common/package.nix index 9a5393a27a8a6..592b7e8754a84 100644 --- a/pkgs/by-name/gn/gnome-common/package.nix +++ b/pkgs/by-name/gn/gnome-common/package.nix @@ -28,6 +28,6 @@ stdenv.mkDerivation rec { ]; # autogen.sh which is using gnome-common tends to require which meta = with lib; { - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gn/gnome-connections/package.nix b/pkgs/by-name/gn/gnome-connections/package.nix index 83870607e2591..b4802ea3bdabe 100644 --- a/pkgs/by-name/gn/gnome-connections/package.nix +++ b/pkgs/by-name/gn/gnome-connections/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-connections/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Remote desktop client for the GNOME desktop environment"; mainProgram = "gnome-connections"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-console/package.nix b/pkgs/by-name/gn/gnome-console/package.nix index fbe20611fdf2c..d1c557a197e38 100644 --- a/pkgs/by-name/gn/gnome-console/package.nix +++ b/pkgs/by-name/gn/gnome-console/package.nix @@ -63,7 +63,8 @@ stdenv.mkDerivation rec { description = "Simple user-friendly terminal emulator for the GNOME desktop"; homepage = "https://gitlab.gnome.org/GNOME/console"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ zhaofengli ]); + maintainers = with maintainers; [ zhaofengli ]; + teams = [ teams.gnome ]; platforms = platforms.unix; mainProgram = "kgx"; }; diff --git a/pkgs/by-name/gn/gnome-contacts/package.nix b/pkgs/by-name/gn/gnome-contacts/package.nix index 5d319e2c8bc96..324f08b1c7df4 100644 --- a/pkgs/by-name/gn/gnome-contacts/package.nix +++ b/pkgs/by-name/gn/gnome-contacts/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Contacts/"; description = "GNOME’s integrated address book"; mainProgram = "gnome-contacts"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-control-center/package.nix b/pkgs/by-name/gn/gnome-control-center/package.nix index 681be6eab1353..fc6237c7e98fd 100644 --- a/pkgs/by-name/gn/gnome-control-center/package.nix +++ b/pkgs/by-name/gn/gnome-control-center/package.nix @@ -210,7 +210,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Utilities to configure the GNOME desktop"; mainProgram = "gnome-control-center"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-desktop/package.nix b/pkgs/by-name/gn/gnome-desktop/package.nix index a7b599ae12a58..3da03ba6a6da1 100644 --- a/pkgs/by-name/gn/gnome-desktop/package.nix +++ b/pkgs/by-name/gn/gnome-desktop/package.nix @@ -112,6 +112,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gn/gnome-disk-utility/package.nix b/pkgs/by-name/gn/gnome-disk-utility/package.nix index 70cc891e75a2e..6a61d64e49f67 100644 --- a/pkgs/by-name/gn/gnome-disk-utility/package.nix +++ b/pkgs/by-name/gn/gnome-disk-utility/package.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://apps.gnome.org/DiskUtility/"; description = "Udisks graphical front-end"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; mainProgram = "gnome-disks"; diff --git a/pkgs/by-name/gn/gnome-epub-thumbnailer/package.nix b/pkgs/by-name/gn/gnome-epub-thumbnailer/package.nix index f8ed99ececdad..d20eb6e9183a3 100644 --- a/pkgs/by-name/gn/gnome-epub-thumbnailer/package.nix +++ b/pkgs/by-name/gn/gnome-epub-thumbnailer/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { description = "Thumbnailer for EPub and MOBI books"; homepage = "https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-firmware/package.nix b/pkgs/by-name/gn/gnome-firmware/package.nix index dc736a30ef2e4..2821adcbff51c 100644 --- a/pkgs/by-name/gn/gnome-firmware/package.nix +++ b/pkgs/by-name/gn/gnome-firmware/package.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Tool for installing firmware on devices"; mainProgram = "gnome-firmware"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-flashback/package.nix b/pkgs/by-name/gn/gnome-flashback/package.nix index afc747c3a3e8f..5acf060c71cf7 100644 --- a/pkgs/by-name/gn/gnome-flashback/package.nix +++ b/pkgs/by-name/gn/gnome-flashback/package.nix @@ -218,7 +218,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-flashback"; changelog = "https://gitlab.gnome.org/GNOME/gnome-flashback/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-font-viewer/package.nix b/pkgs/by-name/gn/gnome-font-viewer/package.nix index 02e80ca2ceec1..8ff75ba3b3f8d 100644 --- a/pkgs/by-name/gn/gnome-font-viewer/package.nix +++ b/pkgs/by-name/gn/gnome-font-viewer/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Program that can preview fonts and create thumbnails for fonts"; homepage = "https://gitlab.gnome.org/GNOME/gnome-font-viewer"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-graphs/package.nix b/pkgs/by-name/gn/gnome-graphs/package.nix index 93e4cf46f5c36..e745012710372 100644 --- a/pkgs/by-name/gn/gnome-graphs/package.nix +++ b/pkgs/by-name/gn/gnome-graphs/package.nix @@ -75,7 +75,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://apps.gnome.org/Graphs"; license = licenses.gpl3Plus; mainProgram = "graphs"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = platforms.linux; # locale.bindtextdomain only available on linux }; } diff --git a/pkgs/by-name/gn/gnome-initial-setup/package.nix b/pkgs/by-name/gn/gnome-initial-setup/package.nix index 48cb4777b9b28..76e6436fcf5e2 100644 --- a/pkgs/by-name/gn/gnome-initial-setup/package.nix +++ b/pkgs/by-name/gn/gnome-initial-setup/package.nix @@ -100,6 +100,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/gn/gnome-keyring/package.nix b/pkgs/by-name/gn/gnome-keyring/package.nix index 199bbd40b1c3a..6acf7603a18cf 100644 --- a/pkgs/by-name/gn/gnome-keyring/package.nix +++ b/pkgs/by-name/gn/gnome-keyring/package.nix @@ -110,7 +110,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-keyring"; changelog = "https://gitlab.gnome.org/GNOME/gnome-keyring/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl2; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-keysign/package.nix b/pkgs/by-name/gn/gnome-keysign/package.nix index ac9aaa330a234..e3cf67e2ce1bc 100644 --- a/pkgs/by-name/gn/gnome-keysign/package.nix +++ b/pkgs/by-name/gn/gnome-keysign/package.nix @@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication rec { description = "GTK/GNOME application to use GnuPG for signing other peoples’ keys"; homepage = "https://gitlab.gnome.org/GNOME/gnome-keysign"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-klotski/package.nix b/pkgs/by-name/gn/gnome-klotski/package.nix index eed4c62178bd6..5d56a8e0f00a4 100644 --- a/pkgs/by-name/gn/gnome-klotski/package.nix +++ b/pkgs/by-name/gn/gnome-klotski/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/gnome-klotski/-/blob/${version}/NEWS?ref_type=tags"; description = "Slide blocks to solve the puzzle"; mainProgram = "gnome-klotski"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-logs/package.nix b/pkgs/by-name/gn/gnome-logs/package.nix index 3b2723e7fb069..61f978fcfcd76 100644 --- a/pkgs/by-name/gn/gnome-logs/package.nix +++ b/pkgs/by-name/gn/gnome-logs/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Logs/"; description = "Log viewer for the systemd journal"; mainProgram = "gnome-logs"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-mahjongg/package.nix b/pkgs/by-name/gn/gnome-mahjongg/package.nix index 0b98ac0182ce4..b057dac36ec4e 100644 --- a/pkgs/by-name/gn/gnome-mahjongg/package.nix +++ b/pkgs/by-name/gn/gnome-mahjongg/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-mahjongg/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Disassemble a pile of tiles by removing matching pairs"; mainProgram = "gnome-mahjongg"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-maps/package.nix b/pkgs/by-name/gn/gnome-maps/package.nix index d09dd2aa46e8f..2f031a4043bd8 100644 --- a/pkgs/by-name/gn/gnome-maps/package.nix +++ b/pkgs/by-name/gn/gnome-maps/package.nix @@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Maps/"; description = "Map application for GNOME 3"; mainProgram = "gnome-maps"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-mines/package.nix b/pkgs/by-name/gn/gnome-mines/package.nix index bff53731d0405..1a54b48e18c43 100644 --- a/pkgs/by-name/gn/gnome-mines/package.nix +++ b/pkgs/by-name/gn/gnome-mines/package.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-mines"; description = "Clear hidden mines from a minefield"; mainProgram = "gnome-mines"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-multi-writer/package.nix b/pkgs/by-name/gn/gnome-multi-writer/package.nix index 2f77f53d45d96..29af5fd380f35 100644 --- a/pkgs/by-name/gn/gnome-multi-writer/package.nix +++ b/pkgs/by-name/gn/gnome-multi-writer/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { mainProgram = "gnome-multi-writer"; homepage = "https://gitlab.gnome.org/GNOME/gnome-multi-writer"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-music/package.nix b/pkgs/by-name/gn/gnome-music/package.nix index 0b9a868731c65..5522ed6f3da00 100644 --- a/pkgs/by-name/gn/gnome-music/package.nix +++ b/pkgs/by-name/gn/gnome-music/package.nix @@ -105,7 +105,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://apps.gnome.org/Music/"; description = "Music player and management application for the GNOME desktop environment"; mainProgram = "gnome-music"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-nettool/package.nix b/pkgs/by-name/gn/gnome-nettool/package.nix index 2860fdefaaea5..b2ea4d2bc9cf3 100644 --- a/pkgs/by-name/gn/gnome-nettool/package.nix +++ b/pkgs/by-name/gn/gnome-nettool/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool"; description = "Collection of networking tools"; mainProgram = "gnome-nettool"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-nibbles/package.nix b/pkgs/by-name/gn/gnome-nibbles/package.nix index 975ed4693427b..bd8b259efd127 100644 --- a/pkgs/by-name/gn/gnome-nibbles/package.nix +++ b/pkgs/by-name/gn/gnome-nibbles/package.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-nibbles"; changelog = "https://gitlab.gnome.org/GNOME/gnome-nibbles/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-notes/package.nix b/pkgs/by-name/gn/gnome-notes/package.nix index 6dba58e312925..a67795c140bb9 100644 --- a/pkgs/by-name/gn/gnome-notes/package.nix +++ b/pkgs/by-name/gn/gnome-notes/package.nix @@ -93,7 +93,7 @@ stdenv.mkDerivation rec { mainProgram = "bijiben"; homepage = "https://gitlab.gnome.org/GNOME/gnome-notes"; license = licenses.gpl3; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-online-accounts-gtk/package.nix b/pkgs/by-name/gn/gnome-online-accounts-gtk/package.nix index d252c33ce4743..35397182758da 100644 --- a/pkgs/by-name/gn/gnome-online-accounts-gtk/package.nix +++ b/pkgs/by-name/gn/gnome-online-accounts-gtk/package.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/xapp-project/gnome-online-accounts-gtk"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; }) diff --git a/pkgs/by-name/gn/gnome-online-accounts/package.nix b/pkgs/by-name/gn/gnome-online-accounts/package.nix index 7339926f7dc0d..c1ec50a7d782a 100644 --- a/pkgs/by-name/gn/gnome-online-accounts/package.nix +++ b/pkgs/by-name/gn/gnome-online-accounts/package.nix @@ -109,6 +109,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Single sign-on framework for GNOME"; platforms = platforms.unix; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/gn/gnome-packagekit/package.nix b/pkgs/by-name/gn/gnome-packagekit/package.nix index 6ab6363dc50db..3ef7ac41da7de 100644 --- a/pkgs/by-name/gn/gnome-packagekit/package.nix +++ b/pkgs/by-name/gn/gnome-packagekit/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.freedesktop.org/software/PackageKit/"; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; description = "Tools for installing software on the GNOME desktop using PackageKit"; }; diff --git a/pkgs/by-name/gn/gnome-panel/package.nix b/pkgs/by-name/gn/gnome-panel/package.nix index 80c49fda40176..5efd8db1e9f10 100644 --- a/pkgs/by-name/gn/gnome-panel/package.nix +++ b/pkgs/by-name/gn/gnome-panel/package.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-panel"; changelog = "https://gitlab.gnome.org/GNOME/gnome-panel/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-photos/package.nix b/pkgs/by-name/gn/gnome-photos/package.nix index fd7399ee677cf..071cd906ffd99 100644 --- a/pkgs/by-name/gn/gnome-photos/package.nix +++ b/pkgs/by-name/gn/gnome-photos/package.nix @@ -122,7 +122,7 @@ stdenv.mkDerivation rec { mainProgram = "gnome-photos"; homepage = "https://gitlab.gnome.org/GNOME/gnome-photos"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-podcasts/package.nix b/pkgs/by-name/gn/gnome-podcasts/package.nix index d5927edfe385f..c7451551ce1b4 100644 --- a/pkgs/by-name/gn/gnome-podcasts/package.nix +++ b/pkgs/by-name/gn/gnome-podcasts/package.nix @@ -79,7 +79,10 @@ stdenv.mkDerivation rec { mainProgram = "gnome-podcasts"; homepage = "https://apps.gnome.org/Podcasts/"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.gnome.members ++ lib.teams.gnome-circle.members; + teams = [ + lib.teams.gnome + lib.teams.gnome-circle + ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/gnome-podcasts.x86_64-darwin }; diff --git a/pkgs/by-name/gn/gnome-power-manager/package.nix b/pkgs/by-name/gn/gnome-power-manager/package.nix index ac807494d33d2..6a2fafad49c26 100644 --- a/pkgs/by-name/gn/gnome-power-manager/package.nix +++ b/pkgs/by-name/gn/gnome-power-manager/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-power-manager"; description = "View battery and power statistics provided by UPower"; mainProgram = "gnome-power-statistics"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-recipes/package.nix b/pkgs/by-name/gn/gnome-recipes/package.nix index a3fe050d1dd82..b2e7461a3b6d6 100644 --- a/pkgs/by-name/gn/gnome-recipes/package.nix +++ b/pkgs/by-name/gn/gnome-recipes/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { description = "Recipe management application for GNOME"; mainProgram = "gnome-recipes"; homepage = "https://gitlab.gnome.org/GNOME/recipes"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-remote-desktop/package.nix b/pkgs/by-name/gn/gnome-remote-desktop/package.nix index f4f8091d28e52..02cc0c2f34889 100644 --- a/pkgs/by-name/gn/gnome-remote-desktop/package.nix +++ b/pkgs/by-name/gn/gnome-remote-desktop/package.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/blob/${version}/NEWS?ref_type=tags"; description = "GNOME Remote Desktop server"; mainProgram = "grdctl"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-robots/package.nix b/pkgs/by-name/gn/gnome-robots/package.nix index b34f8a5c8c0bc..2b31d74aa47d9 100644 --- a/pkgs/by-name/gn/gnome-robots/package.nix +++ b/pkgs/by-name/gn/gnome-robots/package.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-robots/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Avoid the robots and make them crash into each other"; mainProgram = "gnome-robots"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-screenshot/package.nix b/pkgs/by-name/gn/gnome-screenshot/package.nix index 1509e559ac3f4..cd414c82e248a 100644 --- a/pkgs/by-name/gn/gnome-screenshot/package.nix +++ b/pkgs/by-name/gn/gnome-screenshot/package.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-screenshot"; description = "Utility used in the GNOME desktop environment for taking screenshots"; mainProgram = "gnome-screenshot"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-secrets/package.nix b/pkgs/by-name/gn/gnome-secrets/package.nix index a6b2fb7f2f344..97f30f26bc839 100644 --- a/pkgs/by-name/gn/gnome-secrets/package.nix +++ b/pkgs/by-name/gn/gnome-secrets/package.nix @@ -75,7 +75,8 @@ python3Packages.buildPythonApplication rec { homepage = "https://gitlab.gnome.org/World/secrets"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ mvnetbiz ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ mvnetbiz ]; + teams = [ teams.gnome-circle ]; mainProgram = "secrets"; }; } diff --git a/pkgs/by-name/gn/gnome-session/ctl.nix b/pkgs/by-name/gn/gnome-session/ctl.nix index 10eae3e97d683..45c676f1c7ab4 100644 --- a/pkgs/by-name/gn/gnome-session/ctl.nix +++ b/pkgs/by-name/gn/gnome-session/ctl.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { description = "gnome-session-ctl extracted from gnome-session for nixpkgs"; homepage = "https://github.com/nix-community/gnome-session-ctl"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-session/package.nix b/pkgs/by-name/gn/gnome-session/package.nix index 47842a419a7b3..0d825cbaa39ab 100644 --- a/pkgs/by-name/gn/gnome-session/package.nix +++ b/pkgs/by-name/gn/gnome-session/package.nix @@ -135,7 +135,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-session"; changelog = "https://gitlab.gnome.org/GNOME/gnome-session/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-settings-daemon/package.nix b/pkgs/by-name/gn/gnome-settings-daemon/package.nix index dbeaeb1115c65..fedef926e6bf2 100644 --- a/pkgs/by-name/gn/gnome-settings-daemon/package.nix +++ b/pkgs/by-name/gn/gnome-settings-daemon/package.nix @@ -133,7 +133,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-settings-daemon46/package.nix b/pkgs/by-name/gn/gnome-settings-daemon46/package.nix index 31a4fdb73a1d0..2c70f9e4d62fe 100644 --- a/pkgs/by-name/gn/gnome-settings-daemon46/package.nix +++ b/pkgs/by-name/gn/gnome-settings-daemon46/package.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: { description = "GNOME Settings Daemon"; homepage = "https://gitlab.gnome.org/GNOME/gnome-settings-daemon/"; license = licenses.gpl2Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-shell-extensions/package.nix b/pkgs/by-name/gn/gnome-shell-extensions/package.nix index b51e9478e7116..d5f0f7aa07e2c 100644 --- a/pkgs/by-name/gn/gnome-shell-extensions/package.nix +++ b/pkgs/by-name/gn/gnome-shell-extensions/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions"; changelog = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Modify and extend GNOME Shell functionality and behavior"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-shell/package.nix b/pkgs/by-name/gn/gnome-shell/package.nix index f6a1ecd6770cc..58cffaf69fb7c 100644 --- a/pkgs/by-name/gn/gnome-shell/package.nix +++ b/pkgs/by-name/gn/gnome-shell/package.nix @@ -243,7 +243,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-shell"; changelog = "https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-software/package.nix b/pkgs/by-name/gn/gnome-software/package.nix index 468177440fbe6..e6c3e3bd3ae6b 100644 --- a/pkgs/by-name/gn/gnome-software/package.nix +++ b/pkgs/by-name/gn/gnome-software/package.nix @@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "gnome-software"; homepage = "https://apps.gnome.org/Software/"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gn/gnome-solanum/package.nix b/pkgs/by-name/gn/gnome-solanum/package.nix index 8225396d41fb6..a5561b9443882 100644 --- a/pkgs/by-name/gn/gnome-solanum/package.nix +++ b/pkgs/by-name/gn/gnome-solanum/package.nix @@ -73,7 +73,8 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://gitlab.gnome.org/World/Solanum"; description = "Pomodoro timer for the GNOME desktop"; - maintainers = with lib.maintainers; [ linsui ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ linsui ]; + teams = [ lib.teams.gnome-circle ]; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; mainProgram = "solanum"; diff --git a/pkgs/by-name/gn/gnome-sound-recorder/package.nix b/pkgs/by-name/gn/gnome-sound-recorder/package.nix index 059e30b7aacc9..d7141deddaaea 100644 --- a/pkgs/by-name/gn/gnome-sound-recorder/package.nix +++ b/pkgs/by-name/gn/gnome-sound-recorder/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/World/vocalis"; changelog = "https://gitlab.gnome.org/World/vocalis/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/gn/gnome-sudoku/package.nix b/pkgs/by-name/gn/gnome-sudoku/package.nix index 62aba7d70d4c5..83252077c1765 100644 --- a/pkgs/by-name/gn/gnome-sudoku/package.nix +++ b/pkgs/by-name/gn/gnome-sudoku/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/gnome-sudoku/-/blob/${version}/NEWS?ref_type=tags"; description = "Test your logic skills in this number grid puzzle"; mainProgram = "gnome-sudoku"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-system-monitor/package.nix b/pkgs/by-name/gn/gnome-system-monitor/package.nix index 4c14a01f649db..71f395a5e5b73 100644 --- a/pkgs/by-name/gn/gnome-system-monitor/package.nix +++ b/pkgs/by-name/gn/gnome-system-monitor/package.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/SystemMonitor/"; description = "System Monitor shows you what programs are running and how much processor time, memory, and disk space are being used"; mainProgram = "gnome-system-monitor"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-taquin/package.nix b/pkgs/by-name/gn/gnome-taquin/package.nix index 8cc7aac2c8528..5bd88b138581f 100644 --- a/pkgs/by-name/gn/gnome-taquin/package.nix +++ b/pkgs/by-name/gn/gnome-taquin/package.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-taquin"; description = "Move tiles so that they reach their places"; mainProgram = "gnome-taquin"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-tecla/package.nix b/pkgs/by-name/gn/gnome-tecla/package.nix index d26e2ce841d52..456a8263405da 100644 --- a/pkgs/by-name/gn/gnome-tecla/package.nix +++ b/pkgs/by-name/gn/gnome-tecla/package.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Keyboard layout viewer"; homepage = "https://gitlab.gnome.org/GNOME/tecla"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; mainProgram = "tecla"; }; diff --git a/pkgs/by-name/gn/gnome-terminal/package.nix b/pkgs/by-name/gn/gnome-terminal/package.nix index 3c92d78efed5e..c090f1b949a7a 100644 --- a/pkgs/by-name/gn/gnome-terminal/package.nix +++ b/pkgs/by-name/gn/gnome-terminal/package.nix @@ -91,6 +91,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-terminal"; platforms = platforms.linux; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/gn/gnome-tetravex/package.nix b/pkgs/by-name/gn/gnome-tetravex/package.nix index dc2752f552b92..95282a3fa14f4 100644 --- a/pkgs/by-name/gn/gnome-tetravex/package.nix +++ b/pkgs/by-name/gn/gnome-tetravex/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-tetravex"; description = "Complete the puzzle by matching numbered tiles"; mainProgram = "gnome-tetravex"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-text-editor/package.nix b/pkgs/by-name/gn/gnome-text-editor/package.nix index 15119083e0c9c..3cca898d5b845 100644 --- a/pkgs/by-name/gn/gnome-text-editor/package.nix +++ b/pkgs/by-name/gn/gnome-text-editor/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-text-editor/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Text Editor for GNOME"; mainProgram = "gnome-text-editor"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gn/gnome-themes-extra/package.nix b/pkgs/by-name/gn/gnome-themes-extra/package.nix index 2809c19928e8d..83e8fd201c0e0 100644 --- a/pkgs/by-name/gn/gnome-themes-extra/package.nix +++ b/pkgs/by-name/gn/gnome-themes-extra/package.nix @@ -56,6 +56,6 @@ stdenv.mkDerivation rec { meta = with lib; { platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gn/gnome-tour/package.nix b/pkgs/by-name/gn/gnome-tour/package.nix index a900bfd3cde4f..cee095a78c627 100644 --- a/pkgs/by-name/gn/gnome-tour/package.nix +++ b/pkgs/by-name/gn/gnome-tour/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gnome-tour/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "GNOME Greeter & Tour"; mainProgram = "gnome-tour"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-tweaks/package.nix b/pkgs/by-name/gn/gnome-tweaks/package.nix index 3235ea91d606e..7bdf8bcf9f2a9 100644 --- a/pkgs/by-name/gn/gnome-tweaks/package.nix +++ b/pkgs/by-name/gn/gnome-tweaks/package.nix @@ -92,7 +92,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-tweaks"; description = "Tool to customize advanced GNOME 3 options"; mainProgram = "gnome-tweaks"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-usage/package.nix b/pkgs/by-name/gn/gnome-usage/package.nix index 311470c94e136..8be45e2786548 100644 --- a/pkgs/by-name/gn/gnome-usage/package.nix +++ b/pkgs/by-name/gn/gnome-usage/package.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gnome-usage"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gn/gnome-user-docs/package.nix b/pkgs/by-name/gn/gnome-user-docs/package.nix index 460e342adef11..6c7b2a4664b43 100644 --- a/pkgs/by-name/gn/gnome-user-docs/package.nix +++ b/pkgs/by-name/gn/gnome-user-docs/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { description = "User and system administration help for the GNOME desktop"; homepage = "https://help.gnome.org/users/gnome-help/"; license = licenses.cc-by-30; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/gn/gnome-user-share/package.nix b/pkgs/by-name/gn/gnome-user-share/package.nix index 013174691c916..06c91bfce2dfd 100644 --- a/pkgs/by-name/gn/gnome-user-share/package.nix +++ b/pkgs/by-name/gn/gnome-user-share/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/gnome-user-share"; changelog = "https://gitlab.gnome.org/GNOME/gnome-user-share/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Service that exports the contents of the Public folder in your home directory on the local network"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/gn/gnome-video-effects/package.nix b/pkgs/by-name/gn/gnome-video-effects/package.nix index cbf601a2d39a9..7953e77866b29 100644 --- a/pkgs/by-name/gn/gnome-video-effects/package.nix +++ b/pkgs/by-name/gn/gnome-video-effects/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { description = "Collection of GStreamer effects to be used in different GNOME Modules"; homepage = "https://gitlab.gnome.org/GNOME/gnome-video-effects"; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; }; } diff --git a/pkgs/by-name/gn/gnome-weather/package.nix b/pkgs/by-name/gn/gnome-weather/package.nix index 05b4eb9564c31..c834526790785 100644 --- a/pkgs/by-name/gn/gnome-weather/package.nix +++ b/pkgs/by-name/gn/gnome-weather/package.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Weather/"; description = "Access current weather conditions and forecasts"; mainProgram = "gnome-weather"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/go/godspeed/package.nix b/pkgs/by-name/go/godspeed/package.nix index 32e7543cf7ad4..397792c0b2c1c 100644 --- a/pkgs/by-name/go/godspeed/package.nix +++ b/pkgs/by-name/go/godspeed/package.nix @@ -30,7 +30,8 @@ buildGoModule rec { homepage = "https://github.com/redcode-labs/GodSpeed"; changelog = "https://github.com/redcode-labs/GodSpeed/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; + maintainers = with maintainers; [ fab ]; + teams = [ teams.redcodelabs ]; mainProgram = "godspeed"; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/by-name/go/gom/package.nix b/pkgs/by-name/go/gom/package.nix index 11b7745baf60b..465f8aa0933e0 100644 --- a/pkgs/by-name/go/gom/package.nix +++ b/pkgs/by-name/go/gom/package.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gom"; license = licenses.lgpl21Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/go/gosh/package.nix b/pkgs/by-name/go/gosh/package.nix index c802ab9334958..70638a2f25621 100644 --- a/pkgs/by-name/go/gosh/package.nix +++ b/pkgs/by-name/go/gosh/package.nix @@ -23,7 +23,8 @@ buildGoModule rec { description = "Reverse/bind shell generator"; homepage = "https://github.com/redcode-labs/GoSH"; license = licenses.mit; - maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; + maintainers = with maintainers; [ fab ]; + teams = [ teams.redcodelabs ]; mainProgram = "GoSH"; }; } diff --git a/pkgs/by-name/gp/gpaste/package.nix b/pkgs/by-name/gp/gpaste/package.nix index 7b8259509aa6b..ac08b9de1a566 100644 --- a/pkgs/by-name/gp/gpaste/package.nix +++ b/pkgs/by-name/gp/gpaste/package.nix @@ -85,6 +85,6 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "gpaste-client"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/gr/gradle-completion/package.nix b/pkgs/by-name/gr/gradle-completion/package.nix index 66df62b765384..1a67b9c278df8 100644 --- a/pkgs/by-name/gr/gradle-completion/package.nix +++ b/pkgs/by-name/gr/gradle-completion/package.nix @@ -47,6 +47,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { description = "Gradle tab completion for bash and zsh"; homepage = "https://github.com/gradle/gradle-completion"; license = lib.licenses.mit; - maintainers = [ ] ++ lib.teams.java.members; + teams = [ lib.teams.java ]; }; }) diff --git a/pkgs/by-name/gr/grafana-dash-n-grab/package.nix b/pkgs/by-name/gr/grafana-dash-n-grab/package.nix index cd40c8407763c..da38fab5e6046 100644 --- a/pkgs/by-name/gr/grafana-dash-n-grab/package.nix +++ b/pkgs/by-name/gr/grafana-dash-n-grab/package.nix @@ -32,7 +32,7 @@ buildGoModule rec { description = "Grafana Dash-n-Grab (gdg) -- backup and restore Grafana dashboards, datasources, and other entities"; license = licenses.bsd3; homepage = "https://github.com/esnet/gdg"; - maintainers = with maintainers; teams.bitnomial.members; + teams = [ teams.bitnomial ]; mainProgram = "gdg"; changelog = "https://github.com/esnet/gdg/releases/tag/v${version}"; }; diff --git a/pkgs/by-name/gr/graphene/package.nix b/pkgs/by-name/gr/graphene/package.nix index 20ad68fb42b3a..534c8d24fb9b4 100644 --- a/pkgs/by-name/gr/graphene/package.nix +++ b/pkgs/by-name/gr/graphene/package.nix @@ -151,7 +151,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Thin layer of graphic data types"; homepage = "https://github.com/ebassi/graphene"; license = licenses.mit; - maintainers = teams.gnome.members ++ (with maintainers; [ ]); + teams = [ teams.gnome ]; platforms = platforms.unix; pkgConfigModules = [ "graphene-1.0" diff --git a/pkgs/by-name/gr/graphs/package.nix b/pkgs/by-name/gr/graphs/package.nix index 2d2d5cc69d898..c160d4fe1d128 100644 --- a/pkgs/by-name/gr/graphs/package.nix +++ b/pkgs/by-name/gr/graphs/package.nix @@ -22,6 +22,6 @@ stdenv.mkDerivation rec { description = "Database of graphs"; license = licenses.gpl2; platforms = platforms.all; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/gr/grilo-plugins/package.nix b/pkgs/by-name/gr/grilo-plugins/package.nix index c2a798d39ec7d..0fd9b87e021f9 100644 --- a/pkgs/by-name/gr/grilo-plugins/package.nix +++ b/pkgs/by-name/gr/grilo-plugins/package.nix @@ -108,7 +108,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/grilo-plugins"; description = "Collection of plugins for the Grilo framework"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl21Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gr/grilo/package.nix b/pkgs/by-name/gr/grilo/package.nix index 44e42f772c717..8b04f025f60bb 100644 --- a/pkgs/by-name/gr/grilo/package.nix +++ b/pkgs/by-name/gr/grilo/package.nix @@ -81,7 +81,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/grilo"; description = "Framework that provides access to various sources of multimedia content, using a pluggable system"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gr/grimblast/package.nix b/pkgs/by-name/gr/grimblast/package.nix index 4b90a5a621430..3681f6c09b309 100644 --- a/pkgs/by-name/gr/grimblast/package.nix +++ b/pkgs/by-name/gr/grimblast/package.nix @@ -64,7 +64,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { description = "Helper for screenshots within Hyprland, based on grimshot"; license = licenses.mit; platforms = platforms.unix; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "grimblast"; }; }) diff --git a/pkgs/by-name/gs/gsettings-desktop-schemas/package.nix b/pkgs/by-name/gs/gsettings-desktop-schemas/package.nix index 7e7d51cffdf3e..f14ffaded9a5e 100644 --- a/pkgs/by-name/gs/gsettings-desktop-schemas/package.nix +++ b/pkgs/by-name/gs/gsettings-desktop-schemas/package.nix @@ -71,6 +71,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"; description = "Collection of GSettings schemas for settings shared by various components of a desktop"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gs/gshhg-gmt/package.nix b/pkgs/by-name/gs/gshhg-gmt/package.nix index c17378d5ec1b1..16abd9bdbae53 100644 --- a/pkgs/by-name/gs/gshhg-gmt/package.nix +++ b/pkgs/by-name/gs/gshhg-gmt/package.nix @@ -29,7 +29,8 @@ stdenv.mkDerivation (finalAttrs: { Mapping Tools. ''; license = licenses.lgpl3Plus; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ tviti ]); + maintainers = with lib.maintainers; [ tviti ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/gs/gsound/package.nix b/pkgs/by-name/gs/gsound/package.nix index 96eb2b0454ecd..9809fa86a6b8e 100644 --- a/pkgs/by-name/gs/gsound/package.nix +++ b/pkgs/by-name/gs/gsound/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gsound"; description = "Small library for playing system sounds"; mainProgram = "gsound-play"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gs/gspell/package.nix b/pkgs/by-name/gs/gspell/package.nix index 6f318a9f790d3..eb9d6f29c99cb 100644 --- a/pkgs/by-name/gs/gspell/package.nix +++ b/pkgs/by-name/gs/gspell/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { mainProgram = "gspell-app1"; homepage = "https://gitlab.gnome.org/GNOME/gspell"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/gt/gtk-doc/package.nix b/pkgs/by-name/gt/gtk-doc/package.nix index ad8c58cc3de17..27bfce5f5312d 100644 --- a/pkgs/by-name/gt/gtk-doc/package.nix +++ b/pkgs/by-name/gt/gtk-doc/package.nix @@ -96,6 +96,7 @@ python3.pkgs.buildPythonApplication rec { description = "Tools to extract documentation embedded in GTK and GNOME source code"; homepage = "https://gitlab.gnome.org/GNOME/gtk-doc"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ pSub ]); + maintainers = with maintainers; [ pSub ]; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/gt/gtk-frdp/package.nix b/pkgs/by-name/gt/gtk-frdp/package.nix index d45904eb477d8..ca436b7412228 100644 --- a/pkgs/by-name/gt/gtk-frdp/package.nix +++ b/pkgs/by-name/gt/gtk-frdp/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/gtk-frdp"; description = "RDP viewer widget for GTK"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/gu/gucharmap/package.nix b/pkgs/by-name/gu/gucharmap/package.nix index fc1db49d5c8ca..a4f8e78ef38dc 100644 --- a/pkgs/by-name/gu/gucharmap/package.nix +++ b/pkgs/by-name/gu/gucharmap/package.nix @@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "gucharmap"; homepage = "https://gitlab.gnome.org/GNOME/gucharmap"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/gu/guile-sdl/package.nix b/pkgs/by-name/gu/guile-sdl/package.nix index e0dd9a28bb0d4..62b3f395d005f 100644 --- a/pkgs/by-name/gu/guile-sdl/package.nix +++ b/pkgs/by-name/gu/guile-sdl/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.gnu.org/software/guile-sdl/"; description = "Guile bindings for SDL"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (guile.meta) platforms; }; }) diff --git a/pkgs/by-name/gu/gupnp-tools/package.nix b/pkgs/by-name/gu/gupnp-tools/package.nix index e40546c094c7c..112cb1dde0a3a 100644 --- a/pkgs/by-name/gu/gupnp-tools/package.nix +++ b/pkgs/by-name/gu/gupnp-tools/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { description = "Set of utilities and demos to work with UPnP"; homepage = "https://gitlab.gnome.org/GNOME/gupnp-tools"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/gv/gvfs/package.nix b/pkgs/by-name/gv/gvfs/package.nix index 7045b0f487b87..331b434640dc2 100644 --- a/pkgs/by-name/gv/gvfs/package.nix +++ b/pkgs/by-name/gv/gvfs/package.nix @@ -160,6 +160,6 @@ stdenv.mkDerivation (finalAttrs: { "Virtual Filesystem support library" + optionalString gnomeSupport " (full GNOME support)"; license = licenses.lgpl2Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/gv/gvproxy/package.nix b/pkgs/by-name/gv/gvproxy/package.nix index 154d385cbba30..d8c0bb1721afb 100644 --- a/pkgs/by-name/gv/gvproxy/package.nix +++ b/pkgs/by-name/gv/gvproxy/package.nix @@ -34,6 +34,6 @@ buildGoModule rec { description = "Network stack based on gVisor"; homepage = "https://github.com/containers/gvisor-tap-vsock"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; }; } diff --git a/pkgs/by-name/gx/gxml/package.nix b/pkgs/by-name/gx/gxml/package.nix index 771c4f6039eaf..1ec14d461e72c 100644 --- a/pkgs/by-name/gx/gxml/package.nix +++ b/pkgs/by-name/gx/gxml/package.nix @@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/gxml/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = with maintainers; [ jmarmstrong1207 ] ++ teams.gnome.members; + maintainers = with maintainers; [ jmarmstrong1207 ]; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/ha/hashit/package.nix b/pkgs/by-name/ha/hashit/package.nix index 16530905c3337..335f148344145 100644 --- a/pkgs/by-name/ha/hashit/package.nix +++ b/pkgs/by-name/ha/hashit/package.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { description = "Simple app for checking usual checksums - Designed for elementary OS"; homepage = "https://github.com/artemanufrij/hashit"; license = licenses.gpl2Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.artemanufrij.hashit"; }; diff --git a/pkgs/by-name/he/health/package.nix b/pkgs/by-name/he/health/package.nix index 5766a60ba94ec..1ccf40443fee4 100644 --- a/pkgs/by-name/he/health/package.nix +++ b/pkgs/by-name/he/health/package.nix @@ -72,7 +72,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/app/dev.Cogitri.Health"; license = licenses.gpl3Plus; mainProgram = "dev.Cogitri.Health"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/hi/hid-tools/package.nix b/pkgs/by-name/hi/hid-tools/package.nix index 6b90d588848a3..53fd6b5a95344 100644 --- a/pkgs/by-name/hi/hid-tools/package.nix +++ b/pkgs/by-name/hi/hid-tools/package.nix @@ -49,6 +49,6 @@ python3.pkgs.buildPythonPackage rec { description = "Python scripts to manipulate HID data"; homepage = "https://gitlab.freedesktop.org/libevdev/hid-tools"; license = licenses.mit; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; }; } diff --git a/pkgs/by-name/hi/hieroglyphic/package.nix b/pkgs/by-name/hi/hieroglyphic/package.nix index e0ccf4c8fcad4..30f9c112e53dd 100644 --- a/pkgs/by-name/hi/hieroglyphic/package.nix +++ b/pkgs/by-name/hi/hieroglyphic/package.nix @@ -65,7 +65,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/en/Hieroglyphic/"; license = lib.licenses.gpl3Only; mainProgram = "hieroglyphic"; - maintainers = with lib.maintainers; [ tomasajt ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ tomasajt ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; }) diff --git a/pkgs/by-name/hi/hitori/package.nix b/pkgs/by-name/hi/hitori/package.nix index ad321c355dadd..ed34f97099383 100644 --- a/pkgs/by-name/hi/hitori/package.nix +++ b/pkgs/by-name/hi/hitori/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/hitori/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "GTK application to generate and let you play games of Hitori"; mainProgram = "hitori"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/hq/hqplayerd/rygel.nix b/pkgs/by-name/hq/hqplayerd/rygel.nix index 23c4d6dd5a705..13e6d13a01aa3 100644 --- a/pkgs/by-name/hq/hqplayerd/rygel.nix +++ b/pkgs/by-name/hq/hqplayerd/rygel.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation rec { description = "Home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices"; homepage = "https://gitlab.gnome.org/GNOME/rygel"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/hy/hydra/package.nix b/pkgs/by-name/hy/hydra/package.nix index d0d4aed3be322..84d326b548658 100644 --- a/pkgs/by-name/hy/hydra/package.nix +++ b/pkgs/by-name/hy/hydra/package.nix @@ -261,6 +261,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://nixos.org/hydra"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ mindavi ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ mindavi ]; + teams = [ teams.helsinki-systems ]; }; }) diff --git a/pkgs/by-name/hy/hyprcursor/package.nix b/pkgs/by-name/hy/hyprcursor/package.nix index 5ba0612fefe95..2f5f95be496bb 100644 --- a/pkgs/by-name/hy/hyprcursor/package.nix +++ b/pkgs/by-name/hy/hyprcursor/package.nix @@ -50,11 +50,10 @@ gcc14Stdenv.mkDerivation (finalAttrs: { description = "Hyprland cursor format, library and utilities"; changelog = "https://github.com/hyprwm/hyprcursor/releases/tag/v${finalAttrs.version}"; license = lib.licenses.bsd3; - maintainers = - lib.teams.hyprland.members - ++ (with lib.maintainers; [ - iynaix - ]); + maintainers = with lib.maintainers; [ + iynaix + ]; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprcursor-util"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/hy/hyprgraphics/package.nix b/pkgs/by-name/hy/hyprgraphics/package.nix index bb1930f77332b..a20fa4fc16798 100644 --- a/pkgs/by-name/hy/hyprgraphics/package.nix +++ b/pkgs/by-name/hy/hyprgraphics/package.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Cpp graphics library for Hypr* ecosystem"; license = lib.licenses.bsd3; platforms = lib.platforms.linux ++ lib.platforms.freebsd; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; }; }) diff --git a/pkgs/by-name/hy/hypridle/package.nix b/pkgs/by-name/hy/hypridle/package.nix index 81c90c35b0c3f..488ec0e9ad4f4 100644 --- a/pkgs/by-name/hy/hypridle/package.nix +++ b/pkgs/by-name/hy/hypridle/package.nix @@ -53,11 +53,10 @@ gcc14Stdenv.mkDerivation (finalAttrs: { description = "Hyprland's idle daemon"; homepage = "https://github.com/hyprwm/hypridle"; license = lib.licenses.bsd3; - maintainers = - lib.teams.hyprland.members - ++ (with lib.maintainers; [ - iogamaster - ]); + maintainers = with lib.maintainers; [ + iogamaster + ]; + teams = [ lib.teams.hyprland ]; mainProgram = "hypridle"; platforms = [ "aarch64-linux" diff --git a/pkgs/by-name/hy/hyprland-protocols/package.nix b/pkgs/by-name/hy/hyprland-protocols/package.nix index a84a1864cbee6..2188039d3776e 100644 --- a/pkgs/by-name/hy/hyprland-protocols/package.nix +++ b/pkgs/by-name/hy/hyprland-protocols/package.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/hyprwm/hyprland-protocols"; description = "Wayland protocol extensions for Hyprland"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/hy/hyprland-qt-support/package.nix b/pkgs/by-name/hy/hyprland-qt-support/package.nix index 3f97833d5a881..914946eacd233 100644 --- a/pkgs/by-name/hy/hyprland-qt-support/package.nix +++ b/pkgs/by-name/hy/hyprland-qt-support/package.nix @@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/hyprwm/hyprland-qt-support"; license = lib.licenses.bsd3; platforms = lib.platforms.linux; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; }; }) diff --git a/pkgs/by-name/hy/hyprland-qtutils/package.nix b/pkgs/by-name/hy/hyprland-qtutils/package.nix index 96eab20a79bb8..58993158991f1 100644 --- a/pkgs/by-name/hy/hyprland-qtutils/package.nix +++ b/pkgs/by-name/hy/hyprland-qtutils/package.nix @@ -45,7 +45,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: { description = "Hyprland QT/qml utility apps"; homepage = "https://github.com/hyprwm/hyprland-qtutils"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/hy/hyprland/package.nix b/pkgs/by-name/hy/hyprland/package.nix index e2714aa085d76..9b84b0beb8d04 100644 --- a/pkgs/by-name/hy/hyprland/package.nix +++ b/pkgs/by-name/hy/hyprland/package.nix @@ -219,7 +219,7 @@ customStdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/hyprwm/Hyprland"; description = "Dynamic tiling Wayland compositor that doesn't sacrifice on its looks"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "Hyprland"; platforms = lib.platforms.linux ++ lib.platforms.freebsd; }; diff --git a/pkgs/by-name/hy/hyprlang/package.nix b/pkgs/by-name/hy/hyprlang/package.nix index 6ebe958762ca6..5570b078806c5 100644 --- a/pkgs/by-name/hy/hyprlang/package.nix +++ b/pkgs/by-name/hy/hyprlang/package.nix @@ -39,10 +39,9 @@ gcc14Stdenv.mkDerivation (finalAttrs: { description = "Official implementation library for the hypr config language"; license = lib.licenses.lgpl3Only; platforms = lib.platforms.all; - maintainers = - lib.teams.hyprland.members - ++ (with lib.maintainers; [ - iogamaster - ]); + maintainers = with lib.maintainers; [ + iogamaster + ]; + teams = [ lib.teams.hyprland ]; }; }) diff --git a/pkgs/by-name/hy/hyprlock/package.nix b/pkgs/by-name/hy/hyprlock/package.nix index bde9e41f1867a..e9911e48e2399 100644 --- a/pkgs/by-name/hy/hyprlock/package.nix +++ b/pkgs/by-name/hy/hyprlock/package.nix @@ -78,11 +78,10 @@ gcc14Stdenv.mkDerivation (finalAttrs: { description = "Hyprland's GPU-accelerated screen locking utility"; homepage = "https://github.com/hyprwm/hyprlock"; license = lib.licenses.bsd3; - maintainers = - lib.teams.hyprland.members - ++ (with lib.maintainers; [ - iynaix - ]); + maintainers = with lib.maintainers; [ + iynaix + ]; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprlock"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/hy/hyprpaper/package.nix b/pkgs/by-name/hy/hyprpaper/package.nix index e1357e1c69fc3..29b633df1d0ee 100644 --- a/pkgs/by-name/hy/hyprpaper/package.nix +++ b/pkgs/by-name/hy/hyprpaper/package.nix @@ -88,7 +88,7 @@ gcc14Stdenv.mkDerivation (finalAttrs: { inherit (finalAttrs.src.meta) homepage; description = "Blazing fast wayland wallpaper utility"; license = licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; inherit (wayland.meta) platforms; broken = gcc14Stdenv.hostPlatform.isDarwin; mainProgram = "hyprpaper"; diff --git a/pkgs/by-name/hy/hyprpicker/package.nix b/pkgs/by-name/hy/hyprpicker/package.nix index f84b5f1cd695e..8a191389f9b1f 100644 --- a/pkgs/by-name/hy/hyprpicker/package.nix +++ b/pkgs/by-name/hy/hyprpicker/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Wlroots-compatible Wayland color picker that does not suck"; homepage = "https://github.com/hyprwm/hyprpicker"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; platforms = wayland.meta.platforms; mainProgram = "hyprpicker"; }; diff --git a/pkgs/by-name/hy/hyprpolkitagent/package.nix b/pkgs/by-name/hy/hyprpolkitagent/package.nix index b9b2ba249496d..0f5c112ab55b5 100644 --- a/pkgs/by-name/hy/hyprpolkitagent/package.nix +++ b/pkgs/by-name/hy/hyprpolkitagent/package.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Polkit authentication agent written in QT/QML"; homepage = "https://github.com/hyprwm/hyprpolkitagent"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprpolkitagent"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/hy/hyprprop/package.nix b/pkgs/by-name/hy/hyprprop/package.nix index 8552abed3d0a0..eaecba5503525 100644 --- a/pkgs/by-name/hy/hyprprop/package.nix +++ b/pkgs/by-name/hy/hyprprop/package.nix @@ -65,7 +65,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { description = "An xprop replacement for Hyprland"; license = lib.licenses.mit; platforms = lib.platforms.unix; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprprop"; }; }) diff --git a/pkgs/by-name/hy/hyprsunset/package.nix b/pkgs/by-name/hy/hyprsunset/package.nix index 4d9cea0bda9d4..d106ba418ab1b 100644 --- a/pkgs/by-name/hy/hyprsunset/package.nix +++ b/pkgs/by-name/hy/hyprsunset/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Application to enable a blue-light filter on Hyprland"; license = lib.licenses.bsd3; platforms = lib.platforms.linux; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprsunset"; }; }) diff --git a/pkgs/by-name/hy/hyprsysteminfo/package.nix b/pkgs/by-name/hy/hyprsysteminfo/package.nix index 54e1f7a6cfbc7..d3a405514f262 100644 --- a/pkgs/by-name/hy/hyprsysteminfo/package.nix +++ b/pkgs/by-name/hy/hyprsysteminfo/package.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: { description = "A tiny qt6/qml application to display information about the running system"; homepage = "https://github.com/hyprwm/hyprsysteminfo"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprsysteminfo"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/hy/hyprutils/package.nix b/pkgs/by-name/hy/hyprutils/package.nix index 9591ae16b4d0c..796561fcceb80 100644 --- a/pkgs/by-name/hy/hyprutils/package.nix +++ b/pkgs/by-name/hy/hyprutils/package.nix @@ -42,6 +42,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Small C++ library for utilities used across the Hypr* ecosystem"; license = lib.licenses.bsd3; platforms = lib.platforms.linux ++ lib.platforms.freebsd; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; }; }) diff --git a/pkgs/by-name/hy/hyprwayland-scanner/package.nix b/pkgs/by-name/hy/hyprwayland-scanner/package.nix index 1e32eaa1f7364..448a2e85dc2f2 100644 --- a/pkgs/by-name/hy/hyprwayland-scanner/package.nix +++ b/pkgs/by-name/hy/hyprwayland-scanner/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Hyprland version of wayland-scanner in and for C++"; changelog = "https://github.com/hyprwm/hyprwayland-scanner/releases/tag/${finalAttrs.version}"; license = lib.licenses.bsd3; - maintainers = lib.teams.hyprland.members; + teams = [ lib.teams.hyprland ]; mainProgram = "hyprwayland-scanner"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/ia/iagno/package.nix b/pkgs/by-name/ia/iagno/package.nix index 8e5aff5838c6e..aa543d5109be7 100644 --- a/pkgs/by-name/ia/iagno/package.nix +++ b/pkgs/by-name/ia/iagno/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/iagno"; description = "Computer version of the game Reversi, more popularly called Othello"; mainProgram = "iagno"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/ic/icestudio/package.nix b/pkgs/by-name/ic/icestudio/package.nix index 964fed7e080b2..88fd188cbde51 100644 --- a/pkgs/by-name/ic/icestudio/package.nix +++ b/pkgs/by-name/ic/icestudio/package.nix @@ -112,15 +112,13 @@ buildNpmPackage rec { description = "Visual editor for open FPGA boards"; homepage = "https://github.com/FPGAwars/icestudio/"; license = lib.licenses.gpl2Only; - maintainers = - with lib.maintainers; - [ - kiike - jleightcap - rcoeurjoly - amerino - ] - ++ lib.teams.ngi.members; + maintainers = with lib.maintainers; [ + kiike + jleightcap + rcoeurjoly + amerino + ]; + teams = [ lib.teams.ngi ]; mainProgram = "icestudio"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/id/identity/package.nix b/pkgs/by-name/id/identity/package.nix index 89eb8fc44aa35..580c5eecdaf74 100644 --- a/pkgs/by-name/id/identity/package.nix +++ b/pkgs/by-name/id/identity/package.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/YaLTeR/identity"; changelog = "https://gitlab.gnome.org/YaLTeR/identity/-/releases/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; mainProgram = "identity"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/id/ideogram/package.nix b/pkgs/by-name/id/ideogram/package.nix index 9d9c2bbff5d9c..2d9c947f5f774 100644 --- a/pkgs/by-name/id/ideogram/package.nix +++ b/pkgs/by-name/id/ideogram/package.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { description = "Insert emoji anywhere, even in non-native apps - designed for elementary OS"; homepage = "https://github.com/cassidyjames/ideogram"; license = licenses.gpl2Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.cassidyjames.ideogram"; }; diff --git a/pkgs/by-name/il/ili2c/package.nix b/pkgs/by-name/il/ili2c/package.nix index 89ad4a19ee235..f117f8a2a453f 100644 --- a/pkgs/by-name/il/ili2c/package.nix +++ b/pkgs/by-name/il/ili2c/package.nix @@ -63,7 +63,8 @@ stdenv.mkDerivation (finalAttrs: { binaryBytecode # source bundles dependencies as jars ]; license = licenses.lgpl21Plus; - maintainers = with maintainers; teams.geospatial.members ++ [ das-g ]; + maintainers = with maintainers; [ das-g ]; + teams = [ teams.geospatial ]; platforms = platforms.unix; mainProgram = "ili2c"; }; diff --git a/pkgs/by-name/im/impression/package.nix b/pkgs/by-name/im/impression/package.nix index 0b38cd3d0f75e..735f9ee7cdbe5 100644 --- a/pkgs/by-name/im/impression/package.nix +++ b/pkgs/by-name/im/impression/package.nix @@ -70,7 +70,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/adhami3310/Impression"; license = lib.licenses.gpl3Only; mainProgram = "impression"; - maintainers = with lib.maintainers; [ dotlambda ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ dotlambda ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/in/incus-ui-canonical/package.nix b/pkgs/by-name/in/incus-ui-canonical/package.nix index 8df221577b6f5..97cb1ce333e8a 100644 --- a/pkgs/by-name/in/incus-ui-canonical/package.nix +++ b/pkgs/by-name/in/incus-ui-canonical/package.nix @@ -89,7 +89,7 @@ stdenv.mkDerivation rec { description = "Web user interface for Incus"; homepage = "https://github.com/zabbly/incus-ui-canonical"; license = lib.licenses.gpl3; - maintainers = lib.teams.lxc.members; + teams = [ lib.teams.lxc ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/in/incus/generic.nix b/pkgs/by-name/in/incus/generic.nix index 2620ea098c243..eaf1a746cc2dd 100644 --- a/pkgs/by-name/in/incus/generic.nix +++ b/pkgs/by-name/in/incus/generic.nix @@ -172,7 +172,7 @@ buildGoModule (finalAttrs: { homepage = "https://linuxcontainers.org/incus"; changelog = "https://github.com/lxc/incus/releases/tag/v${version}"; license = lib.licenses.asl20; - maintainers = lib.teams.lxc.members; + teams = [ lib.teams.lxc ]; platforms = lib.platforms.linux; mainProgram = "incus"; }; diff --git a/pkgs/by-name/in/inko/package.nix b/pkgs/by-name/in/inko/package.nix index f843be0e7bdd8..9e6110919dd9f 100644 --- a/pkgs/by-name/in/inko/package.nix +++ b/pkgs/by-name/in/inko/package.nix @@ -67,7 +67,8 @@ rustPlatform.buildRustPackage rec { description = "Language for building concurrent software with confidence"; homepage = "https://inko-lang.org/"; license = lib.licenses.mpl20; - maintainers = [ lib.maintainers.feathecutie ] ++ lib.teams.ngi.members; + maintainers = [ lib.maintainers.feathecutie ]; + teams = [ lib.teams.ngi ]; platforms = lib.platforms.unix; mainProgram = "inko"; }; diff --git a/pkgs/by-name/io/iotas/package.nix b/pkgs/by-name/io/iotas/package.nix index c17fa9a21df1f..bb414f217864c 100644 --- a/pkgs/by-name/io/iotas/package.nix +++ b/pkgs/by-name/io/iotas/package.nix @@ -75,6 +75,7 @@ python3.pkgs.buildPythonApplication rec { license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; mainProgram = "iotas"; - maintainers = with lib.maintainers; [ zendo ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ zendo ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/ip/iperf3d/package.nix b/pkgs/by-name/ip/iperf3d/package.nix index 326d9d19dc7eb..2ef07515f94fa 100644 --- a/pkgs/by-name/ip/iperf3d/package.nix +++ b/pkgs/by-name/ip/iperf3d/package.nix @@ -31,6 +31,7 @@ rustPlatform.buildRustPackage rec { mainProgram = "iperf3d"; homepage = "https://github.com/wobcom/iperf3d"; license = licenses.mit; - maintainers = with maintainers; [ netali ] ++ teams.wdz.members; + maintainers = with maintainers; [ netali ]; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/by-name/ir/irrd/package.nix b/pkgs/by-name/ir/irrd/package.nix index 7b67c66e9c1f2..0c17dffbcffab 100644 --- a/pkgs/by-name/ir/irrd/package.nix +++ b/pkgs/by-name/ir/irrd/package.nix @@ -179,6 +179,6 @@ py.pkgs.buildPythonPackage rec { description = "Internet Routing Registry database server, processing IRR objects in the RPSL format"; license = licenses.mit; homepage = "https://github.com/irrdnet/irrd"; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/by-name/iv/ivm/package.nix b/pkgs/by-name/iv/ivm/package.nix index 0b77216beae20..cf6312c0585ed 100644 --- a/pkgs/by-name/iv/ivm/package.nix +++ b/pkgs/by-name/iv/ivm/package.nix @@ -60,7 +60,8 @@ rustPlatform.buildRustPackage (finalAttr: { description = "Cross-platform Inko version manager"; homepage = "https://github.com/inko-lang/ivm"; license = lib.licenses.mpl20; - maintainers = [ lib.maintainers.feathecutie ] ++ lib.teams.ngi.members; + maintainers = [ lib.maintainers.feathecutie ]; + teams = [ lib.teams.ngi ]; platforms = lib.platforms.unix; mainProgram = "ivm"; }; diff --git a/pkgs/by-name/ji/jibri/package.nix b/pkgs/by-name/ji/jibri/package.nix index 533b8dca1b09d..924be57208738 100644 --- a/pkgs/by-name/ji/jibri/package.nix +++ b/pkgs/by-name/ji/jibri/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/jitsi/jibri"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; license = licenses.asl20; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ji/jicofo/package.nix b/pkgs/by-name/ji/jicofo/package.nix index ba920b5286ddc..3984911aac6c5 100644 --- a/pkgs/by-name/ji/jicofo/package.nix +++ b/pkgs/by-name/ji/jicofo/package.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation { ''; homepage = "https://github.com/jitsi/jicofo"; license = licenses.asl20; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ji/jigasi/package.nix b/pkgs/by-name/ji/jigasi/package.nix index a0a0ca2b2fa75..0ba3fd32b8a52 100644 --- a/pkgs/by-name/ji/jigasi/package.nix +++ b/pkgs/by-name/ji/jigasi/package.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation { ''; homepage = "https://github.com/jitsi/jigasi"; license = licenses.asl20; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ji/jitsi-meet-electron/package.nix b/pkgs/by-name/ji/jitsi-meet-electron/package.nix index 0be61315c4292..4d8849bed82c2 100644 --- a/pkgs/by-name/ji/jitsi-meet-electron/package.nix +++ b/pkgs/by-name/ji/jitsi-meet-electron/package.nix @@ -143,7 +143,8 @@ buildNpmPackage rec { homepage = "https://github.com/jitsi/jitsi-meet-electron"; license = licenses.asl20; mainProgram = "jitsi-meet-electron"; - maintainers = teams.jitsi.members ++ [ maintainers.tomasajt ]; + maintainers = [ maintainers.tomasajt ]; + teams = [ teams.jitsi ]; inherit (electron.meta) platforms; }; } diff --git a/pkgs/by-name/ji/jitsi-meet-prosody/package.nix b/pkgs/by-name/ji/jitsi-meet-prosody/package.nix index 3f7813b5f9e87..44545588c28e3 100644 --- a/pkgs/by-name/ji/jitsi-meet-prosody/package.nix +++ b/pkgs/by-name/ji/jitsi-meet-prosody/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/jitsi/jitsi-meet/"; license = licenses.asl20; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ji/jitsi-meet/package.nix b/pkgs/by-name/ji/jitsi-meet/package.nix index 5702b0b9299b9..90cad423959c2 100644 --- a/pkgs/by-name/ji/jitsi-meet/package.nix +++ b/pkgs/by-name/ji/jitsi-meet/package.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/jitsi/jitsi-meet"; license = licenses.asl20; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; platforms = platforms.all; inherit (olm.meta) knownVulnerabilities; }; diff --git a/pkgs/by-name/ji/jitsi-videobridge/package.nix b/pkgs/by-name/ji/jitsi-videobridge/package.nix index 6f88c482768e3..8679d41a250c0 100644 --- a/pkgs/by-name/ji/jitsi-videobridge/package.nix +++ b/pkgs/by-name/ji/jitsi-videobridge/package.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation { ''; homepage = "https://github.com/jitsi/jitsi-videobridge"; license = licenses.asl20; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; platforms = platforms.linux; mainProgram = "jitsi-videobridge"; }; diff --git a/pkgs/by-name/ji/jitsi/package.nix b/pkgs/by-name/ji/jitsi/package.nix index d963ae53044e0..e7e9fb24143fa 100644 --- a/pkgs/by-name/ji/jitsi/package.nix +++ b/pkgs/by-name/ji/jitsi/package.nix @@ -91,6 +91,6 @@ stdenv.mkDerivation rec { ]; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.jitsi.members; + teams = [ teams.jitsi ]; }; } diff --git a/pkgs/by-name/js/json-glib/package.nix b/pkgs/by-name/js/json-glib/package.nix index 9722f53dba4ef..9d3d054c6a053 100644 --- a/pkgs/by-name/js/json-glib/package.nix +++ b/pkgs/by-name/js/json-glib/package.nix @@ -106,7 +106,7 @@ stdenv.mkDerivation rec { description = "Library providing (de)serialization support for the JavaScript Object Notation (JSON) format"; homepage = "https://gitlab.gnome.org/GNOME/json-glib"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = with platforms; unix; }; } diff --git a/pkgs/by-name/js/jsonrpc-glib/package.nix b/pkgs/by-name/js/jsonrpc-glib/package.nix index 19035f75f9aff..51d2b05511486 100644 --- a/pkgs/by-name/js/jsonrpc-glib/package.nix +++ b/pkgs/by-name/js/jsonrpc-glib/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { description = "Library to communicate using the JSON-RPC 2.0 specification"; homepage = "https://gitlab.gnome.org/GNOME/jsonrpc-glib"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ju/junction/package.nix b/pkgs/by-name/ju/junction/package.nix index 4de972bcb5cc1..8540f0406159f 100644 --- a/pkgs/by-name/ju/junction/package.nix +++ b/pkgs/by-name/ju/junction/package.nix @@ -73,7 +73,8 @@ stdenv.mkDerivation rec { description = "Choose the application to open files and links"; homepage = "https://apps.gnome.org/Junction/"; license = licenses.gpl3Only; - maintainers = with maintainers; [ hqurve ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ hqurve ]; + teams = [ teams.gnome-circle ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ke/keydb/package.nix b/pkgs/by-name/ke/keydb/package.nix index 980e09743823c..8bec093902839 100644 --- a/pkgs/by-name/ke/keydb/package.nix +++ b/pkgs/by-name/ke/keydb/package.nix @@ -117,7 +117,7 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.bsd3; platforms = lib.platforms.all; changelog = "https://github.com/Snapchat/KeyDB/raw/v${finalAttrs.version}/00-RELEASENOTES"; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; mainProgram = "keydb-cli"; }; }) diff --git a/pkgs/by-name/ke/keypunch/package.nix b/pkgs/by-name/ke/keypunch/package.nix index a386ee380ecb1..2b03816e0d01e 100644 --- a/pkgs/by-name/ke/keypunch/package.nix +++ b/pkgs/by-name/ke/keypunch/package.nix @@ -63,13 +63,11 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/bragefuglseth/keypunch"; license = lib.licenses.gpl3Plus; mainProgram = "keypunch"; - maintainers = - with lib.maintainers; - [ - tomasajt - getchoo - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + tomasajt + getchoo + ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/kh/khronos/package.nix b/pkgs/by-name/kh/khronos/package.nix index 167403b1cf2eb..dc0ce1d15e6c3 100644 --- a/pkgs/by-name/kh/khronos/package.nix +++ b/pkgs/by-name/kh/khronos/package.nix @@ -51,7 +51,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Track each task's time in a simple inobtrusive way"; homepage = "https://github.com/lainsce/khronos"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "io.github.lainsce.Khronos"; diff --git a/pkgs/by-name/ko/kolla/package.nix b/pkgs/by-name/ko/kolla/package.nix index 678366edb3058..d3a635baef4cb 100644 --- a/pkgs/by-name/ko/kolla/package.nix +++ b/pkgs/by-name/ko/kolla/package.nix @@ -73,6 +73,7 @@ pythonPackages.buildPythonApplication rec { mainProgram = "kolla-build"; homepage = "https://opendev.org/openstack/kolla"; license = licenses.asl20; - maintainers = teams.openstack.members ++ [ maintainers.astro ]; + maintainers = [ maintainers.astro ]; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/by-name/ko/komikku/package.nix b/pkgs/by-name/ko/komikku/package.nix index 4eb461d662d67..f63d9f808d952 100644 --- a/pkgs/by-name/ko/komikku/package.nix +++ b/pkgs/by-name/ko/komikku/package.nix @@ -109,12 +109,10 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://apps.gnome.org/Komikku/"; license = lib.licenses.gpl3Plus; changelog = "https://codeberg.org/valos/Komikku/releases/tag/v${version}"; - maintainers = - with lib.maintainers; - [ - chuangzhu - Gliczy - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + chuangzhu + Gliczy + ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/la/LAStools/package.nix b/pkgs/by-name/la/LAStools/package.nix index e91b8b224de7c..4a26359d09727 100644 --- a/pkgs/by-name/la/LAStools/package.nix +++ b/pkgs/by-name/la/LAStools/package.nix @@ -34,7 +34,8 @@ stdenv.mkDerivation rec { description = "Software for rapid LiDAR processing"; homepage = "http://lastools.org/"; license = licenses.unfree; - maintainers = with maintainers; teams.geospatial.members ++ [ stephenwithph ]; + maintainers = with maintainers; [ stephenwithph ]; + teams = [ teams.geospatial ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/la/lavacli/package.nix b/pkgs/by-name/la/lavacli/package.nix index 7bf975bc71737..abfc4cfc21751 100644 --- a/pkgs/by-name/la/lavacli/package.nix +++ b/pkgs/by-name/la/lavacli/package.nix @@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://lava.gitlab.io/lavacli/"; changelog = "https://gitlab.com/lava/lavacli/-/commits/v${version}?ref_type=tags"; license = lib.licenses.agpl3Only; - maintainers = lib.teams.cyberus.members; + teams = [ lib.teams.cyberus ]; mainProgram = "lavacli"; }; } diff --git a/pkgs/by-name/lc/lcalc/package.nix b/pkgs/by-name/lc/lcalc/package.nix index 11c41978693a1..f8eab9b3edd5d 100644 --- a/pkgs/by-name/lc/lcalc/package.nix +++ b/pkgs/by-name/lc/lcalc/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { description = "Program for calculating with L-functions"; mainProgram = "lcalc"; license = with licenses; [ gpl2 ]; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/ld/ld64/package.nix b/pkgs/by-name/ld/ld64/package.nix index 172eaf4eff8f5..c3cdaabec73c4 100644 --- a/pkgs/by-name/ld/ld64/package.nix +++ b/pkgs/by-name/ld/ld64/package.nix @@ -174,7 +174,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://opensource.apple.com/releases/"; license = lib.licenses.apple-psl20; mainProgram = "ld"; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; # Porting to other platforms is incomplete. Support only Darwin for now. }; }) diff --git a/pkgs/by-name/le/ledfx/package.nix b/pkgs/by-name/le/ledfx/package.nix index 8dec6f12eb2d0..5863c004a677c 100644 --- a/pkgs/by-name/le/ledfx/package.nix +++ b/pkgs/by-name/le/ledfx/package.nix @@ -69,7 +69,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/LedFx/LedFx"; changelog = "https://github.com/LedFx/LedFx/blob/${version}/CHANGELOG.rst"; license = licenses.gpl3Only; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; mainProgram = "ledfx"; }; } diff --git a/pkgs/by-name/le/lego/package.nix b/pkgs/by-name/le/lego/package.nix index b3c7da6fcbd38..197da70b06f62 100644 --- a/pkgs/by-name/le/lego/package.nix +++ b/pkgs/by-name/le/lego/package.nix @@ -32,7 +32,7 @@ buildGoModule rec { description = "Let's Encrypt client and ACME library written in Go"; license = licenses.mit; homepage = "https://go-acme.github.io/lego/"; - maintainers = teams.acme.members; + teams = [ teams.acme ]; mainProgram = "lego"; }; diff --git a/pkgs/by-name/le/letterpress/package.nix b/pkgs/by-name/le/letterpress/package.nix index d477cf87ae0be..e83eaa0811cfe 100644 --- a/pkgs/by-name/le/letterpress/package.nix +++ b/pkgs/by-name/le/letterpress/package.nix @@ -82,7 +82,8 @@ python3Packages.buildPythonApplication rec { ''; homepage = "https://apps.gnome.org/Letterpress/"; license = licenses.gpl3Plus; - maintainers = [ maintainers.dawidd6 ] ++ lib.teams.gnome-circle.members; + maintainers = [ maintainers.dawidd6 ]; + teams = [ teams.gnome-circle ]; platforms = platforms.linux; mainProgram = "letterpress"; }; diff --git a/pkgs/by-name/li/libLAS/package.nix b/pkgs/by-name/li/libLAS/package.nix index 79c067673f5f2..5409edbf5e351 100644 --- a/pkgs/by-name/li/libLAS/package.nix +++ b/pkgs/by-name/li/libLAS/package.nix @@ -76,6 +76,7 @@ stdenv.mkDerivation rec { homepage = "https://liblas.org"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = with maintainers; teams.geospatial.members ++ [ lib.maintainers.michelk ]; + maintainers = with maintainers; [ michelk ]; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/by-name/li/libbraiding/package.nix b/pkgs/by-name/li/libbraiding/package.nix index 1f25d4b30f745..ebf4612acb2bd 100644 --- a/pkgs/by-name/li/libbraiding/package.nix +++ b/pkgs/by-name/li/libbraiding/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { A library to compute several properties of braids, including centralizer and conjugacy check. ''; license = licenses.gpl3; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/li/libchamplain/package.nix b/pkgs/by-name/li/libchamplain/package.nix index fee33071d4392..cef91831f668c 100644 --- a/pkgs/by-name/li/libchamplain/package.nix +++ b/pkgs/by-name/li/libchamplain/package.nix @@ -88,7 +88,10 @@ stdenv.mkDerivation rec { OpenCycleMap, OpenAerialMap, and Maps for free. ''; - maintainers = teams.gnome.members ++ teams.pantheon.members; + teams = [ + teams.gnome + teams.pantheon + ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/li/libcosmicAppHook/package.nix b/pkgs/by-name/li/libcosmicAppHook/package.nix index b3ce26e326458..549c628c870d9 100644 --- a/pkgs/by-name/li/libcosmicAppHook/package.nix +++ b/pkgs/by-name/li/libcosmicAppHook/package.nix @@ -76,6 +76,6 @@ makeSetupHook { meta = { description = "Setup hook for configuring and wrapping applications based on libcosmic"; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; }; } ./libcosmic-app-hook.sh diff --git a/pkgs/by-name/li/libdazzle/package.nix b/pkgs/by-name/li/libdazzle/package.nix index 7c54966532148..484d2968752fa 100644 --- a/pkgs/by-name/li/libdazzle/package.nix +++ b/pkgs/by-name/li/libdazzle/package.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://gitlab.gnome.org/GNOME/libdazzle"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/li/libdex/package.nix b/pkgs/by-name/li/libdex/package.nix index 96387af9f9fc0..b6f528c23c194 100644 --- a/pkgs/by-name/li/libdex/package.nix +++ b/pkgs/by-name/li/libdex/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Library supporting deferred execution for GNOME and GTK"; homepage = "https://gitlab.gnome.org/GNOME/libdex"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux ++ platforms.darwin; license = licenses.lgpl21Plus; }; diff --git a/pkgs/by-name/li/libdict/package.nix b/pkgs/by-name/li/libdict/package.nix index 3548d65073efa..99297ce3283a3 100644 --- a/pkgs/by-name/li/libdict/package.nix +++ b/pkgs/by-name/li/libdict/package.nix @@ -43,6 +43,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/rtbrick/libdict/releases/tag/${finalAttrs.version}"; description = "C library of key-value data structures"; license = licenses.bsd2; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; }) diff --git a/pkgs/by-name/li/libdmapsharing/package.nix b/pkgs/by-name/li/libdmapsharing/package.nix index 47b02a65e0833..0c6812211f9c3 100644 --- a/pkgs/by-name/li/libdmapsharing/package.nix +++ b/pkgs/by-name/li/libdmapsharing/package.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.flyn.org/projects/libdmapsharing/"; description = "Library that implements the DMAP family of protocols"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl21Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/li/liberasurecode/package.nix b/pkgs/by-name/li/liberasurecode/package.nix index 058e3e155ab82..a14112705e8c7 100644 --- a/pkgs/by-name/li/liberasurecode/package.nix +++ b/pkgs/by-name/li/liberasurecode/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Erasure Code API library written in C with pluggable Erasure Code backends"; homepage = "https://github.com/openstack/liberasurecode"; license = licenses.bsd2; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; pkgConfigModules = [ "erasurecode-1" ]; }; }) diff --git a/pkgs/by-name/li/libgdata/package.nix b/pkgs/by-name/li/libgdata/package.nix index b3ce0ce8aab66..6d22a15c63590 100644 --- a/pkgs/by-name/li/libgdata/package.nix +++ b/pkgs/by-name/li/libgdata/package.nix @@ -85,7 +85,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "GData API library"; homepage = "https://gitlab.gnome.org/GNOME/libgdata"; - maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; platforms = platforms.linux; license = licenses.lgpl21Plus; }; diff --git a/pkgs/by-name/li/libgee/package.nix b/pkgs/by-name/li/libgee/package.nix index 151abcac6771a..817ee9cb09944 100644 --- a/pkgs/by-name/li/libgee/package.nix +++ b/pkgs/by-name/li/libgee/package.nix @@ -59,6 +59,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/libgee"; license = licenses.lgpl21Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/li/libgeotiff/package.nix b/pkgs/by-name/li/libgeotiff/package.nix index c591b0cb7c1e4..a8adeb40a9625 100644 --- a/pkgs/by-name/li/libgeotiff/package.nix +++ b/pkgs/by-name/li/libgeotiff/package.nix @@ -50,7 +50,8 @@ stdenv.mkDerivation rec { homepage = "https://github.com/OSGeo/libgeotiff"; changelog = "https://github.com/OSGeo/libgeotiff/blob/${src.rev}/libgeotiff/NEWS"; license = licenses.mit; - maintainers = with maintainers; teams.geospatial.members ++ [ marcweber ]; + maintainers = with maintainers; [ marcweber ]; + teams = [ teams.geospatial ]; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/by-name/li/libgepub/package.nix b/pkgs/by-name/li/libgepub/package.nix index 9d4e8ef50097c..1f5805ad3e2c5 100644 --- a/pkgs/by-name/li/libgepub/package.nix +++ b/pkgs/by-name/li/libgepub/package.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { description = "GObject based library for handling and rendering epub documents"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/li/libgit2-glib/package.nix b/pkgs/by-name/li/libgit2-glib/package.nix index 441f1165816f1..de8171c6e36f2 100644 --- a/pkgs/by-name/li/libgit2-glib/package.nix +++ b/pkgs/by-name/li/libgit2-glib/package.nix @@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Glib wrapper library around the libgit2 git access library"; homepage = "https://gitlab.gnome.org/GNOME/libgit2-glib"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/li/libgnomekbd/package.nix b/pkgs/by-name/li/libgnomekbd/package.nix index 88db2b779ea1e..153ff597ba093 100644 --- a/pkgs/by-name/li/libgnomekbd/package.nix +++ b/pkgs/by-name/li/libgnomekbd/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Keyboard management library"; mainProgram = "gkbd-keyboard-display"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.linux; }; diff --git a/pkgs/by-name/li/libgtop/package.nix b/pkgs/by-name/li/libgtop/package.nix index 36264b173dfb1..fb4f8d6ceccb9 100644 --- a/pkgs/by-name/li/libgtop/package.nix +++ b/pkgs/by-name/li/libgtop/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Library that reads information about processes and the running system"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/li/libgudev/package.nix b/pkgs/by-name/li/libgudev/package.nix index 6e9007b90945d..ee82d06c45e90 100644 --- a/pkgs/by-name/li/libgudev/package.nix +++ b/pkgs/by-name/li/libgudev/package.nix @@ -85,7 +85,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Library that provides GObject bindings for libudev"; homepage = "https://gitlab.gnome.org/GNOME/libgudev"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; license = licenses.lgpl2Plus; }; diff --git a/pkgs/by-name/li/libgweather/package.nix b/pkgs/by-name/li/libgweather/package.nix index a27aa76edcf92..d91b1c45e2ebe 100644 --- a/pkgs/by-name/li/libgweather/package.nix +++ b/pkgs/by-name/li/libgweather/package.nix @@ -124,7 +124,7 @@ stdenv.mkDerivation rec { description = "Library to access weather information from online services for numerous locations"; homepage = "https://gitlab.gnome.org/GNOME/libgweather"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/li/libgxps/package.nix b/pkgs/by-name/li/libgxps/package.nix index 29f5289b5ea21..e837b661d7273 100644 --- a/pkgs/by-name/li/libgxps/package.nix +++ b/pkgs/by-name/li/libgxps/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation rec { description = "GObject based library for handling and rendering XPS documents"; homepage = "https://gitlab.gnome.org/GNOME/libgxps"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/li/libhomfly/package.nix b/pkgs/by-name/li/libhomfly/package.nix index 9cae6196d83c0..d215d398b659c 100644 --- a/pkgs/by-name/li/libhomfly/package.nix +++ b/pkgs/by-name/li/libhomfly/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/miguelmarco/libhomfly/"; description = "Library to compute the homfly polynomial of knots and links"; license = licenses.unlicense; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/li/libmanette/package.nix b/pkgs/by-name/li/libmanette/package.nix index 4a0bb9f0a97df..d8a446b72b48e 100644 --- a/pkgs/by-name/li/libmanette/package.nix +++ b/pkgs/by-name/li/libmanette/package.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { mainProgram = "manette-test"; homepage = "https://gnome.pages.gitlab.gnome.org/libmanette/"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/li/libmaxminddb/package.nix b/pkgs/by-name/li/libmaxminddb/package.nix index ee2d191d7239c..fa637ae4fdf30 100644 --- a/pkgs/by-name/li/libmaxminddb/package.nix +++ b/pkgs/by-name/li/libmaxminddb/package.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { description = "C library for working with MaxMind geolocation DB files"; homepage = "https://github.com/maxmind/libmaxminddb"; license = licenses.asl20; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; mainProgram = "mmdblookup"; platforms = platforms.all; }; diff --git a/pkgs/by-name/li/libmbim/package.nix b/pkgs/by-name/li/libmbim/package.nix index 0171aea5490ef..3fa0d2212ce64 100644 --- a/pkgs/by-name/li/libmbim/package.nix +++ b/pkgs/by-name/li/libmbim/package.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation rec { homepage = "https://www.freedesktop.org/wiki/Software/libmbim/"; description = "Library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol"; changelog = "https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/raw/${version}/NEWS"; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; platforms = platforms.linux; license = licenses.gpl2Plus; }; diff --git a/pkgs/by-name/li/libmediaart/package.nix b/pkgs/by-name/li/libmediaart/package.nix index 25f44cd3385d0..7d04fbe91941a 100644 --- a/pkgs/by-name/li/libmediaart/package.nix +++ b/pkgs/by-name/li/libmediaart/package.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Library tasked with managing, extracting and handling media art caches"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/li/libmsgraph/package.nix b/pkgs/by-name/li/libmsgraph/package.nix index 186bd3b735eed..457e5e5b375f4 100644 --- a/pkgs/by-name/li/libmsgraph/package.nix +++ b/pkgs/by-name/li/libmsgraph/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/msgraph"; changelog = "https://gitlab.gnome.org/GNOME/msgraph/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.lgpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/li/libnma/package.nix b/pkgs/by-name/li/libnma/package.nix index 84331343c09a4..9fdf26c826267 100644 --- a/pkgs/by-name/li/libnma/package.nix +++ b/pkgs/by-name/li/libnma/package.nix @@ -118,7 +118,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/libnma"; description = "NetworkManager UI utilities (libnm version)"; license = licenses.gpl2Plus; # Mix of GPL and LPGL 2+ - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/li/libnotify/package.nix b/pkgs/by-name/li/libnotify/package.nix index edd43c88da277..3f1777e70a1b0 100644 --- a/pkgs/by-name/li/libnotify/package.nix +++ b/pkgs/by-name/li/libnotify/package.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { description = "Library that sends desktop notifications to a notification daemon"; homepage = "https://gitlab.gnome.org/GNOME/libnotify"; license = licenses.lgpl21; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; mainProgram = "notify-send"; platforms = platforms.unix; }; diff --git a/pkgs/by-name/li/libosmium/package.nix b/pkgs/by-name/li/libosmium/package.nix index 7579c3472077e..66e2ab42392be 100644 --- a/pkgs/by-name/li/libosmium/package.nix +++ b/pkgs/by-name/li/libosmium/package.nix @@ -45,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: { "https://github.com/osmcode/libosmium/releases/tag/v${finalAttrs.version}" "https://github.com/osmcode/libosmium/blob/v${finalAttrs.version}/CHANGELOG.md" ]; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ das-g ]); + maintainers = with lib.maintainers; [ das-g ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/li/libpanel/package.nix b/pkgs/by-name/li/libpanel/package.nix index 6006c6b141c7b..e0c2601c4c867 100644 --- a/pkgs/by-name/li/libpanel/package.nix +++ b/pkgs/by-name/li/libpanel/package.nix @@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "libpanel-example"; homepage = "https://gitlab.gnome.org/GNOME/libpanel"; license = licenses.lgpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/li/libqmi/package.nix b/pkgs/by-name/li/libqmi/package.nix index daa61c7d3a1ed..2edf66d0b31dd 100644 --- a/pkgs/by-name/li/libqmi/package.nix +++ b/pkgs/by-name/li/libqmi/package.nix @@ -101,7 +101,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.freedesktop.org/wiki/Software/libqmi/"; description = "Modem protocol helper library"; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; platforms = platforms.linux; license = with licenses; [ # Library diff --git a/pkgs/by-name/li/libqrtr-glib/package.nix b/pkgs/by-name/li/libqrtr-glib/package.nix index 852d76906a66d..1d0eec5c17dcc 100644 --- a/pkgs/by-name/li/libqrtr-glib/package.nix +++ b/pkgs/by-name/li/libqrtr-glib/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"; description = "Qualcomm IPC Router protocol helper library"; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; platforms = platforms.linux; license = licenses.lgpl2Plus; }; diff --git a/pkgs/by-name/li/librenms/package.nix b/pkgs/by-name/li/librenms/package.nix index 7b7b298e67fbe..becb2c17bf2e6 100644 --- a/pkgs/by-name/li/librenms/package.nix +++ b/pkgs/by-name/li/librenms/package.nix @@ -127,7 +127,8 @@ phpPackage.buildComposerProject2 rec { description = "Auto-discovering PHP/MySQL/SNMP based network monitoring"; homepage = "https://www.librenms.org/"; license = licenses.gpl3Only; - maintainers = with maintainers; [ netali ] ++ teams.wdz.members; + maintainers = with maintainers; [ netali ]; + teams = [ teams.wdz ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/li/libretro-core-info/package.nix b/pkgs/by-name/li/libretro-core-info/package.nix index bbb65756751b4..dc8adf26c6cc5 100644 --- a/pkgs/by-name/li/libretro-core-info/package.nix +++ b/pkgs/by-name/li/libretro-core-info/package.nix @@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec { description = "Libretro's core info files"; homepage = "https://libretro.com"; license = licenses.mit; - maintainers = with maintainers; teams.libretro.members ++ [ ]; + teams = [ teams.libretro ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/li/librttopo/package.nix b/pkgs/by-name/li/librttopo/package.nix index 9eec8ba69bc3b..339f618cd88c2 100644 --- a/pkgs/by-name/li/librttopo/package.nix +++ b/pkgs/by-name/li/librttopo/package.nix @@ -38,7 +38,8 @@ stdenv.mkDerivation rec { description = "RT Topology Library"; homepage = "https://git.osgeo.org/gitea/rttopo/librttopo"; license = licenses.gpl2Plus; - maintainers = with maintainers; teams.geospatial.members ++ [ dotlambda ]; + maintainers = with maintainers; [ dotlambda ]; + teams = [ teams.geospatial ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/li/libsecret/package.nix b/pkgs/by-name/li/libsecret/package.nix index 68e71a56f1cb5..8ab83e3b6888d 100644 --- a/pkgs/by-name/li/libsecret/package.nix +++ b/pkgs/by-name/li/libsecret/package.nix @@ -221,6 +221,6 @@ stdenv.mkDerivation rec { lib.intersectLists glib.meta.platforms tpm2-tss.meta.platforms else glib.meta.platforms; - inherit (glib.meta) maintainers; + inherit (glib.meta) maintainers teams; }; } diff --git a/pkgs/by-name/li/libshumate/package.nix b/pkgs/by-name/li/libshumate/package.nix index 97f2051a1c329..7fd934fb9e5d1 100644 --- a/pkgs/by-name/li/libshumate/package.nix +++ b/pkgs/by-name/li/libshumate/package.nix @@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "shumate-demo"; homepage = "https://gitlab.gnome.org/GNOME/libshumate"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/li/libspatialindex/package.nix b/pkgs/by-name/li/libspatialindex/package.nix index ad39600beb190..67d07ec76b3e4 100644 --- a/pkgs/by-name/li/libspatialindex/package.nix +++ b/pkgs/by-name/li/libspatialindex/package.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Extensible spatial index library in C++"; homepage = "https://libspatialindex.org"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/li/libspatialite/package.nix b/pkgs/by-name/li/libspatialite/package.nix index d2f93f4ec360b..3e6fe92078ab6 100644 --- a/pkgs/by-name/li/libspatialite/package.nix +++ b/pkgs/by-name/li/libspatialite/package.nix @@ -94,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: { ]; pkgConfigModules = [ "spatialite" ]; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; lib.teams.geospatial.members ++ [ dotlambda ]; + maintainers = with lib.maintainers; [ dotlambda ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/li/libspelling/package.nix b/pkgs/by-name/li/libspelling/package.nix index 2c818931128aa..48614e059f8b1 100644 --- a/pkgs/by-name/li/libspelling/package.nix +++ b/pkgs/by-name/li/libspelling/package.nix @@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/libspelling"; license = licenses.lgpl21Plus; changelog = "https://gitlab.gnome.org/GNOME/libspelling/-/raw/${version}/NEWS"; - maintainers = with maintainers; [ chuangzhu ] ++ teams.gnome.members; + maintainers = with maintainers; [ chuangzhu ]; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/li/libspf2/package.nix b/pkgs/by-name/li/libspf2/package.nix index b606ab7fef62c..4bc0a87d530e3 100644 --- a/pkgs/by-name/li/libspf2/package.nix +++ b/pkgs/by-name/li/libspf2/package.nix @@ -40,7 +40,8 @@ stdenv.mkDerivation rec { lgpl21Plus bsd2 ]; - maintainers = with maintainers; [ euxane ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ euxane ]; + teams = [ teams.helsinki-systems ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/li/libtiff/package.nix b/pkgs/by-name/li/libtiff/package.nix index 7dea25c62d012..8018672a7f3fc 100644 --- a/pkgs/by-name/li/libtiff/package.nix +++ b/pkgs/by-name/li/libtiff/package.nix @@ -138,6 +138,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.libtiff; platforms = platforms.unix ++ platforms.windows; pkgConfigModules = [ "libtiff-4" ]; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; }) diff --git a/pkgs/by-name/li/libwacom-surface/package.nix b/pkgs/by-name/li/libwacom-surface/package.nix index 04fa64d1e8224..3ad32e9edaf35 100644 --- a/pkgs/by-name/li/libwacom-surface/package.nix +++ b/pkgs/by-name/li/libwacom-surface/package.nix @@ -41,5 +41,6 @@ libwacom.overrideAttrs (prevAttrs: { meta = prevAttrs.meta // { homepage = "https://github.com/linux-surface/libwacom-surface"; maintainers = with lib.maintainers; [ dotlambda ]; + teams = [ ]; }; }) diff --git a/pkgs/by-name/li/libwacom/package.nix b/pkgs/by-name/li/libwacom/package.nix index 79505191bcac1..5132dd4881565 100644 --- a/pkgs/by-name/li/libwacom/package.nix +++ b/pkgs/by-name/li/libwacom/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://linuxwacom.github.io/"; changelog = "https://github.com/linuxwacom/libwacom/blob/${finalAttrs.src.rev}/NEWS"; description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux"; - maintainers = lib.teams.freedesktop.members; + teams = [ lib.teams.freedesktop ]; license = lib.licenses.hpnd; }; }) diff --git a/pkgs/by-name/li/lightlocker/package.nix b/pkgs/by-name/li/lightlocker/package.nix index efcee4bdeea1b..559a267aa0fd1 100644 --- a/pkgs/by-name/li/lightlocker/package.nix +++ b/pkgs/by-name/li/lightlocker/package.nix @@ -87,7 +87,8 @@ stdenv.mkDerivation rec { ConsoleKit/UPower or logind/systemd. ''; license = licenses.gpl2Plus; - maintainers = with maintainers; [ obadz ] ++ teams.pantheon.members; + maintainers = with maintainers; [ obadz ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/li/lightsoff/package.nix b/pkgs/by-name/li/lightsoff/package.nix index b1c6a82baa015..16887e030310e 100644 --- a/pkgs/by-name/li/lightsoff/package.nix +++ b/pkgs/by-name/li/lightsoff/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/lightsoff/-/blob/${version}/NEWS?ref_type=tags"; description = "Puzzle game, where the objective is to turn off all of the tiles on the board"; mainProgram = "lightsoff"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/li/linbox/package.nix b/pkgs/by-name/li/linbox/package.nix index b1fa335a04a72..c6821aa2f8721 100644 --- a/pkgs/by-name/li/linbox/package.nix +++ b/pkgs/by-name/li/linbox/package.nix @@ -91,7 +91,7 @@ stdenv.mkDerivation rec { description = "C++ library for exact, high-performance linear algebra"; mainProgram = "linbox-config"; license = licenses.lgpl21Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; homepage = "https://linalg.org/"; }; diff --git a/pkgs/by-name/lo/localsearch/package.nix b/pkgs/by-name/lo/localsearch/package.nix index 9533e51e006ed..d5260225a3ce8 100644 --- a/pkgs/by-name/lo/localsearch/package.nix +++ b/pkgs/by-name/lo/localsearch/package.nix @@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://gitlab.gnome.org/GNOME/localsearch"; description = "Desktop-neutral user information store, search tool and indexer"; - maintainers = lib.teams.gnome.members; + teams = [ lib.teams.gnome ]; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; mainProgram = "localsearch"; diff --git a/pkgs/by-name/lo/lorem/package.nix b/pkgs/by-name/lo/lorem/package.nix index ed6bb0111784d..8c8eafcdb15be 100644 --- a/pkgs/by-name/lo/lorem/package.nix +++ b/pkgs/by-name/lo/lorem/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Lorem/"; license = lib.licenses.gpl3Plus; mainProgram = "lorem"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/lo/loupe/package.nix b/pkgs/by-name/lo/loupe/package.nix index 131214d8e5c03..373eb637020eb 100644 --- a/pkgs/by-name/lo/loupe/package.nix +++ b/pkgs/by-name/lo/loupe/package.nix @@ -82,7 +82,8 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/loupe/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; description = "Simple image viewer application written with GTK4 and Rust"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ jk ] ++ teams.gnome.members; + maintainers = with maintainers; [ jk ]; + teams = [ teams.gnome ]; platforms = platforms.unix; mainProgram = "loupe"; }; diff --git a/pkgs/by-name/lr/lrcalc/package.nix b/pkgs/by-name/lr/lrcalc/package.nix index 9231b3e15684e..c682d69ded208 100644 --- a/pkgs/by-name/lr/lrcalc/package.nix +++ b/pkgs/by-name/lr/lrcalc/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { description = "Littlewood-Richardson calculator"; homepage = "http://math.rutgers.edu/~asbuch/lrcalc/"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/lx/lxc/package.nix b/pkgs/by-name/lx/lxc/package.nix index fba1b0efba4b8..5c14f5f641721 100644 --- a/pkgs/by-name/lx/lxc/package.nix +++ b/pkgs/by-name/lx/lxc/package.nix @@ -115,6 +115,6 @@ stdenv.mkDerivation (finalAttrs: { ''; platforms = lib.platforms.linux; - maintainers = lib.teams.lxc.members; + teams = [ lib.teams.lxc ]; }; }) diff --git a/pkgs/by-name/lx/lxcfs/package.nix b/pkgs/by-name/lx/lxcfs/package.nix index 07a8f17253924..e62bf4aa2f3eb 100644 --- a/pkgs/by-name/lx/lxcfs/package.nix +++ b/pkgs/by-name/lx/lxcfs/package.nix @@ -88,6 +88,6 @@ stdenv.mkDerivation rec { changelog = "https://linuxcontainers.org/lxcfs/news/"; license = lib.licenses.asl20; platforms = lib.platforms.linux; - maintainers = lib.teams.lxc.members; + teams = [ lib.teams.lxc ]; }; } diff --git a/pkgs/by-name/m1/m17-cxx-demod/package.nix b/pkgs/by-name/m1/m17-cxx-demod/package.nix index d5d391ecc17e9..12d2536526e9d 100644 --- a/pkgs/by-name/m1/m17-cxx-demod/package.nix +++ b/pkgs/by-name/m1/m17-cxx-demod/package.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mobilinkd/m17-cxx-demod"; license = licenses.gpl3Only; platforms = platforms.unix; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/by-name/m2/m2-mesoplanet/package.nix b/pkgs/by-name/m2/m2-mesoplanet/package.nix index b52e0174e153a..3e7c625ad31a5 100644 --- a/pkgs/by-name/m2/m2-mesoplanet/package.nix +++ b/pkgs/by-name/m2/m2-mesoplanet/package.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Macro Expander Saving Our m2-PLANET"; homepage = "https://github.com/oriansj/M2-Mesoplanet"; license = licenses.gpl3Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit (m2libc.meta) platforms; mainProgram = "M2-Mesoplanet"; }; diff --git a/pkgs/by-name/m2/m2-planet/package.nix b/pkgs/by-name/m2/m2-planet/package.nix index 73f455091fff4..b99706aa786c2 100644 --- a/pkgs/by-name/m2/m2-planet/package.nix +++ b/pkgs/by-name/m2/m2-planet/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { description = "PLAtform NEutral Transpiler"; homepage = "https://github.com/oriansj/M2-Planet"; license = licenses.gpl3Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit (m2libc.meta) platforms; mainProgram = "M2-Planet"; }; diff --git a/pkgs/by-name/m2/m2libc/package.nix b/pkgs/by-name/m2/m2libc/package.nix index 084f02db253cf..4c3546c7abcc2 100644 --- a/pkgs/by-name/m2/m2libc/package.nix +++ b/pkgs/by-name/m2/m2libc/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { description = "More standards compliant C library written in M2-Planet's C subset"; homepage = "https://github.com/oriansj/m2libc"; license = licenses.gpl3Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = [ "i686-linux" "x86_64-linux" diff --git a/pkgs/by-name/m4/m4ri/package.nix b/pkgs/by-name/m4/m4ri/package.nix index a7d750da16e6c..d6e397a18e901 100644 --- a/pkgs/by-name/m4/m4ri/package.nix +++ b/pkgs/by-name/m4/m4ri/package.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { homepage = "https://malb.bitbucket.io/m4ri/"; description = "Library to do fast arithmetic with dense matrices over F_2"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/m4/m4rie/package.nix b/pkgs/by-name/m4/m4rie/package.nix index 270638f4d7306..9bc3f77d6b74a 100644 --- a/pkgs/by-name/m4/m4rie/package.nix +++ b/pkgs/by-name/m4/m4rie/package.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { It uses the M4RI library, implementing the same operations over the finite field F2. ''; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ma/magpie/package.nix b/pkgs/by-name/ma/magpie/package.nix index 35036b14319ca..185fc183ce1c1 100644 --- a/pkgs/by-name/ma/magpie/package.nix +++ b/pkgs/by-name/ma/magpie/package.nix @@ -176,7 +176,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/BuddiesOfBudgie/magpie"; changelog = "https://github.com/BuddiesOfBudgie/magpie/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl2Plus; - maintainers = lib.teams.budgie.members; + teams = [ lib.teams.budgie ]; platforms = lib.platforms.linux; pkgConfigModules = [ "libmagpie-0" diff --git a/pkgs/by-name/ma/mapcache/package.nix b/pkgs/by-name/ma/mapcache/package.nix index f0a4f3aab53a2..23fd47c9e2918 100644 --- a/pkgs/by-name/ma/mapcache/package.nix +++ b/pkgs/by-name/ma/mapcache/package.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://mapserver.org/mapcache/"; changelog = "https://www.mapserver.org/development/changelog/mapcache/"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/ma/mapproxy/package.nix b/pkgs/by-name/ma/mapproxy/package.nix index 1ee722e858b1c..0bfd23f1595db 100644 --- a/pkgs/by-name/ma/mapproxy/package.nix +++ b/pkgs/by-name/ma/mapproxy/package.nix @@ -44,6 +44,7 @@ python3Packages.buildPythonApplication rec { description = "Open source proxy for geospatial data"; homepage = "https://mapproxy.org/"; license = lib.licenses.asl20; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ rakesh4g ]); + maintainers = with lib.maintainers; [ rakesh4g ]; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/by-name/ma/mapserver/package.nix b/pkgs/by-name/ma/mapserver/package.nix index d3e6da773688a..a3bbd82396922 100644 --- a/pkgs/by-name/ma/mapserver/package.nix +++ b/pkgs/by-name/ma/mapserver/package.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { homepage = "https://mapserver.org/"; changelog = "https://mapserver.org/development/changelog/"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/ma/mariadb-galera/package.nix b/pkgs/by-name/ma/mariadb-galera/package.nix index c7efd83a99b19..e1d3937c6d828 100644 --- a/pkgs/by-name/ma/mariadb-galera/package.nix +++ b/pkgs/by-name/ma/mariadb-galera/package.nix @@ -51,7 +51,8 @@ stdenv.mkDerivation rec { mainProgram = "garbd"; homepage = "https://galeracluster.com/"; license = licenses.lgpl2Only; - maintainers = with maintainers; [ izorkin ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ izorkin ]; + teams = [ teams.helsinki-systems ]; platforms = platforms.all; broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/by-name/ma/matomo/package.nix b/pkgs/by-name/ma/matomo/package.nix index b9ec1e89bcd1f..37145774f515c 100644 --- a/pkgs/by-name/ma/matomo/package.nix +++ b/pkgs/by-name/ma/matomo/package.nix @@ -109,15 +109,13 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://matomo.org/"; changelog = "https://github.com/matomo-org/matomo/releases/tag/${finalAttrs.version}"; platforms = lib.platforms.all; - maintainers = - with lib.maintainers; - [ - florianjacob - sebbel - twey - boozedog - niklaskorz - ] - ++ lib.teams.flyingcircus.members; + maintainers = with lib.maintainers; [ + florianjacob + sebbel + twey + boozedog + niklaskorz + ]; + teams = [ lib.teams.flyingcircus ]; }; }) diff --git a/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix b/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix index 2e37b113d49a6..cd1105642da48 100644 --- a/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix +++ b/pkgs/by-name/ma/matrix-synapse-unwrapped/package.nix @@ -186,6 +186,7 @@ python3.pkgs.buildPythonApplication rec { changelog = "https://github.com/element-hq/synapse/releases/tag/v${version}"; description = "Matrix reference homeserver"; license = licenses.agpl3Plus; - maintainers = with lib.maintainers; teams.matrix.members ++ [ sumnerevans ]; + maintainers = with maintainers; [ sumnerevans ]; + teams = [ teams.matrix ]; }; } diff --git a/pkgs/by-name/ma/matrix-synapse-unwrapped/plugins/ldap3.nix b/pkgs/by-name/ma/matrix-synapse-unwrapped/plugins/ldap3.nix index fa38d1f7b7726..061fb8ab8a5e1 100644 --- a/pkgs/by-name/ma/matrix-synapse-unwrapped/plugins/ldap3.nix +++ b/pkgs/by-name/ma/matrix-synapse-unwrapped/plugins/ldap3.nix @@ -50,6 +50,6 @@ buildPythonPackage rec { description = "LDAP3 auth provider for Synapse"; homepage = "https://github.com/matrix-org/matrix-synapse-ldap3"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.c3d2.members; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/by-name/ma/maven/package.nix b/pkgs/by-name/ma/maven/package.nix index 4febe1647aab4..e78c355b8dc0b 100644 --- a/pkgs/by-name/ma/maven/package.nix +++ b/pkgs/by-name/ma/maven/package.nix @@ -84,7 +84,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { ]; license = lib.licenses.asl20; mainProgram = "mvn"; - maintainers = with lib.maintainers; [ tricktron ] ++ lib.teams.java.members; + maintainers = with lib.maintainers; [ tricktron ]; + teams = [ lib.teams.java ]; inherit (jdk_headless.meta) platforms; }; }) diff --git a/pkgs/by-name/mb/mbtileserver/package.nix b/pkgs/by-name/mb/mbtileserver/package.nix index 12c64e6c9c43d..a8e19da119f47 100644 --- a/pkgs/by-name/mb/mbtileserver/package.nix +++ b/pkgs/by-name/mb/mbtileserver/package.nix @@ -23,6 +23,6 @@ buildGoModule rec { homepage = "https://github.com/consbio/mbtileserver"; changelog = "https://github.com/consbio/mbtileserver/blob/v${version}/CHANGELOG.md"; license = licenses.isc; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/by-name/me/mediagoblin/package.nix b/pkgs/by-name/me/mediagoblin/package.nix index af2ed13dce4b7..e02b2c217c2ee 100644 --- a/pkgs/by-name/me/mediagoblin/package.nix +++ b/pkgs/by-name/me/mediagoblin/package.nix @@ -157,6 +157,6 @@ python.pkgs.buildPythonApplication rec { description = "Free software media publishing platform that anyone can run"; homepage = "https://mediagoblin.org/"; license = lib.licenses.agpl3Plus; - maintainers = lib.teams.c3d2.members; + teams = [ lib.teams.c3d2 ]; }; } diff --git a/pkgs/by-name/me/mediawiki/package.nix b/pkgs/by-name/me/mediawiki/package.nix index b68adceb24b0a..3fd63ab4f6643 100644 --- a/pkgs/by-name/me/mediawiki/package.nix +++ b/pkgs/by-name/me/mediawiki/package.nix @@ -44,6 +44,6 @@ stdenvNoCC.mkDerivation rec { license = licenses.gpl2Plus; homepage = "https://www.mediawiki.org/"; platforms = platforms.all; - maintainers = with maintainers; [ ] ++ teams.c3d2.members; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/by-name/me/mescc-tools-extra/package.nix b/pkgs/by-name/me/mescc-tools-extra/package.nix index b611df378103d..5b62096e96093 100644 --- a/pkgs/by-name/me/mescc-tools-extra/package.nix +++ b/pkgs/by-name/me/mescc-tools-extra/package.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Collection of tools written for use in bootstrapping"; homepage = "https://github.com/oriansj/mescc-tools-extra"; license = licenses.gpl3Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit (m2libc.meta) platforms; }; }) diff --git a/pkgs/by-name/me/mescc-tools/package.nix b/pkgs/by-name/me/mescc-tools/package.nix index 18562c71076b5..875e8e8bd5c0e 100644 --- a/pkgs/by-name/me/mescc-tools/package.nix +++ b/pkgs/by-name/me/mescc-tools/package.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Collection of tools written for use in bootstrapping"; homepage = "https://savannah.nongnu.org/projects/mescc-tools"; license = licenses.gpl3Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit (m2libc.meta) platforms; }; }) diff --git a/pkgs/by-name/me/metacity/package.nix b/pkgs/by-name/me/metacity/package.nix index 8a7248287a8d8..6bf104a8db9f2 100644 --- a/pkgs/by-name/me/metacity/package.nix +++ b/pkgs/by-name/me/metacity/package.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/metacity"; changelog = "https://gitlab.gnome.org/GNOME/metacity/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl2; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/mi/minder/package.nix b/pkgs/by-name/mi/minder/package.nix index 33966794be806..e393a7dd27c81 100644 --- a/pkgs/by-name/mi/minder/package.nix +++ b/pkgs/by-name/mi/minder/package.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/phase1geo/Minder"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "com.github.phase1geo.minder"; }; } diff --git a/pkgs/by-name/mi/mint-artwork/package.nix b/pkgs/by-name/mi/mint-artwork/package.nix index 8f5c843cf17c7..7c02e0d10ce23 100644 --- a/pkgs/by-name/mi/mint-artwork/package.nix +++ b/pkgs/by-name/mi/mint-artwork/package.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { cc-by-40 ]; # from debian/copyright platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mi/mint-cursor-themes/package.nix b/pkgs/by-name/mi/mint-cursor-themes/package.nix index 78a15f53ce745..66fd61fef4ae9 100644 --- a/pkgs/by-name/mi/mint-cursor-themes/package.nix +++ b/pkgs/by-name/mi/mint-cursor-themes/package.nix @@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation { homepage = "https://github.com/linuxmint/mint-cursor-themes/"; description = "Linux Mint cursor themes"; license = licenses.gpl3Plus; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/mi/mint-l-icons/package.nix b/pkgs/by-name/mi/mint-l-icons/package.nix index f5e6deb2aa57f..1641646ffdfcc 100644 --- a/pkgs/by-name/mi/mint-l-icons/package.nix +++ b/pkgs/by-name/mi/mint-l-icons/package.nix @@ -52,6 +52,6 @@ stdenvNoCC.mkDerivation { description = "Mint-L icon theme"; license = licenses.gpl3Plus; # from debian/copyright platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mi/mint-l-theme/package.nix b/pkgs/by-name/mi/mint-l-theme/package.nix index 7ce18e06f8f56..4ef7e9447f42b 100644 --- a/pkgs/by-name/mi/mint-l-theme/package.nix +++ b/pkgs/by-name/mi/mint-l-theme/package.nix @@ -42,6 +42,6 @@ stdenvNoCC.mkDerivation rec { description = "Mint-L theme for the Cinnamon desktop"; license = licenses.gpl3Plus; # from debian/copyright platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mi/mint-themes/package.nix b/pkgs/by-name/mi/mint-themes/package.nix index c25ba30e6afcc..29d3e4ba39487 100644 --- a/pkgs/by-name/mi/mint-themes/package.nix +++ b/pkgs/by-name/mi/mint-themes/package.nix @@ -38,6 +38,6 @@ stdenvNoCC.mkDerivation rec { description = "Mint-X and Mint-Y themes for the cinnamon desktop"; license = licenses.gpl3; # from debian/copyright platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mi/mint-x-icons/package.nix b/pkgs/by-name/mi/mint-x-icons/package.nix index 14e9500030d86..03fa2ceb04e47 100644 --- a/pkgs/by-name/mi/mint-x-icons/package.nix +++ b/pkgs/by-name/mi/mint-x-icons/package.nix @@ -53,6 +53,6 @@ stdenvNoCC.mkDerivation rec { description = "Mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza"; license = licenses.gpl3Plus; # from debian/copyright platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mi/mint-y-icons/package.nix b/pkgs/by-name/mi/mint-y-icons/package.nix index 74734a4da8652..a11b03fa8c289 100644 --- a/pkgs/by-name/mi/mint-y-icons/package.nix +++ b/pkgs/by-name/mi/mint-y-icons/package.nix @@ -49,6 +49,6 @@ stdenvNoCC.mkDerivation rec { description = "Mint-Y icon theme"; license = licenses.gpl3; # from debian/copyright platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mi/mix2nix/package.nix b/pkgs/by-name/mi/mix2nix/package.nix index a1e25f4e0a20c..145e0685c7980 100644 --- a/pkgs/by-name/mi/mix2nix/package.nix +++ b/pkgs/by-name/mi/mix2nix/package.nix @@ -27,6 +27,7 @@ stdenv.mkDerivation rec { description = "Generate nix expressions from mix.lock file"; mainProgram = "mix2nix"; license = licenses.mit; - maintainers = with maintainers; [ ydlr ] ++ teams.beam.members; + maintainers = with maintainers; [ ydlr ]; + teams = [ teams.beam ]; }; } diff --git a/pkgs/by-name/mk/mkcal/package.nix b/pkgs/by-name/mk/mkcal/package.nix index bb2bae2d0d009..fbb9e7cdff314 100644 --- a/pkgs/by-name/mk/mkcal/package.nix +++ b/pkgs/by-name/mk/mkcal/package.nix @@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/sailfishos/mkcal/releases/tag/${finalAttrs.version}"; license = lib.licenses.lgpl2Plus; mainProgram = "mkcaltool"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "libmkcal-qt5" diff --git a/pkgs/by-name/mm/mm-common/package.nix b/pkgs/by-name/mm/mm-common/package.nix index e4d2b8b254397..439a9e597ed83 100644 --- a/pkgs/by-name/mm/mm-common/package.nix +++ b/pkgs/by-name/mm/mm-common/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://www.gtkmm.org"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/mo/modemmanager/package.nix b/pkgs/by-name/mo/modemmanager/package.nix index 0840191e498f5..5ccfa92549fbd 100644 --- a/pkgs/by-name/mo/modemmanager/package.nix +++ b/pkgs/by-name/mo/modemmanager/package.nix @@ -131,7 +131,7 @@ stdenv.mkDerivation rec { description = "WWAN modem manager, part of NetworkManager"; homepage = "https://www.freedesktop.org/wiki/Software/ModemManager/"; license = licenses.gpl2Plus; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/mo/mousai/package.nix b/pkgs/by-name/mo/mousai/package.nix index 3a45a524d8e99..1458205511a40 100644 --- a/pkgs/by-name/mo/mousai/package.nix +++ b/pkgs/by-name/mo/mousai/package.nix @@ -73,7 +73,8 @@ stdenv.mkDerivation rec { mainProgram = "mousai"; homepage = "https://github.com/SeaDve/Mousai"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ dotlambda ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ dotlambda ]; + teams = [ teams.gnome-circle ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ms/mscp/package.nix b/pkgs/by-name/ms/mscp/package.nix index 978ea0c53a538..5ee4d6e22f0c3 100644 --- a/pkgs/by-name/ms/mscp/package.nix +++ b/pkgs/by-name/ms/mscp/package.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/upa/mscp"; mainProgram = "mscp"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.deshaw.members; + teams = [ lib.teams.deshaw ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/mu/muffin/package.nix b/pkgs/by-name/mu/muffin/package.nix index e781647b9ad7e..1550ae874f932 100644 --- a/pkgs/by-name/mu/muffin/package.nix +++ b/pkgs/by-name/mu/muffin/package.nix @@ -126,6 +126,6 @@ stdenv.mkDerivation rec { mainProgram = "muffin"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/mu/mutter/package.nix b/pkgs/by-name/mu/mutter/package.nix index 4e08097370b5e..d449d31c81829 100644 --- a/pkgs/by-name/mu/mutter/package.nix +++ b/pkgs/by-name/mu/mutter/package.nix @@ -216,7 +216,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/mutter"; changelog = "https://gitlab.gnome.org/GNOME/mutter/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/mu/mutter46/package.nix b/pkgs/by-name/mu/mutter46/package.nix index b594ee5c8cf22..cd3ee4ea8f2ac 100644 --- a/pkgs/by-name/mu/mutter46/package.nix +++ b/pkgs/by-name/mu/mutter46/package.nix @@ -205,7 +205,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "mutter"; homepage = "https://gitlab.gnome.org/GNOME/mutter"; license = licenses.gpl2Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/n9/n98-magerun/package.nix b/pkgs/by-name/n9/n98-magerun/package.nix index 995423c69797d..bd1c9aaf8b91d 100644 --- a/pkgs/by-name/n9/n98-magerun/package.nix +++ b/pkgs/by-name/n9/n98-magerun/package.nix @@ -32,6 +32,6 @@ php81.buildComposerProject2 (finalAttrs: { homepage = "https://magerun.net/"; license = lib.licenses.mit; mainProgram = "n98-magerun"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/n9/n98-magerun2/package.nix b/pkgs/by-name/n9/n98-magerun2/package.nix index 46b2a63d0283b..1453c21288625 100644 --- a/pkgs/by-name/n9/n98-magerun2/package.nix +++ b/pkgs/by-name/n9/n98-magerun2/package.nix @@ -28,6 +28,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://magerun.net/"; license = lib.licenses.mit; mainProgram = "n98-magerun2"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/na/naja/package.nix b/pkgs/by-name/na/naja/package.nix index 937fe3d2c26aa..24cf7ee712599 100644 --- a/pkgs/by-name/na/naja/package.nix +++ b/pkgs/by-name/na/naja/package.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation { description = "Structural Netlist API (and more) for EDA post synthesis flow development"; homepage = "https://github.com/najaeda/naja"; license = lib.licenses.asl20; - maintainers = lib.teams.ngi.members; + teams = [ lib.teams.ngi ]; mainProgram = "naja_edit"; platforms = lib.platforms.all; }; diff --git a/pkgs/by-name/na/nasc/package.nix b/pkgs/by-name/na/nasc/package.nix index 57afe669e12dc..5a255668d75cc 100644 --- a/pkgs/by-name/na/nasc/package.nix +++ b/pkgs/by-name/na/nasc/package.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { the equations it’s used in. ''; homepage = "https://github.com/parnold-x/nasc"; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl3Plus; mainProgram = "com.github.parnold_x.nasc"; diff --git a/pkgs/by-name/na/nautilus-python/package.nix b/pkgs/by-name/na/nautilus-python/package.nix index 565a188dd582b..decd2c848b6eb 100644 --- a/pkgs/by-name/na/nautilus-python/package.nix +++ b/pkgs/by-name/na/nautilus-python/package.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Python bindings for the Nautilus Extension API"; homepage = "https://gitlab.gnome.org/GNOME/nautilus-python"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/na/nautilus/package.nix b/pkgs/by-name/na/nautilus/package.nix index f2323af1f26ab..47f1fb7cc6c70 100644 --- a/pkgs/by-name/na/nautilus/package.nix +++ b/pkgs/by-name/na/nautilus/package.nix @@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Nautilus/"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; mainProgram = "nautilus"; }; }) diff --git a/pkgs/by-name/na/nauty/package.nix b/pkgs/by-name/na/nauty/package.nix index bff4157ce7b82..f20c1ff37b67f 100644 --- a/pkgs/by-name/na/nauty/package.nix +++ b/pkgs/by-name/na/nauty/package.nix @@ -48,7 +48,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Programs for computing automorphism groups of graphs and digraphs"; license = licenses.asl20; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; # I'm not sure if the filename will remain the same for future changelog or # if it will track changes to minor releases. Lets see. Better than nothing diff --git a/pkgs/by-name/nc/ncpamixer/package.nix b/pkgs/by-name/nc/ncpamixer/package.nix index e8977c63757a4..88b0ad65c22cd 100644 --- a/pkgs/by-name/nc/ncpamixer/package.nix +++ b/pkgs/by-name/nc/ncpamixer/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/fulhax/ncpamixer"; license = licenses.mit; platforms = platforms.linux; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; mainProgram = "ncpamixer"; }; } diff --git a/pkgs/by-name/ne/nemo-emblems/package.nix b/pkgs/by-name/ne/nemo-emblems/package.nix index faa0215419b19..08d8886022d22 100644 --- a/pkgs/by-name/ne/nemo-emblems/package.nix +++ b/pkgs/by-name/ne/nemo-emblems/package.nix @@ -38,6 +38,6 @@ python3.pkgs.buildPythonApplication rec { ''; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ne/nemo-fileroller/package.nix b/pkgs/by-name/ne/nemo-fileroller/package.nix index ae668730829e9..9f5115f7922c0 100644 --- a/pkgs/by-name/ne/nemo-fileroller/package.nix +++ b/pkgs/by-name/ne/nemo-fileroller/package.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { description = "Nemo file roller extension"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ne/nemo-preview/package.nix b/pkgs/by-name/ne/nemo-preview/package.nix index 93ded54859fd2..83d5742af99c0 100644 --- a/pkgs/by-name/ne/nemo-preview/package.nix +++ b/pkgs/by-name/ne/nemo-preview/package.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: { description = "Quick previewer for Nemo, the Cinnamon desktop file manager"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.cinnamon.members; + teams = [ lib.teams.cinnamon ]; }; }) diff --git a/pkgs/by-name/ne/nemo-python/package.nix b/pkgs/by-name/ne/nemo-python/package.nix index a80cf5e60294b..2caf1456f9b1a 100644 --- a/pkgs/by-name/ne/nemo-python/package.nix +++ b/pkgs/by-name/ne/nemo-python/package.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { description = "Python bindings for the Nemo extension library"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ne/nemo-seahorse/package.nix b/pkgs/by-name/ne/nemo-seahorse/package.nix index 593a5e97e6794..8c8bd4396d722 100644 --- a/pkgs/by-name/ne/nemo-seahorse/package.nix +++ b/pkgs/by-name/ne/nemo-seahorse/package.nix @@ -85,6 +85,6 @@ stdenv.mkDerivation rec { ''; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.cinnamon.members; + teams = [ lib.teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ne/nemo/package.nix b/pkgs/by-name/ne/nemo/package.nix index 5faaf68ef2b91..9d93c359a3d10 100644 --- a/pkgs/by-name/ne/nemo/package.nix +++ b/pkgs/by-name/ne/nemo/package.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation rec { licenses.lgpl2 ]; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; mainProgram = "nemo"; }; } diff --git a/pkgs/by-name/ne/neovim-unwrapped/package.nix b/pkgs/by-name/ne/neovim-unwrapped/package.nix index 6c26e4d1a6464..17b81bcf130fc 100644 --- a/pkgs/by-name/ne/neovim-unwrapped/package.nix +++ b/pkgs/by-name/ne/neovim-unwrapped/package.nix @@ -270,7 +270,7 @@ stdenv.mkDerivation ( asl20 vim ]; - maintainers = lib.teams.neovim.members; + teams = [ lib.teams.neovim ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/ne/net-cpp/package.nix b/pkgs/by-name/ne/net-cpp/package.nix index fedb695fc245e..1fd2543630262 100644 --- a/pkgs/by-name/ne/net-cpp/package.nix +++ b/pkgs/by-name/ne/net-cpp/package.nix @@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lib-cpp/net-cpp"; changelog = "https://gitlab.com/ubports/development/core/lib-cpp/net-cpp/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; pkgConfigModules = [ "net-cpp" diff --git a/pkgs/by-name/ne/netavark/package.nix b/pkgs/by-name/ne/netavark/package.nix index 7734682aed95e..394f8d73afab4 100644 --- a/pkgs/by-name/ne/netavark/package.nix +++ b/pkgs/by-name/ne/netavark/package.nix @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec { description = "Rust based network stack for containers"; homepage = "https://github.com/containers/netavark"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ne/networkmanager-fortisslvpn/package.nix b/pkgs/by-name/ne/networkmanager-fortisslvpn/package.nix index f2ce6da670f6e..ec651b3b0a563 100644 --- a/pkgs/by-name/ne/networkmanager-fortisslvpn/package.nix +++ b/pkgs/by-name/ne/networkmanager-fortisslvpn/package.nix @@ -86,7 +86,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "NetworkManager’s FortiSSL plugin"; - inherit (networkmanager.meta) maintainers platforms; + inherit (networkmanager.meta) maintainers teams platforms; license = licenses.gpl2Plus; }; } diff --git a/pkgs/by-name/ne/networkmanager-iodine/package.nix b/pkgs/by-name/ne/networkmanager-iodine/package.nix index 2e6b2970b9242..ad6ff0bad8768 100644 --- a/pkgs/by-name/ne/networkmanager-iodine/package.nix +++ b/pkgs/by-name/ne/networkmanager-iodine/package.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation { meta = with lib; { description = "NetworkManager's iodine plugin"; - inherit (networkmanager.meta) maintainers platforms; + inherit (networkmanager.meta) maintainers teams platforms; license = licenses.gpl2Plus; }; } diff --git a/pkgs/by-name/ne/networkmanager-openconnect/package.nix b/pkgs/by-name/ne/networkmanager-openconnect/package.nix index e4ec7fa5739be..098be3d6fe68f 100644 --- a/pkgs/by-name/ne/networkmanager-openconnect/package.nix +++ b/pkgs/by-name/ne/networkmanager-openconnect/package.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "NetworkManager’s OpenConnect plugin"; - inherit (networkmanager.meta) maintainers platforms; + inherit (networkmanager.meta) maintainers teams platforms; license = licenses.gpl2Plus; }; } diff --git a/pkgs/by-name/ne/networkmanager-openvpn/package.nix b/pkgs/by-name/ne/networkmanager-openvpn/package.nix index 82e9c7b0149fc..f2c5684b5356b 100644 --- a/pkgs/by-name/ne/networkmanager-openvpn/package.nix +++ b/pkgs/by-name/ne/networkmanager-openvpn/package.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: { description = "NetworkManager's OpenVPN plugin"; homepage = "https://gitlab.gnome.org/GNOME/NetworkManager-openvpn"; changelog = "https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/blob/main/NEWS"; - inherit (networkmanager.meta) maintainers platforms; + inherit (networkmanager.meta) maintainers teams platforms; license = lib.licenses.gpl2Plus; }; }) diff --git a/pkgs/by-name/ne/networkmanager-sstp/package.nix b/pkgs/by-name/ne/networkmanager-sstp/package.nix index 494f27b80571f..e2a6547859caf 100644 --- a/pkgs/by-name/ne/networkmanager-sstp/package.nix +++ b/pkgs/by-name/ne/networkmanager-sstp/package.nix @@ -79,7 +79,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "NetworkManager's sstp plugin"; - inherit (networkmanager.meta) maintainers platforms; + inherit (networkmanager.meta) maintainers teams platforms; license = licenses.gpl2Plus; }; } diff --git a/pkgs/by-name/ne/networkmanager-vpnc/package.nix b/pkgs/by-name/ne/networkmanager-vpnc/package.nix index c476089b890f3..23fd0bc5b5950 100644 --- a/pkgs/by-name/ne/networkmanager-vpnc/package.nix +++ b/pkgs/by-name/ne/networkmanager-vpnc/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "NetworkManager's VPNC plugin"; - inherit (networkmanager.meta) maintainers platforms; + inherit (networkmanager.meta) maintainers teams platforms; license = licenses.gpl2Plus; }; } diff --git a/pkgs/by-name/ne/newsflash/package.nix b/pkgs/by-name/ne/newsflash/package.nix index 26f7cf614a6fc..e534e2e76df9b 100644 --- a/pkgs/by-name/ne/newsflash/package.nix +++ b/pkgs/by-name/ne/newsflash/package.nix @@ -94,13 +94,11 @@ stdenv.mkDerivation (finalAttrs: { description = "Modern feed reader designed for the GNOME desktop"; homepage = "https://gitlab.com/news-flash/news_flash_gtk"; license = lib.licenses.gpl3Plus; - maintainers = - with lib.maintainers; - [ - kira-bruneau - stunkymonkey - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + kira-bruneau + stunkymonkey + ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.unix; mainProgram = "io.gitlab.news_flash.NewsFlash"; }; diff --git a/pkgs/by-name/ni/nixfmt-rfc-style/package.nix b/pkgs/by-name/ni/nixfmt-rfc-style/package.nix index 980a840d64082..90e659765b681 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/package.nix +++ b/pkgs/by-name/ni/nixfmt-rfc-style/package.nix @@ -13,7 +13,7 @@ let passthru.updateScript = ./update.sh; - maintainers = lib.teams.formatter.members; + teams = [ lib.teams.formatter ]; preBuild = '' echo -n 'nixpkgs-${version}' > .version diff --git a/pkgs/by-name/ni/nixfmt-tree/package.nix b/pkgs/by-name/ni/nixfmt-tree/package.nix index a9478757585a8..08a17f4656497 100644 --- a/pkgs/by-name/ni/nixfmt-tree/package.nix +++ b/pkgs/by-name/ni/nixfmt-tree/package.nix @@ -118,7 +118,7 @@ treefmtWithConfig.overrideAttrs { ''; # All the code is in this file, so same license as Nixpkgs license = lib.licenses.mit; - maintainers = lib.teams.formatter.members; + teams = [ lib.teams.formatter ]; platforms = lib.platforms.all; }; diff --git a/pkgs/by-name/no/notes-up/package.nix b/pkgs/by-name/no/notes-up/package.nix index 7e9fe5f5bf88e..291ad6f6681db 100644 --- a/pkgs/by-name/no/notes-up/package.nix +++ b/pkgs/by-name/no/notes-up/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { description = "Markdown notes editor and manager designed for elementary OS"; homepage = "https://github.com/Philip-Scott/Notes-up"; license = licenses.gpl2Only; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.philip_scott.notes-up"; }; diff --git a/pkgs/by-name/nt/ntl/package.nix b/pkgs/by-name/nt/ntl/package.nix index 028f0eae34239..82dc3bb533c5c 100644 --- a/pkgs/by-name/nt/ntl/package.nix +++ b/pkgs/by-name/nt/ntl/package.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { homepage = "http://www.shoup.net/ntl/"; # also locally at "${src}/doc/tour-changes.html"; changelog = "https://www.shoup.net/ntl/doc/tour-changes.html"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.gpl2Plus; platforms = platforms.all; }; diff --git a/pkgs/by-name/oa/oauth2-proxy/package.nix b/pkgs/by-name/oa/oauth2-proxy/package.nix index fa3492eaaf2f4..a3af8c91bc624 100644 --- a/pkgs/by-name/oa/oauth2-proxy/package.nix +++ b/pkgs/by-name/oa/oauth2-proxy/package.nix @@ -28,7 +28,7 @@ buildGoModule rec { description = "Reverse proxy that provides authentication with Google, Github, or other providers"; homepage = "https://github.com/oauth2-proxy/oauth2-proxy/"; license = licenses.mit; - maintainers = teams.serokell.members; + teams = [ teams.serokell ]; mainProgram = "oauth2-proxy"; }; } diff --git a/pkgs/by-name/om/omnom/package.nix b/pkgs/by-name/om/omnom/package.nix index 4de4ee677f660..d885a6601df93 100644 --- a/pkgs/by-name/om/omnom/package.nix +++ b/pkgs/by-name/om/omnom/package.nix @@ -81,7 +81,7 @@ buildGoModule (finalAttrs: { description = "A webpage bookmarking and snapshotting service"; homepage = "https://github.com/asciimoo/omnom"; license = lib.licenses.agpl3Only; - maintainers = lib.teams.ngi.members; + teams = [ lib.teams.ngi ]; mainProgram = "omnom"; }; }) diff --git a/pkgs/by-name/op/open-sans/package.nix b/pkgs/by-name/op/open-sans/package.nix index 9cec3689e55fd..91144234c13bd 100644 --- a/pkgs/by-name/op/open-sans/package.nix +++ b/pkgs/by-name/op/open-sans/package.nix @@ -34,6 +34,6 @@ stdenvNoCC.mkDerivation { homepage = "https://www.opensans.com"; license = licenses.asl20; platforms = platforms.all; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/by-name/op/opendmarc/package.nix b/pkgs/by-name/op/opendmarc/package.nix index 9dba438fa06ea..cf48bbeda1788 100644 --- a/pkgs/by-name/op/opendmarc/package.nix +++ b/pkgs/by-name/op/opendmarc/package.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { bsd3 sendmail ]; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; }; } diff --git a/pkgs/by-name/op/openipmi/package.nix b/pkgs/by-name/op/openipmi/package.nix index 652ec050a24d8..e9cdb7eed40ba 100644 --- a/pkgs/by-name/op/openipmi/package.nix +++ b/pkgs/by-name/op/openipmi/package.nix @@ -41,6 +41,7 @@ stdenv.mkDerivation rec { lgpl2Only ]; platforms = platforms.linux; - maintainers = with maintainers; [ arezvov ] ++ teams.c3d2.members; + maintainers = with maintainers; [ arezvov ]; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/by-name/op/openjump/package.nix b/pkgs/by-name/op/openjump/package.nix index 56172ace98929..68e3aaaa39951 100644 --- a/pkgs/by-name/op/openjump/package.nix +++ b/pkgs/by-name/op/openjump/package.nix @@ -59,7 +59,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://www.openjump.org/"; license = lib.licenses.gpl2; mainProgram = "OpenJump"; - maintainers = lib.teams.geospatial.members ++ [ lib.maintainers.marcweber ]; + maintainers = [ lib.maintainers.marcweber ]; + teams = [ lib.teams.geospatial ]; platforms = jre.meta.platforms; sourceProvenance = [ lib.sourceTypes.binaryBytecode ]; }; diff --git a/pkgs/by-name/op/openldap/package.nix b/pkgs/by-name/op/openldap/package.nix index e09e212e2d0f3..7a9300bb0fba1 100644 --- a/pkgs/by-name/op/openldap/package.nix +++ b/pkgs/by-name/op/openldap/package.nix @@ -161,7 +161,8 @@ stdenv.mkDerivation rec { homepage = "https://www.openldap.org/"; description = "Open source implementation of the Lightweight Directory Access Protocol"; license = licenses.openldap; - maintainers = with maintainers; [ hexa ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ hexa ]; + teams = [ teams.helsinki-systems ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/or/orca/package.nix b/pkgs/by-name/or/orca/package.nix index 4d20ca75d163e..42064bcf690ae 100644 --- a/pkgs/by-name/or/orca/package.nix +++ b/pkgs/by-name/or/orca/package.nix @@ -111,7 +111,8 @@ python3.pkgs.buildPythonApplication rec { Needs `services.gnome.at-spi2-core.enable = true;` in `configuration.nix`. ''; - maintainers = with maintainers; [ berce ] ++ teams.gnome.members; + maintainers = with maintainers; [ berce ]; + teams = [ teams.gnome ]; license = licenses.lgpl21; platforms = platforms.linux; }; diff --git a/pkgs/by-name/os/osm2pgsql/package.nix b/pkgs/by-name/os/osm2pgsql/package.nix index b6db9594c5412..71108ffee7d07 100644 --- a/pkgs/by-name/os/osm2pgsql/package.nix +++ b/pkgs/by-name/os/osm2pgsql/package.nix @@ -82,11 +82,10 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://osm2pgsql.org"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; - maintainers = - lib.teams.geospatial.members - ++ (with lib.maintainers; [ - jglukasik - das-g - ]); + maintainers = with lib.maintainers; [ + jglukasik + das-g + ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/os/osmium-tool/package.nix b/pkgs/by-name/os/osmium-tool/package.nix index 7d8bee0466c50..bca502b5ebd6a 100644 --- a/pkgs/by-name/os/osmium-tool/package.nix +++ b/pkgs/by-name/os/osmium-tool/package.nix @@ -58,7 +58,8 @@ stdenv.mkDerivation (finalAttrs: { mit bsd3 ]; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ das-g ]); + maintainers = with lib.maintainers; [ das-g ]; + teams = [ lib.teams.geospatial ]; mainProgram = "osmium"; }; }) diff --git a/pkgs/by-name/ou/oui/package.nix b/pkgs/by-name/ou/oui/package.nix index 584de64b926e1..f22095f4e54bd 100644 --- a/pkgs/by-name/ou/oui/package.nix +++ b/pkgs/by-name/ou/oui/package.nix @@ -21,7 +21,7 @@ buildGoModule rec { description = "MAC Address CLI Toolkit"; homepage = "https://github.com/thatmattlove/oui"; license = with licenses; [ bsd3 ]; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; mainProgram = "oui"; }; } diff --git a/pkgs/by-name/ox/oxidized/package.nix b/pkgs/by-name/ox/oxidized/package.nix index 28a25b3f1d74d..bfe2e7fa8cf3c 100644 --- a/pkgs/by-name/ox/oxidized/package.nix +++ b/pkgs/by-name/ox/oxidized/package.nix @@ -22,7 +22,8 @@ bundlerApp { description = "Network device configuration backup tool. It's a RANCID replacement"; homepage = "https://github.com/ytti/oxidized"; license = licenses.asl20; - maintainers = with maintainers; [ nicknovitski ] ++ teams.wdz.members; + maintainers = with maintainers; [ nicknovitski ]; + teams = [ teams.wdz ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/pa/palp/package.nix b/pkgs/by-name/pa/palp/package.nix index d365d11c01586..7e1e3db79760f 100644 --- a/pkgs/by-name/pa/palp/package.nix +++ b/pkgs/by-name/pa/palp/package.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation rec { # version was released that pointed to gplv2 however, so thats probably # the right license. license = licenses.gpl2; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/pa/pantheon-tweaks/package.nix b/pkgs/by-name/pa/pantheon-tweaks/package.nix index a25da6a1f4af6..cd73de01ebdd3 100644 --- a/pkgs/by-name/pa/pantheon-tweaks/package.nix +++ b/pkgs/by-name/pa/pantheon-tweaks/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/pantheon-tweaks/pantheon-tweaks"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "pantheon-tweaks"; }; } diff --git a/pkgs/by-name/pa/paper-clip/package.nix b/pkgs/by-name/pa/paper-clip/package.nix index e73043672ab00..683580dd0817e 100644 --- a/pkgs/by-name/pa/paper-clip/package.nix +++ b/pkgs/by-name/pa/paper-clip/package.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/Diego-Ivan/Paper-Clip"; license = lib.licenses.gpl3Plus; mainProgram = "pdf-metadata-editor"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/pa/papers/package.nix b/pkgs/by-name/pa/papers/package.nix index dfd126181208b..a57016c84c360 100644 --- a/pkgs/by-name/pa/papers/package.nix +++ b/pkgs/by-name/pa/papers/package.nix @@ -151,6 +151,6 @@ stdenv.mkDerivation (finalAttrs: { license = licenses.gpl2Plus; platforms = platforms.unix; mainProgram = "papers"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/pa/paratest/package.nix b/pkgs/by-name/pa/paratest/package.nix index b106600b8bb35..36f49d6db14a7 100644 --- a/pkgs/by-name/pa/paratest/package.nix +++ b/pkgs/by-name/pa/paratest/package.nix @@ -32,6 +32,6 @@ homepage = "https://github.com/paratestphp/paratest"; license = lib.licenses.mit; mainProgram = "paratest"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/pa/pari-galdata/package.nix b/pkgs/by-name/pa/pari-galdata/package.nix index 9a2e0acb332a4..d3ec40d1ce589 100644 --- a/pkgs/by-name/pa/pari-galdata/package.nix +++ b/pkgs/by-name/pa/pari-galdata/package.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation { homepage = "http://pari.math.u-bordeaux.fr/"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/pa/pari-seadata-small/package.nix b/pkgs/by-name/pa/pari-seadata-small/package.nix index 5056d6992124d..80890dcb81f60 100644 --- a/pkgs/by-name/pa/pari-seadata-small/package.nix +++ b/pkgs/by-name/pa/pari-seadata-small/package.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation { homepage = "http://pari.math.u-bordeaux.fr/"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/pa/patroni/package.nix b/pkgs/by-name/pa/patroni/package.nix index 920d003f35589..84ebe32e4cc06 100644 --- a/pkgs/by-name/pa/patroni/package.nix +++ b/pkgs/by-name/pa/patroni/package.nix @@ -65,6 +65,6 @@ python3Packages.buildPythonApplication rec { changelog = "https://github.com/patroni/patroni/blob/v${version}/docs/releases.rst"; license = lib.licenses.mit; platforms = lib.platforms.unix; - maintainers = lib.teams.deshaw.members; + teams = [ lib.teams.deshaw ]; }; } diff --git a/pkgs/by-name/pd/pdal/package.nix b/pkgs/by-name/pd/pdal/package.nix index 365dea0f8044e..f09062a3c5bc9 100644 --- a/pkgs/by-name/pd/pdal/package.nix +++ b/pkgs/by-name/pd/pdal/package.nix @@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: { description = "PDAL is Point Data Abstraction Library. GDAL for point cloud data"; homepage = "https://pdal.io"; license = licenses.bsd3; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; platforms = platforms.all; pkgConfigModules = [ "pdal" ]; }; diff --git a/pkgs/by-name/pd/pdepend/package.nix b/pkgs/by-name/pd/pdepend/package.nix index 7d75b1bbf0838..aa72fe80e91fb 100644 --- a/pkgs/by-name/pd/pdepend/package.nix +++ b/pkgs/by-name/pd/pdepend/package.nix @@ -35,6 +35,6 @@ php.buildComposerProject2 (finalAttrs: { maintainability. "; mainProgram = "pdepend"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/pe/pebble/package.nix b/pkgs/by-name/pe/pebble/package.nix index 3c507c4daee77..f3e70c2d12957 100644 --- a/pkgs/by-name/pe/pebble/package.nix +++ b/pkgs/by-name/pe/pebble/package.nix @@ -35,6 +35,6 @@ buildGoModule rec { longDescription = "Miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA"; license = [ lib.licenses.mpl20 ]; mainProgram = "pebble"; - maintainers = lib.teams.acme.members; + teams = [ lib.teams.acme ]; }; } diff --git a/pkgs/by-name/pe/peering-manager/package.nix b/pkgs/by-name/pe/peering-manager/package.nix index d90554868467e..7dd8f0238d2dd 100644 --- a/pkgs/by-name/pe/peering-manager/package.nix +++ b/pkgs/by-name/pe/peering-manager/package.nix @@ -87,7 +87,7 @@ python3.pkgs.buildPythonApplication rec { license = licenses.asl20; description = "BGP sessions management tool"; mainProgram = "peering-manager"; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/pe/persistent-cache-cpp/package.nix b/pkgs/by-name/pe/persistent-cache-cpp/package.nix index e1d7bb70efa42..ac8c0c7c6a4ef 100644 --- a/pkgs/by-name/pe/persistent-cache-cpp/package.nix +++ b/pkgs/by-name/pe/persistent-cache-cpp/package.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lib-cpp/persistent-cache-cpp"; changelog = "https://gitlab.com/ubports/development/core/lib-cpp/persistent-cache-cpp/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.unix; pkgConfigModules = [ "libpersistent-cache-cpp" diff --git a/pkgs/by-name/pe/pest/package.nix b/pkgs/by-name/pe/pest/package.nix index 22358f7e67fa7..f400de45dd919 100644 --- a/pkgs/by-name/pe/pest/package.nix +++ b/pkgs/by-name/pe/pest/package.nix @@ -24,6 +24,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://pestphp.com"; license = lib.licenses.mit; mainProgram = "pest"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/pg/pg-dump-anon/package.nix b/pkgs/by-name/pg/pg-dump-anon/package.nix index 3836d43f95ae3..506a2e84ef178 100644 --- a/pkgs/by-name/pg/pg-dump-anon/package.nix +++ b/pkgs/by-name/pg/pg-dump-anon/package.nix @@ -32,7 +32,7 @@ buildGoModule rec { meta = with lib; { description = "Export databases with data being anonymized with the anonymizer extension"; homepage = "https://postgresql-anonymizer.readthedocs.io/en/stable/"; - maintainers = teams.flyingcircus.members; + teams = [ teams.flyingcircus ]; license = licenses.postgresql; mainProgram = "pg_dump_anon"; }; diff --git a/pkgs/by-name/pg/pg_featureserv/package.nix b/pkgs/by-name/pg/pg_featureserv/package.nix index 6774bfda4e21a..c12bf67c2f228 100644 --- a/pkgs/by-name/pg/pg_featureserv/package.nix +++ b/pkgs/by-name/pg/pg_featureserv/package.nix @@ -48,6 +48,6 @@ buildGoModule rec { mainProgram = "pg_featureserv"; homepage = "https://github.com/CrunchyData/pg_featureserv"; license = licenses.asl20; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/by-name/pg/pg_tileserv/package.nix b/pkgs/by-name/pg/pg_tileserv/package.nix index 96d5f6eb5caa3..de715fc57fe7f 100644 --- a/pkgs/by-name/pg/pg_tileserv/package.nix +++ b/pkgs/by-name/pg/pg_tileserv/package.nix @@ -50,6 +50,6 @@ buildGoModule rec { mainProgram = "pg_tileserv"; homepage = "https://github.com/CrunchyData/pg_tileserv"; license = licenses.asl20; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/by-name/ph/phpactor/package.nix b/pkgs/by-name/ph/phpactor/package.nix index 573c25f301606..1e6842e124241 100644 --- a/pkgs/by-name/ph/phpactor/package.nix +++ b/pkgs/by-name/ph/phpactor/package.nix @@ -36,6 +36,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/phpactor/phpactor"; license = lib.licenses.mit; mainProgram = "phpactor"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/ph/phpunit/package.nix b/pkgs/by-name/ph/phpunit/package.nix index d05f008af9aac..8d8ecd0c4da15 100644 --- a/pkgs/by-name/ph/phpunit/package.nix +++ b/pkgs/by-name/ph/phpunit/package.nix @@ -36,6 +36,7 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://phpunit.de"; license = lib.licenses.bsd3; mainProgram = "phpunit"; - maintainers = with lib.maintainers; [ onny ] ++ lib.teams.php.members; + maintainers = with lib.maintainers; [ onny ]; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/pi/picoscope/package.nix b/pkgs/by-name/pi/picoscope/package.nix index edd02f15fd719..4e86f7eb13cf9 100644 --- a/pkgs/by-name/pi/picoscope/package.nix +++ b/pkgs/by-name/pi/picoscope/package.nix @@ -30,7 +30,8 @@ let shared_meta = lib: { homepage = "https://www.picotech.com/downloads/linux"; - maintainers = with lib.maintainers; [ wirew0rm ] ++ lib.teams.lumiguide.members; + maintainers = with lib.maintainers; [ wirew0rm ]; + teams = [ lib.teams.lumiguide ]; platforms = [ "x86_64-linux" ]; license = lib.licenses.unfree; }; diff --git a/pkgs/by-name/pi/pika-backup/package.nix b/pkgs/by-name/pi/pika-backup/package.nix index ef4b3357f4e86..c70586e44e54d 100644 --- a/pkgs/by-name/pi/pika-backup/package.nix +++ b/pkgs/by-name/pi/pika-backup/package.nix @@ -77,7 +77,8 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/app/org.gnome.World.PikaBackup"; changelog = "https://gitlab.gnome.org/World/pika-backup/-/blob/v${version}/CHANGELOG.md"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ dotlambda ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ dotlambda ]; + teams = [ teams.gnome-circle ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/pi/pix/package.nix b/pkgs/by-name/pi/pix/package.nix index 761b3a6b56e8a..323d9189c80d2 100644 --- a/pkgs/by-name/pi/pix/package.nix +++ b/pkgs/by-name/pi/pix/package.nix @@ -104,6 +104,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxmint/pix"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/pl/planarity/package.nix b/pkgs/by-name/pl/planarity/package.nix index 32c19c891b0d1..9ecc15b994e5c 100644 --- a/pkgs/by-name/pl/planarity/package.nix +++ b/pkgs/by-name/pl/planarity/package.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { description = "Library for implementing graph algorithms"; mainProgram = "planarity"; license = licenses.bsd3; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/pl/planify/package.nix b/pkgs/by-name/pl/planify/package.nix index e877da17cc2db..f58c3c9d2f4b3 100644 --- a/pkgs/by-name/pl/planify/package.nix +++ b/pkgs/by-name/pl/planify/package.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { description = "Task manager with Todoist support designed for GNU/Linux"; homepage = "https://github.com/alainm23/planify"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "io.github.alainm23.planify"; }; diff --git a/pkgs/by-name/pl/plank/package.nix b/pkgs/by-name/pl/plank/package.nix index bcfc33c653fb6..553559f2f6a8f 100644 --- a/pkgs/by-name/pl/plank/package.nix +++ b/pkgs/by-name/pl/plank/package.nix @@ -86,6 +86,7 @@ stdenv.mkDerivation rec { homepage = "https://launchpad.net/plank"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ davidak ] ++ teams.pantheon.members; + maintainers = with maintainers; [ davidak ]; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/by-name/pl/plymouth/package.nix b/pkgs/by-name/pl/plymouth/package.nix index 27251284df3fc..ee52b762baaad 100644 --- a/pkgs/by-name/pl/plymouth/package.nix +++ b/pkgs/by-name/pl/plymouth/package.nix @@ -126,7 +126,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.freedesktop.org/wiki/Software/Plymouth/"; description = "Boot splash and boot logger"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/pm/pmtiles/package.nix b/pkgs/by-name/pm/pmtiles/package.nix index d060c3fe5a127..64ee66c85c0d1 100644 --- a/pkgs/by-name/pm/pmtiles/package.nix +++ b/pkgs/by-name/pm/pmtiles/package.nix @@ -31,7 +31,8 @@ buildGoModule rec { description = "Single-file utility for creating and working with PMTiles archives"; homepage = "https://github.com/protomaps/go-pmtiles"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ theaninova ]); + maintainers = with lib.maintainers; [ theaninova ]; + teams = [ lib.teams.geospatial ]; mainProgram = "pmtiles"; }; } diff --git a/pkgs/by-name/po/podman/package.nix b/pkgs/by-name/po/podman/package.nix index 48565b2d64cd5..7224359cb18b5 100644 --- a/pkgs/by-name/po/podman/package.nix +++ b/pkgs/by-name/po/podman/package.nix @@ -191,7 +191,7 @@ buildGoModule rec { ''; changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; mainProgram = "podman"; }; } diff --git a/pkgs/by-name/po/polari/package.nix b/pkgs/by-name/po/polari/package.nix index a74004c5630cf..7703671c93191 100644 --- a/pkgs/by-name/po/polari/package.nix +++ b/pkgs/by-name/po/polari/package.nix @@ -86,7 +86,10 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Polari/"; description = "IRC chat client designed to integrate with the GNOME desktop"; mainProgram = "polari"; - maintainers = teams.gnome.members ++ teams.gnome-circle.members; + teams = [ + teams.gnome + teams.gnome-circle + ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/po/polkit/package.nix b/pkgs/by-name/po/polkit/package.nix index dff06f9e1e9c7..e3e79ff92b415 100644 --- a/pkgs/by-name/po/polkit/package.nix +++ b/pkgs/by-name/po/polkit/package.nix @@ -200,6 +200,6 @@ stdenv.mkDerivation rec { # mandatory libpolkit-gobject shared library lib.systems.inspect.platformPatterns.isStatic ]; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; }; } diff --git a/pkgs/by-name/po/polymake/package.nix b/pkgs/by-name/po/polymake/package.nix index a0b90178df274..9812c8a19fe71 100644 --- a/pkgs/by-name/po/polymake/package.nix +++ b/pkgs/by-name/po/polymake/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { homepage = "https://www.polymake.org/doku.php"; changelog = "https://github.com/polymake/polymake/blob/V${version}/ChangeLog"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/po/polytopes_db/package.nix b/pkgs/by-name/po/polytopes_db/package.nix index a46acf47d242d..da13198b5a8c2 100644 --- a/pkgs/by-name/po/polytopes_db/package.nix +++ b/pkgs/by-name/po/polytopes_db/package.nix @@ -22,6 +22,6 @@ stdenv.mkDerivation rec { description = "Reflexive polytopes database"; license = licenses.gpl2; platforms = platforms.all; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/po/poppler_data/package.nix b/pkgs/by-name/po/poppler_data/package.nix index 6c11f81ea0afa..edd4824bd2f4d 100644 --- a/pkgs/by-name/po/poppler_data/package.nix +++ b/pkgs/by-name/po/poppler_data/package.nix @@ -26,6 +26,6 @@ stdenv.mkDerivation rec { description = "Encoding files for Poppler, a PDF rendering library"; platforms = platforms.all; license = licenses.free; # more free licenses combined - maintainers = poppler.meta.maintainers; + inherit (poppler.meta) teams maintainers; }; } diff --git a/pkgs/by-name/po/portunus/package.nix b/pkgs/by-name/po/portunus/package.nix index e09bf265b52fe..933b286da5b7e 100644 --- a/pkgs/by-name/po/portunus/package.nix +++ b/pkgs/by-name/po/portunus/package.nix @@ -28,6 +28,7 @@ buildGoModule rec { homepage = "https://github.com/majewsky/portunus"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ majewsky ] ++ teams.c3d2.members; + maintainers = with maintainers; [ majewsky ]; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/by-name/pr/pretalx/package.nix b/pkgs/by-name/pr/pretalx/package.nix index 33a182458c934..66afbf46c56f1 100644 --- a/pkgs/by-name/pr/pretalx/package.nix +++ b/pkgs/by-name/pr/pretalx/package.nix @@ -37,7 +37,8 @@ let homepage = "https://github.com/pretalx/pretalx"; changelog = "https://docs.pretalx.org/changelog/#${version}"; license = licenses.asl20; - maintainers = with maintainers; [ hexa ] ++ teams.c3d2.members; + maintainers = with maintainers; [ hexa ]; + teams = [ teams.c3d2 ]; platforms = platforms.linux; }; diff --git a/pkgs/by-name/pr/primecount/package.nix b/pkgs/by-name/pr/primecount/package.nix index 9e2ae25a32447..385f1139883f9 100644 --- a/pkgs/by-name/pr/primecount/package.nix +++ b/pkgs/by-name/pr/primecount/package.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/kimwalisch/primecount/blob/${finalAttrs.src.rev}/ChangeLog"; license = lib.licenses.bsd2; mainProgram = "primecount"; - inherit (primesieve.meta) maintainers platforms; + inherit (primesieve.meta) teams platforms; }; }) diff --git a/pkgs/by-name/pr/primesieve/package.nix b/pkgs/by-name/pr/primesieve/package.nix index 0b5e643bfbbe7..85619664b711a 100644 --- a/pkgs/by-name/pr/primesieve/package.nix +++ b/pkgs/by-name/pr/primesieve/package.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/kimwalisch/primesieve/blob/${finalAttrs.src.rev}/ChangeLog"; license = lib.licenses.bsd2; mainProgram = "primesieve"; - maintainers = lib.teams.sage.members; + teams = [ lib.teams.sage ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/pr/proftpd/package.nix b/pkgs/by-name/pr/proftpd/package.nix index 741f21f33d475..c9b901b41c41f 100644 --- a/pkgs/by-name/pr/proftpd/package.nix +++ b/pkgs/by-name/pr/proftpd/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "http://www.proftpd.org/"; - maintainers = lib.teams.flyingcircus.members; + teams = [ lib.teams.flyingcircus ]; license = lib.licenses.gpl2Plus; mainProgram = "proftpd"; platforms = lib.platforms.unix; diff --git a/pkgs/by-name/pr/prometheus-dcgm-exporter/package.nix b/pkgs/by-name/pr/prometheus-dcgm-exporter/package.nix index 02f115756d511..2d8ba68ac1c50 100644 --- a/pkgs/by-name/pr/prometheus-dcgm-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-dcgm-exporter/package.nix @@ -46,7 +46,7 @@ buildGoModule rec { description = "NVIDIA GPU metrics exporter for Prometheus leveraging DCGM"; homepage = "https://github.com/NVIDIA/dcgm-exporter"; license = licenses.asl20; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; mainProgram = "dcgm-exporter"; platforms = platforms.linux; }; diff --git a/pkgs/by-name/pr/prometheus-elasticsearch-exporter/package.nix b/pkgs/by-name/pr/prometheus-elasticsearch-exporter/package.nix index 2390d74441c30..a600ea8b9b29d 100644 --- a/pkgs/by-name/pr/prometheus-elasticsearch-exporter/package.nix +++ b/pkgs/by-name/pr/prometheus-elasticsearch-exporter/package.nix @@ -21,6 +21,6 @@ buildGoModule rec { mainProgram = "elasticsearch_exporter"; homepage = "https://github.com/prometheus-community/elasticsearch_exporter"; license = licenses.asl20; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; } diff --git a/pkgs/by-name/pr/protozero/package.nix b/pkgs/by-name/pr/protozero/package.nix index 780c12af43529..9960890cfe291 100644 --- a/pkgs/by-name/pr/protozero/package.nix +++ b/pkgs/by-name/pr/protozero/package.nix @@ -29,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: { "https://github.com/mapbox/protozero/releases/tag/v${finalAttrs.version}" "https://github.com/mapbox/protozero/blob/v${finalAttrs.version}/CHANGELOG.md" ]; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ das-g ]); + maintainers = with lib.maintainers; [ das-g ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/pr/proxysql/package.nix b/pkgs/by-name/pr/proxysql/package.nix index ca7ce16a8adce..50f2ff5d0c837 100644 --- a/pkgs/by-name/pr/proxysql/package.nix +++ b/pkgs/by-name/pr/proxysql/package.nix @@ -221,7 +221,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "proxysql"; homepage = "https://proxysql.com/"; license = with licenses; [ gpl3Only ]; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/ps/psqlodbc/package.nix b/pkgs/by-name/ps/psqlodbc/package.nix index 0aacf5c815d6e..ac48d926e97ce 100644 --- a/pkgs/by-name/ps/psqlodbc/package.nix +++ b/pkgs/by-name/ps/psqlodbc/package.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { description = "ODBC driver for PostgreSQL"; license = licenses.lgpl2; platforms = platforms.unix; - maintainers = libpq.meta.maintainers; + teams = libpq.meta.teams; }; } diff --git a/pkgs/by-name/py/python-cosmopolitan/package.nix b/pkgs/by-name/py/python-cosmopolitan/package.nix index a47eb667166e5..7869e44446f8d 100644 --- a/pkgs/by-name/py/python-cosmopolitan/package.nix +++ b/pkgs/by-name/py/python-cosmopolitan/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation { platforms = platforms.x86_64; badPlatforms = platforms.darwin; license = licenses.isc; - maintainers = teams.cosmopolitan.members; + teams = [ teams.cosmopolitan ]; mainProgram = "python.com"; }; } diff --git a/pkgs/by-name/qt/qtorganizer-mkcal/package.nix b/pkgs/by-name/qt/qtorganizer-mkcal/package.nix index 6a0e30811d64a..4546bc7b3925f 100644 --- a/pkgs/by-name/qt/qtorganizer-mkcal/package.nix +++ b/pkgs/by-name/qt/qtorganizer-mkcal/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: { description = "QtOrganizer plugin using sqlite via mKCal"; homepage = "https://github.com/dcaliste/qtorganizer-mkcal"; license = lib.licenses.bsd3; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/qu/quadrapassel/package.nix b/pkgs/by-name/qu/quadrapassel/package.nix index 7c04bf6f2e70b..22f0203259842 100644 --- a/pkgs/by-name/qu/quadrapassel/package.nix +++ b/pkgs/by-name/qu/quadrapassel/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/quadrapassel"; changelog = "https://gitlab.gnome.org/GNOME/quadrapassel/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix b/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix index 66c48ccdece99..9ba8df63f6bb3 100644 --- a/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix +++ b/pkgs/by-name/ra/rabbitmqadmin-ng/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "Command line tool for RabbitMQ that uses the HTTP API"; - maintainers = lib.teams.flyingcircus.members; + teams = [ lib.teams.flyingcircus ]; homepage = "https://www.rabbitmq.com/docs/management-cli"; license = with lib.licenses; [ mit diff --git a/pkgs/by-name/ra/raft-cowsql/package.nix b/pkgs/by-name/ra/raft-cowsql/package.nix index 2ac47e242caf3..6796d52883674 100644 --- a/pkgs/by-name/ra/raft-cowsql/package.nix +++ b/pkgs/by-name/ra/raft-cowsql/package.nix @@ -64,6 +64,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/cowsql/raft"; license = licenses.lgpl3Only; platforms = platforms.linux; - maintainers = teams.lxc.members; + teams = [ teams.lxc ]; }; } diff --git a/pkgs/by-name/ra/raider/package.nix b/pkgs/by-name/ra/raider/package.nix index 9283c6b443ae8..31f536bc8dd3a 100644 --- a/pkgs/by-name/ra/raider/package.nix +++ b/pkgs/by-name/ra/raider/package.nix @@ -65,12 +65,10 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Raider"; license = licenses.gpl3Plus; mainProgram = "raider"; - maintainers = - with maintainers; - [ - benediktbroich - ] - ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ + benediktbroich + ]; + teams = [ lib.teams.gnome-circle ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ra/rankwidth/package.nix b/pkgs/by-name/ra/rankwidth/package.nix index 4b3a8c3d21e75..ed773ba358912 100644 --- a/pkgs/by-name/ra/rankwidth/package.nix +++ b/pkgs/by-name/ra/rankwidth/package.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Calculates rank-width and rank-decompositions"; license = with licenses; [ gpl2Plus ]; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/re/re-isearch/package.nix b/pkgs/by-name/re/re-isearch/package.nix index c6ba1b38f0c04..5f9f661d82a34 100644 --- a/pkgs/by-name/re/re-isearch/package.nix +++ b/pkgs/by-name/re/re-isearch/package.nix @@ -70,6 +70,7 @@ stdenv.mkDerivation (finalAttr: { homepage = "https://nlnet.nl/project/Re-iSearch/"; license = lib.licenses.asl20; platforms = [ "x86_64-linux" ]; - maintainers = [ lib.maintainers.astro ] ++ lib.teams.ngi.members; + maintainers = [ lib.maintainers.astro ]; + teams = [ lib.teams.ngi ]; }; }) diff --git a/pkgs/by-name/re/remctl/package.nix b/pkgs/by-name/re/remctl/package.nix index b354440de81af..0a37c90899b44 100644 --- a/pkgs/by-name/re/remctl/package.nix +++ b/pkgs/by-name/re/remctl/package.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.eyrie.org/~eagle/software/remctl"; mainProgram = "remctl"; license = licenses.mit; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }) diff --git a/pkgs/by-name/re/resources/package.nix b/pkgs/by-name/re/resources/package.nix index 9fdb07b342a52..eab66add2b3b0 100644 --- a/pkgs/by-name/re/resources/package.nix +++ b/pkgs/by-name/re/resources/package.nix @@ -78,13 +78,11 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/nokyan/resources"; license = lib.licenses.gpl3Only; mainProgram = "resources"; - maintainers = - with lib.maintainers; - [ - lukas-heiligenbrunner - ewuuwe - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + lukas-heiligenbrunner + ewuuwe + ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/by-name/re/retroarch-assets/package.nix b/pkgs/by-name/re/retroarch-assets/package.nix index b83e69b63257b..5f16bf6559d38 100644 --- a/pkgs/by-name/re/retroarch-assets/package.nix +++ b/pkgs/by-name/re/retroarch-assets/package.nix @@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation { description = "Assets needed for RetroArch"; homepage = "https://libretro.com"; license = licenses.mit; - maintainers = with maintainers; teams.libretro.members ++ [ ]; + teams = [ teams.libretro ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/re/retroarch-bare/package.nix b/pkgs/by-name/re/retroarch-bare/package.nix index 92825492acc32..c185499262980 100644 --- a/pkgs/by-name/re/retroarch-bare/package.nix +++ b/pkgs/by-name/re/retroarch-bare/package.nix @@ -178,13 +178,11 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl3Plus; platforms = lib.platforms.unix; changelog = "https://github.com/libretro/RetroArch/blob/v${version}/CHANGES.md"; - maintainers = - with lib.maintainers; - [ - matthewbauer - kolbycrouch - ] - ++ lib.teams.libretro.members; + maintainers = with lib.maintainers; [ + matthewbauer + kolbycrouch + ]; + teams = [ lib.teams.libretro ]; mainProgram = "retroarch"; # If you want to (re)-add support for macOS, see: # https://docs.libretro.com/development/retroarch/compilation/osx/ diff --git a/pkgs/by-name/re/retroarch-bare/wrapper.nix b/pkgs/by-name/re/retroarch-bare/wrapper.nix index f6c60a2a7374a..691abe5283398 100644 --- a/pkgs/by-name/re/retroarch-bare/wrapper.nix +++ b/pkgs/by-name/re/retroarch-bare/wrapper.nix @@ -65,6 +65,7 @@ symlinkJoin { license mainProgram maintainers + teams platforms ; diff --git a/pkgs/by-name/re/retroarch-joypad-autoconfig/package.nix b/pkgs/by-name/re/retroarch-joypad-autoconfig/package.nix index e72bde6a8e91c..7205a20196dd8 100644 --- a/pkgs/by-name/re/retroarch-joypad-autoconfig/package.nix +++ b/pkgs/by-name/re/retroarch-joypad-autoconfig/package.nix @@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec { description = "Joypad autoconfig files"; homepage = "https://www.libretro.com/"; license = licenses.mit; - maintainers = with maintainers; teams.libretro.members ++ [ ]; + teams = [ teams.libretro ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/ro/roave-backward-compatibility-check/package.nix b/pkgs/by-name/ro/roave-backward-compatibility-check/package.nix index 744202ff74334..477309543f822 100644 --- a/pkgs/by-name/ro/roave-backward-compatibility-check/package.nix +++ b/pkgs/by-name/ro/roave-backward-compatibility-check/package.nix @@ -30,6 +30,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/Roave/BackwardCompatibilityCheck"; license = lib.licenses.mit; mainProgram = "roave-backward-compatibility-check"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/by-name/ru/rubiks/package.nix b/pkgs/by-name/ru/rubiks/package.nix index 7d158c95aead7..965265c56e02f 100644 --- a/pkgs/by-name/ru/rubiks/package.nix +++ b/pkgs/by-name/ru/rubiks/package.nix @@ -108,7 +108,7 @@ stdenv.mkDerivation rec { gpl2 # Michael Reid's and Eric Dietz software mit # Dik T. Winter's software ]; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/ru/runc/package.nix b/pkgs/by-name/ru/runc/package.nix index fa8da1fb252cd..e478f91e80c44 100644 --- a/pkgs/by-name/ru/runc/package.nix +++ b/pkgs/by-name/ru/runc/package.nix @@ -68,7 +68,8 @@ buildGoModule rec { homepage = "https://github.com/opencontainers/runc"; description = "CLI tool for spawning and running containers according to the OCI specification"; license = licenses.asl20; - maintainers = with maintainers; [ offline ] ++ teams.podman.members; + maintainers = with maintainers; [ offline ]; + teams = [ teams.podman ]; platforms = platforms.linux; mainProgram = "runc"; }; diff --git a/pkgs/by-name/ru/rustdesk-flutter/package.nix b/pkgs/by-name/ru/rustdesk-flutter/package.nix index a78b3efc43564..0d89f1e6a490b 100644 --- a/pkgs/by-name/ru/rustdesk-flutter/package.nix +++ b/pkgs/by-name/ru/rustdesk-flutter/package.nix @@ -251,7 +251,7 @@ flutter.buildFlutterApplication rec { homepage = "https://rustdesk.com"; changelog = "https://github.com/rustdesk/rustdesk/releases/${version}"; license = lib.licenses.agpl3Only; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; mainProgram = "rustdesk"; platforms = lib.platforms.linux; # should work on darwin as well but I have no machine to test with }; diff --git a/pkgs/by-name/ry/rygel/package.nix b/pkgs/by-name/ry/rygel/package.nix index ecb63fe7a9ce4..51b945b9b3ec2 100644 --- a/pkgs/by-name/ry/rygel/package.nix +++ b/pkgs/by-name/ry/rygel/package.nix @@ -127,7 +127,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/rygel"; changelog = "https://gitlab.gnome.org/GNOME/rygel/-/blob/rygel-${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/sa/saga/package.nix b/pkgs/by-name/sa/saga/package.nix index 011c1929df58b..f36d1683b0e29 100644 --- a/pkgs/by-name/sa/saga/package.nix +++ b/pkgs/by-name/sa/saga/package.nix @@ -96,13 +96,11 @@ stdenv.mkDerivation rec { homepage = "https://saga-gis.sourceforge.io"; changelog = "https://sourceforge.net/p/saga-gis/wiki/Changelog ${version}/"; license = licenses.gpl2Plus; - maintainers = - with maintainers; - teams.geospatial.members - ++ [ - michelk - mpickering - ]; + maintainers = with maintainers; [ + michelk + mpickering + ]; + teams = [ teams.geospatial ]; platforms = with platforms; unix; }; } diff --git a/pkgs/by-name/sa/sage/python-modules/sage-docbuild.nix b/pkgs/by-name/sa/sage/python-modules/sage-docbuild.nix index f55a9288b0200..c422774060861 100644 --- a/pkgs/by-name/sa/sage/python-modules/sage-docbuild.nix +++ b/pkgs/by-name/sa/sage/python-modules/sage-docbuild.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "Build system of the Sage documentation"; homepage = "https://www.sagemath.org"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/sa/sage/python-modules/sage-setup.nix b/pkgs/by-name/sa/sage/python-modules/sage-setup.nix index 29dea0671ea24..c8a3dab56347f 100644 --- a/pkgs/by-name/sa/sage/python-modules/sage-setup.nix +++ b/pkgs/by-name/sa/sage/python-modules/sage-setup.nix @@ -26,6 +26,6 @@ buildPythonPackage rec { description = "Build system of the Sage library"; homepage = "https://www.sagemath.org"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; }; } diff --git a/pkgs/by-name/sa/sage/sage.nix b/pkgs/by-name/sa/sage/sage.nix index 834f9f974aa25..3a1b20b9e87d5 100644 --- a/pkgs/by-name/sa/sage/sage.nix +++ b/pkgs/by-name/sa/sage/sage.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { mainProgram = "sage"; homepage = "https://www.sagemath.org"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.linux ++ [ "aarch64-darwin" ]; }; } diff --git a/pkgs/by-name/sa/sailfish-access-control/package.nix b/pkgs/by-name/sa/sailfish-access-control/package.nix index 305dc0bbd96b1..05fd9ff476b20 100644 --- a/pkgs/by-name/sa/sailfish-access-control/package.nix +++ b/pkgs/by-name/sa/sailfish-access-control/package.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/sailfishos/sailfish-access-control"; changelog = "https://github.com/sailfishos/sailfish-access-control/releases/tag/${finalAttrs.version}"; license = lib.licenses.lgpl2Plus; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "sailfishaccesscontrol" diff --git a/pkgs/by-name/sa/sammler/package.nix b/pkgs/by-name/sa/sammler/package.nix index 7a1c9247a85a8..1b65d1a61b60b 100644 --- a/pkgs/by-name/sa/sammler/package.nix +++ b/pkgs/by-name/sa/sammler/package.nix @@ -25,6 +25,7 @@ buildGoModule rec { mainProgram = "sammler"; homepage = "https://github.com/redcode-labs/Sammler"; license = licenses.mit; - maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; + maintainers = with maintainers; [ fab ]; + teams = [ teams.redcodelabs ]; }; } diff --git a/pkgs/by-name/sd/SDL2_Pango/package.nix b/pkgs/by-name/sd/SDL2_Pango/package.nix index 2746a5fe5d828..b9a7797cc20a2 100644 --- a/pkgs/by-name/sd/SDL2_Pango/package.nix +++ b/pkgs/by-name/sd/SDL2_Pango/package.nix @@ -48,7 +48,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/markuskimius/SDL2_Pango"; description = "Library for graphically rendering internationalized and tagged text in SDL2 using TrueType fonts"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ rardiol ]); + maintainers = with lib.maintainers; [ rardiol ]; + teams = [ lib.teams.sdl ]; inherit (SDL2.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL2_classic/package.nix b/pkgs/by-name/sd/SDL2_classic/package.nix index 95a8c1ebf0bf3..cac5b62199d9e 100644 --- a/pkgs/by-name/sd/SDL2_classic/package.nix +++ b/pkgs/by-name/sd/SDL2_classic/package.nix @@ -251,7 +251,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/libsdl-org/SDL/releases/tag/release-${finalAttrs.version}"; license = licenses.zlib; platforms = platforms.all; - maintainers = lib.teams.sdl.members; + teams = [ lib.teams.sdl ]; pkgConfigModules = [ "sdl2" ]; }; }) diff --git a/pkgs/by-name/sd/SDL2_gfx/package.nix b/pkgs/by-name/sd/SDL2_gfx/package.nix index 2e88d0f17ed0f..d2a71e7ad7406 100644 --- a/pkgs/by-name/sd/SDL2_gfx/package.nix +++ b/pkgs/by-name/sd/SDL2_gfx/package.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: { written in plain C and can be used in C++ code. ''; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; pkgConfigModules = [ "SDL2_gfx" ]; inherit (SDL2.meta) platforms; }; diff --git a/pkgs/by-name/sd/SDL2_image/package.nix b/pkgs/by-name/sd/SDL2_image/package.nix index 486b8ef3695c1..85734436ee189 100644 --- a/pkgs/by-name/sd/SDL2_image/package.nix +++ b/pkgs/by-name/sd/SDL2_image/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: { description = "SDL image library"; homepage = "https://github.com/libsdl-org/SDL_image"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/sd/SDL2_mixer/package.nix b/pkgs/by-name/sd/SDL2_mixer/package.nix index 440a7f35ca8b8..a6e72607cc808 100644 --- a/pkgs/by-name/sd/SDL2_mixer/package.nix +++ b/pkgs/by-name/sd/SDL2_mixer/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/libsdl-org/SDL_mixer"; description = "SDL multi-channel audio mixer library"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/sd/SDL2_net/package.nix b/pkgs/by-name/sd/SDL2_net/package.nix index fb8d1eeedb3b5..d8665d2319216 100644 --- a/pkgs/by-name/sd/SDL2_net/package.nix +++ b/pkgs/by-name/sd/SDL2_net/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/libsdl-org/SDL_net"; description = "SDL multiplatform networking library"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL2.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL2_ttf/package.nix b/pkgs/by-name/sd/SDL2_ttf/package.nix index 88b5c8f8ba4a4..fef712b1998b2 100644 --- a/pkgs/by-name/sd/SDL2_ttf/package.nix +++ b/pkgs/by-name/sd/SDL2_ttf/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/libsdl-org/SDL_ttf"; description = "Support for TrueType (.ttf) font files with Simple Directmedia Layer"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL2.meta) platforms; pkgConfigModules = [ "SDL2_ttf" ]; }; diff --git a/pkgs/by-name/sd/SDL_Pango/package.nix b/pkgs/by-name/sd/SDL_Pango/package.nix index cfe8c5dd852bc..be84111ff5c62 100644 --- a/pkgs/by-name/sd/SDL_Pango/package.nix +++ b/pkgs/by-name/sd/SDL_Pango/package.nix @@ -50,7 +50,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://sdlpango.sourceforge.net/"; description = "Connects the Pango rendering engine to SDL"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ puckipedia ]); + maintainers = with lib.maintainers; [ puckipedia ]; + teams = [ lib.teams.sdl ]; inherit (SDL.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL_audiolib/package.nix b/pkgs/by-name/sd/SDL_audiolib/package.nix index 5e919d9ce3af7..8a71977ca035b 100644 --- a/pkgs/by-name/sd/SDL_audiolib/package.nix +++ b/pkgs/by-name/sd/SDL_audiolib/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Audio decoding, resampling and mixing library for SDL"; homepage = "https://github.com/realnc/SDL_audiolib"; license = lib.licenses.lgpl3Plus; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL2.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL_compat/package.nix b/pkgs/by-name/sd/SDL_compat/package.nix index bdc63084a87e6..5dfad7645e3cd 100644 --- a/pkgs/by-name/sd/SDL_compat/package.nix +++ b/pkgs/by-name/sd/SDL_compat/package.nix @@ -92,7 +92,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Cross-platform multimedia library - build SDL 1.2 applications against 2.0"; license = lib.licenses.zlib; mainProgram = "sdl-config"; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ peterhoeg ]); + maintainers = with lib.maintainers; [ peterhoeg ]; + teams = [ lib.teams.sdl ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/sd/SDL_gfx/package.nix b/pkgs/by-name/sd/SDL_gfx/package.nix index 9b0b749636267..85ff0a8d4fb3b 100644 --- a/pkgs/by-name/sd/SDL_gfx/package.nix +++ b/pkgs/by-name/sd/SDL_gfx/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: { written in plain C and can be used in C++ code. ''; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL_image/package.nix b/pkgs/by-name/sd/SDL_image/package.nix index 361d33641b6fb..c5ca6275a0d9f 100644 --- a/pkgs/by-name/sd/SDL_image/package.nix +++ b/pkgs/by-name/sd/SDL_image/package.nix @@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://www.libsdl.org/projects/SDL_image/"; description = "SDL image library"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL_mixer/package.nix b/pkgs/by-name/sd/SDL_mixer/package.nix index 34289d127a9b7..e0fd4a8db33f6 100644 --- a/pkgs/by-name/sd/SDL_mixer/package.nix +++ b/pkgs/by-name/sd/SDL_mixer/package.nix @@ -114,7 +114,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "SDL multi-channel audio mixer library"; homepage = "http://www.libsdl.org/projects/SDL_mixer/"; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; license = lib.licenses.zlib; inherit (SDL.meta) platforms; }; diff --git a/pkgs/by-name/sd/SDL_net/package.nix b/pkgs/by-name/sd/SDL_net/package.nix index 49d16a72c5ad8..46057b4b58fed 100644 --- a/pkgs/by-name/sd/SDL_net/package.nix +++ b/pkgs/by-name/sd/SDL_net/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/libsdl-org/SDL_net"; description = "SDL networking library"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL_sixel/package.nix b/pkgs/by-name/sd/SDL_sixel/package.nix index 5232b0080cf50..ac8a7b3544ab5 100644 --- a/pkgs/by-name/sd/SDL_sixel/package.nix +++ b/pkgs/by-name/sd/SDL_sixel/package.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation { description = "SDL 1.2 patched with libsixel support"; license = lib.licenses.lgpl21; mainProgram = "sdl-config"; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/sd/SDL_sound/package.nix b/pkgs/by-name/sd/SDL_sound/package.nix index 1ed4ecd400aac..5491af3672fd4 100644 --- a/pkgs/by-name/sd/SDL_sound/package.nix +++ b/pkgs/by-name/sd/SDL_sound/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.icculus.org/SDL_sound/"; description = "SDL sound library"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; mainProgram = "playsound"; inherit (SDL.meta) platforms; }; diff --git a/pkgs/by-name/sd/SDL_stretch/package.nix b/pkgs/by-name/sd/SDL_stretch/package.nix index 70a79f63515f1..ed59946bebd24 100644 --- a/pkgs/by-name/sd/SDL_stretch/package.nix +++ b/pkgs/by-name/sd/SDL_stretch/package.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://sdl-stretch.sourceforge.net/"; description = "Stretch Functions For SDL"; license = lib.licenses.lgpl2; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL.meta) platforms; }; }) diff --git a/pkgs/by-name/sd/SDL_ttf/package.nix b/pkgs/by-name/sd/SDL_ttf/package.nix index d6f12b8287d9d..3a03676bad844 100644 --- a/pkgs/by-name/sd/SDL_ttf/package.nix +++ b/pkgs/by-name/sd/SDL_ttf/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/libsdl-org/SDL_ttf"; description = "SDL TrueType library"; license = lib.licenses.zlib; - maintainers = lib.teams.sdl.members ++ (with lib.maintainers; [ ]); + teams = [ lib.teams.sdl ]; inherit (SDL.meta) platforms; knownVulnerabilities = [ # CVE applies to SDL2 https://github.com/NixOS/nixpkgs/pull/274836#issuecomment-2708627901 diff --git a/pkgs/by-name/se/seahorse/package.nix b/pkgs/by-name/se/seahorse/package.nix index 1abdef69c7345..a109960b7f123 100644 --- a/pkgs/by-name/se/seahorse/package.nix +++ b/pkgs/by-name/se/seahorse/package.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/seahorse"; description = "Application for managing encryption keys and passwords in the GnomeKeyring"; mainProgram = "seahorse"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/se/sequeler/package.nix b/pkgs/by-name/se/sequeler/package.nix index 8c17dbe2cda30..456b4d5a3412e 100644 --- a/pkgs/by-name/se/sequeler/package.nix +++ b/pkgs/by-name/se/sequeler/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://github.com/Alecaddd/sequeler"; license = licenses.gpl3; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.alecaddd.sequeler"; }; diff --git a/pkgs/by-name/sf/sfcgal/package.nix b/pkgs/by-name/sf/sfcgal/package.nix index 493a1c975d9d5..dc2163ceb568a 100644 --- a/pkgs/by-name/sf/sfcgal/package.nix +++ b/pkgs/by-name/sf/sfcgal/package.nix @@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/sfcgal/SFCGAL/-/releases/v${finalAttrs.version}"; license = lib.licenses.lgpl2; platforms = lib.platforms.linux; - maintainers = with lib; teams.geospatial.members ++ [ maintainers.fqidz ]; + maintainers = with lib.maintainers; [ fqidz ]; + teams = [ lib.teams.geospatial ]; }; }) diff --git a/pkgs/by-name/sh/shapelib/package.nix b/pkgs/by-name/sh/shapelib/package.nix index f906d31557036..daf948af95c1d 100644 --- a/pkgs/by-name/sh/shapelib/package.nix +++ b/pkgs/by-name/sh/shapelib/package.nix @@ -22,7 +22,8 @@ stdenv.mkDerivation rec { description = "C Library for reading, writing and updating ESRI Shapefiles"; homepage = "http://shapelib.maptools.org/"; license = licenses.gpl2; - maintainers = with maintainers; teams.geospatial.members ++ [ ehmry ]; + maintainers = with maintainers; [ ehmry ]; + teams = [ teams.geospatial ]; changelog = "http://shapelib.maptools.org/release.html"; }; } diff --git a/pkgs/by-name/sh/share-preview/package.nix b/pkgs/by-name/sh/share-preview/package.nix index 961c6ca606bce..b1f5244be5b2d 100644 --- a/pkgs/by-name/sh/share-preview/package.nix +++ b/pkgs/by-name/sh/share-preview/package.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/SharePreview"; license = lib.licenses.gpl3Plus; mainProgram = "share-preview"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/sh/shared-mime-info/package.nix b/pkgs/by-name/sh/shared-mime-info/package.nix index 3d51bade75aac..a1d89b02694e1 100644 --- a/pkgs/by-name/sh/shared-mime-info/package.nix +++ b/pkgs/by-name/sh/shared-mime-info/package.nix @@ -52,7 +52,8 @@ stdenv.mkDerivation rec { homepage = "http://freedesktop.org/wiki/Software/shared-mime-info"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.freedesktop.members ++ [ maintainers.mimame ]; + maintainers = [ maintainers.mimame ]; + teams = [ teams.freedesktop ]; mainProgram = "update-mime-database"; }; } diff --git a/pkgs/by-name/sh/shortwave/package.nix b/pkgs/by-name/sh/shortwave/package.nix index 83a925941a983..fcefe9289ce9b 100644 --- a/pkgs/by-name/sh/shortwave/package.nix +++ b/pkgs/by-name/sh/shortwave/package.nix @@ -86,7 +86,8 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/World/Shortwave"; description = "Find and listen to internet radio stations"; mainProgram = "shortwave"; - maintainers = with lib.maintainers; [ lasandell ] ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ lasandell ]; + teams = [ lib.teams.gnome-circle ]; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/si/simple-scan/package.nix b/pkgs/by-name/si/simple-scan/package.nix index 7136a31ac404c..3b1fc1c035000 100644 --- a/pkgs/by-name/si/simple-scan/package.nix +++ b/pkgs/by-name/si/simple-scan/package.nix @@ -96,7 +96,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/simple-scan"; changelog = "https://gitlab.gnome.org/GNOME/simple-scan/-/blob/${version}/NEWS?ref_type=tags"; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/si/singular/package.nix b/pkgs/by-name/si/singular/package.nix index 4f1293b2f05cf..c71f933edc662 100644 --- a/pkgs/by-name/si/singular/package.nix +++ b/pkgs/by-name/si/singular/package.nix @@ -182,7 +182,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "CAS for polynomial computations"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; # 32 bit x86 fails with some link error: `undefined reference to `__divmoddi4@GCC_7.0.0'` # https://www.singular.uni-kl.de:8002/trac/ticket/837 platforms = subtractLists platforms.i686 platforms.unix; diff --git a/pkgs/by-name/sk/skopeo/package.nix b/pkgs/by-name/sk/skopeo/package.nix index abb2a27d74eb4..abdc1c4ebd310 100644 --- a/pkgs/by-name/sk/skopeo/package.nix +++ b/pkgs/by-name/sk/skopeo/package.nix @@ -89,13 +89,11 @@ buildGoModule rec { description = "Command line utility for various operations on container images and image repositories"; mainProgram = "skopeo"; homepage = "https://github.com/containers/skopeo"; - maintainers = - with maintainers; - [ - lewo - developer-guy - ] - ++ teams.podman.members; + maintainers = with maintainers; [ + lewo + developer-guy + ]; + teams = [ teams.podman ]; license = licenses.asl20; }; } diff --git a/pkgs/by-name/sl/slirp4netns/package.nix b/pkgs/by-name/sl/slirp4netns/package.nix index 91849a956cca6..f7a643222a237 100644 --- a/pkgs/by-name/sl/slirp4netns/package.nix +++ b/pkgs/by-name/sl/slirp4netns/package.nix @@ -43,7 +43,8 @@ stdenv.mkDerivation rec { homepage = "https://github.com/rootless-containers/slirp4netns"; description = "User-mode networking for unprivileged network namespaces"; license = licenses.gpl2Only; - maintainers = with maintainers; [ orivej ] ++ teams.podman.members; + maintainers = with maintainers; [ orivej ]; + teams = [ teams.podman ]; platforms = platforms.linux; mainProgram = "slirp4netns"; }; diff --git a/pkgs/by-name/sn/snapshot/package.nix b/pkgs/by-name/sn/snapshot/package.nix index 895c16ff61d93..430f048b18ce9 100644 --- a/pkgs/by-name/sn/snapshot/package.nix +++ b/pkgs/by-name/sn/snapshot/package.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/snapshot"; description = "Take pictures and videos on your computer, tablet, or phone"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl3Plus; platforms = platforms.unix; mainProgram = "snapshot"; diff --git a/pkgs/by-name/sn/snippetpixie/package.nix b/pkgs/by-name/sn/snippetpixie/package.nix index 1e0382ff5f615..fde8bb973b85a 100644 --- a/pkgs/by-name/sn/snippetpixie/package.nix +++ b/pkgs/by-name/sn/snippetpixie/package.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://www.snippetpixie.com"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "com.github.bytepixie.snippetpixie"; }; diff --git a/pkgs/by-name/sn/snowcrash/package.nix b/pkgs/by-name/sn/snowcrash/package.nix index ff969164dab61..185de79725243 100644 --- a/pkgs/by-name/sn/snowcrash/package.nix +++ b/pkgs/by-name/sn/snowcrash/package.nix @@ -28,7 +28,8 @@ buildGoModule rec { description = "Polyglot payload generator"; homepage = "https://github.com/redcode-labs/SNOWCRASH"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; + maintainers = with maintainers; [ fab ]; + teams = [ teams.redcodelabs ]; mainProgram = "SNOWCRASH"; }; } diff --git a/pkgs/by-name/sp/spatialite-gui/package.nix b/pkgs/by-name/sp/spatialite-gui/package.nix index 5529126247738..b9c2bb58678fc 100644 --- a/pkgs/by-name/sp/spatialite-gui/package.nix +++ b/pkgs/by-name/sp/spatialite-gui/package.nix @@ -72,7 +72,7 @@ stdenv.mkDerivation rec { homepage = "https://www.gaia-gis.it/fossil/spatialite_gui"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; mainProgram = "spatialite_gui"; }; } diff --git a/pkgs/by-name/sp/spatialite-tools/package.nix b/pkgs/by-name/sp/spatialite-tools/package.nix index b19c2f08a648d..e7fd11efae7ea 100644 --- a/pkgs/by-name/sp/spatialite-tools/package.nix +++ b/pkgs/by-name/sp/spatialite-tools/package.nix @@ -67,7 +67,8 @@ stdenv.mkDerivation rec { lgpl21Plus ]; platforms = lib.platforms.unix; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ dotlambda ]); + maintainers = with lib.maintainers; [ dotlambda ]; + teams = [ lib.teams.geospatial ]; mainProgram = "spatialite_tool"; }; } diff --git a/pkgs/by-name/sp/spice-up/package.nix b/pkgs/by-name/sp/spice-up/package.nix index 48b1bce684c3d..26cc660d25ce1 100644 --- a/pkgs/by-name/sp/spice-up/package.nix +++ b/pkgs/by-name/sp/spice-up/package.nix @@ -62,13 +62,11 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Create simple and beautiful presentations"; homepage = "https://github.com/Philip-Scott/Spice-up"; - maintainers = - with maintainers; - [ - samdroid-apps - xiorcale - ] - ++ teams.pantheon.members; + maintainers = with maintainers; [ + samdroid-apps + xiorcale + ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+ license = licenses.gpl3Plus; diff --git a/pkgs/by-name/st/stac-validator/package.nix b/pkgs/by-name/st/stac-validator/package.nix index d00bce066590a..97a6cc7dfa3c7 100644 --- a/pkgs/by-name/st/stac-validator/package.nix +++ b/pkgs/by-name/st/stac-validator/package.nix @@ -35,6 +35,6 @@ python3Packages.buildPythonPackage rec { description = "Validator for the SpatioTemporal Asset Catalog (STAC) specification"; homepage = "https://github.com/stac-utils/stac-validator"; license = lib.licenses.asl20; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/by-name/st/steam-unwrapped/package.nix b/pkgs/by-name/st/steam-unwrapped/package.nix index 7828feba494e6..dcb374f484371 100644 --- a/pkgs/by-name/st/steam-unwrapped/package.nix +++ b/pkgs/by-name/st/steam-unwrapped/package.nix @@ -52,7 +52,8 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://store.steampowered.com/"; license = licenses.unfreeRedistributable; - maintainers = lib.teams.steam.members ++ [ lib.maintainers.jagajaga ]; + maintainers = [ lib.maintainers.jagajaga ]; + teams = [ lib.teams.steam ]; mainProgram = "steam"; }; }) diff --git a/pkgs/by-name/st/stract/package.nix b/pkgs/by-name/st/stract/package.nix index 59abb6c23de80..60cebaf08737d 100644 --- a/pkgs/by-name/st/stract/package.nix +++ b/pkgs/by-name/st/stract/package.nix @@ -69,11 +69,9 @@ rustPlatform.buildRustPackage { ''; homepage = "https://github.com/StractOrg/stract"; license = lib.licenses.agpl3Only; - maintainers = - with lib.maintainers; - [ - ailsa-sun - ] - ++ lib.teams.ngi.members; + maintainers = with lib.maintainers; [ + ailsa-sun + ]; + teams = [ lib.teams.ngi ]; }; } diff --git a/pkgs/by-name/su/sushi/package.nix b/pkgs/by-name/su/sushi/package.nix index 561c40038cb44..2857f25cba5a0 100644 --- a/pkgs/by-name/su/sushi/package.nix +++ b/pkgs/by-name/su/sushi/package.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/sushi/-/blob/${version}/NEWS?ref_type=tags"; description = "Quick previewer for Nautilus"; mainProgram = "sushi"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/sw/swell-foop/package.nix b/pkgs/by-name/sw/swell-foop/package.nix index a08d951e55ed0..9b648bdf633c3 100644 --- a/pkgs/by-name/sw/swell-foop/package.nix +++ b/pkgs/by-name/sw/swell-foop/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/swell-foop/-/tree/${version}?ref_type=tags"; description = "Puzzle game, previously known as Same GNOME"; mainProgram = "swell-foop"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/sw/switcheroo/package.nix b/pkgs/by-name/sw/switcheroo/package.nix index 601e2c322bde1..bc3b1e9af873e 100644 --- a/pkgs/by-name/sw/switcheroo/package.nix +++ b/pkgs/by-name/sw/switcheroo/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://apps.gnome.org/Converter/"; license = lib.licenses.gpl3Plus; mainProgram = "switcheroo"; - maintainers = lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/sy/symmetrica/package.nix b/pkgs/by-name/sy/symmetrica/package.nix index 188a794022aae..43adb5be3cb3a 100644 --- a/pkgs/by-name/sy/symmetrica/package.nix +++ b/pkgs/by-name/sy/symmetrica/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { meta = { description = "Collection of routines for representation theory and combinatorics"; license = lib.licenses.isc; - maintainers = lib.teams.sage.members; + teams = [ lib.teams.sage ]; platforms = lib.platforms.unix; homepage = "https://gitlab.com/sagemath/symmetrica"; }; diff --git a/pkgs/by-name/sy/sympow/package.nix b/pkgs/by-name/sy/sympow/package.nix index ea2ed2e83ddd7..fdad80dfed737 100644 --- a/pkgs/by-name/sy/sympow/package.nix +++ b/pkgs/by-name/sy/sympow/package.nix @@ -79,7 +79,7 @@ stdenv.mkDerivation rec { fullName = "Custom, BSD-like. See COPYING file."; free = true; }; - maintainers = lib.teams.sage.members; + teams = [ lib.teams.sage ]; platforms = lib.platforms.unix; }; } diff --git a/pkgs/by-name/t-/t-rex/package.nix b/pkgs/by-name/t-/t-rex/package.nix index 3001f15a4a94f..b4defe6ce338d 100644 --- a/pkgs/by-name/t-/t-rex/package.nix +++ b/pkgs/by-name/t-/t-rex/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://t-rex.tileserver.ch/"; changelog = "https://github.com/t-rex-tileserver/t-rex/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; mainProgram = "t_rex"; platforms = platforms.unix; broken = true; # see https://github.com/t-rex-tileserver/t-rex/issues/320 diff --git a/pkgs/by-name/ta/tailscale-gitops-pusher/package.nix b/pkgs/by-name/ta/tailscale-gitops-pusher/package.nix index 89b945f6f7e3e..16af27b5ef264 100644 --- a/pkgs/by-name/ta/tailscale-gitops-pusher/package.nix +++ b/pkgs/by-name/ta/tailscale-gitops-pusher/package.nix @@ -32,6 +32,6 @@ buildGo124Module { description = "Allows users to use a GitOps flow for managing Tailscale ACLs"; license = licenses.bsd3; mainProgram = "gitops-pusher"; - maintainers = teams.cyberus.members; + teams = [ teams.cyberus ]; }; } diff --git a/pkgs/by-name/ta/taler-depolymerization/package.nix b/pkgs/by-name/ta/taler-depolymerization/package.nix index 5874223a44f0c..f29d5fe0c4c75 100644 --- a/pkgs/by-name/ta/taler-depolymerization/package.nix +++ b/pkgs/by-name/ta/taler-depolymerization/package.nix @@ -49,6 +49,6 @@ rustPlatform.buildRustPackage { description = "Wire gateway for Bitcoin/Ethereum"; homepage = "https://git.taler.net/depolymerization.git/"; license = lib.licenses.agpl3Only; - maintainers = lib.teams.ngi.members; + teams = [ lib.teams.ngi ]; }; } diff --git a/pkgs/by-name/ta/taler-wallet-core/package.nix b/pkgs/by-name/ta/taler-wallet-core/package.nix index ee0744f777c94..7b58ab29e4241 100644 --- a/pkgs/by-name/ta/taler-wallet-core/package.nix +++ b/pkgs/by-name/ta/taler-wallet-core/package.nix @@ -101,7 +101,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://git.taler.net/wallet-core.git/"; description = "CLI wallet for GNU Taler written in TypeScript and Anastasis Web UI"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.ngi.members; + teams = [ lib.teams.ngi ]; platforms = lib.platforms.linux; mainProgram = "taler-wallet-cli"; }; diff --git a/pkgs/by-name/ta/tali/package.nix b/pkgs/by-name/ta/tali/package.nix index b84c123862fb5..475b45b7c95f1 100644 --- a/pkgs/by-name/ta/tali/package.nix +++ b/pkgs/by-name/ta/tali/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { changelog = "https://gitlab.gnome.org/GNOME/tali/-/blob/${version}/NEWS?ref_type=tags"; description = "Sort of poker with dice and less money"; mainProgram = "tali"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/ta/tangram/package.nix b/pkgs/by-name/ta/tangram/package.nix index 60dfcae1a73fa..07d98d5887d96 100644 --- a/pkgs/by-name/ta/tangram/package.nix +++ b/pkgs/by-name/ta/tangram/package.nix @@ -94,12 +94,10 @@ stdenv.mkDerivation rec { homepage = "https://github.com/sonnyp/Tangram"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = - with maintainers; - [ - austinbutler - chuangzhu - ] - ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ + austinbutler + chuangzhu + ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/ta/taxi/package.nix b/pkgs/by-name/ta/taxi/package.nix index 1daeb516ae5b5..bd361abaa5c49 100644 --- a/pkgs/by-name/ta/taxi/package.nix +++ b/pkgs/by-name/ta/taxi/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation { homepage = "https://github.com/ellie-commons/taxi"; description = "FTP Client that drives you anywhere"; license = licenses.lgpl3Plus; - maintainers = with maintainers; [ ] ++ teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "io.github.ellie_commons.taxi"; }; diff --git a/pkgs/by-name/te/tegola/package.nix b/pkgs/by-name/te/tegola/package.nix index 00ca64faf8029..23f05d771b59e 100644 --- a/pkgs/by-name/te/tegola/package.nix +++ b/pkgs/by-name/te/tegola/package.nix @@ -51,7 +51,8 @@ buildGoModule { homepage = "https://www.tegola.io/"; description = "Mapbox Vector Tile server"; mainProgram = "tegola"; - maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ ingenieroariel ]); + maintainers = with lib.maintainers; [ ingenieroariel ]; + teams = [ lib.teams.geospatial ]; license = lib.licenses.mit; }; } diff --git a/pkgs/by-name/te/template-glib/package.nix b/pkgs/by-name/te/template-glib/package.nix index 08de4d6aceeb3..e4a1a4034d25e 100644 --- a/pkgs/by-name/te/template-glib/package.nix +++ b/pkgs/by-name/te/template-glib/package.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { description = "Library for template expansion which supports calling into GObject Introspection from templates"; homepage = "https://gitlab.gnome.org/GNOME/template-glib"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/te/textpieces/package.nix b/pkgs/by-name/te/textpieces/package.nix index 8030ac5638bca..10593a11195e8 100644 --- a/pkgs/by-name/te/textpieces/package.nix +++ b/pkgs/by-name/te/textpieces/package.nix @@ -71,11 +71,9 @@ stdenv.mkDerivation (finalAttrs: { cc0 ]; platforms = lib.platforms.linux; - maintainers = - with lib.maintainers; - [ - zendo - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + zendo + ]; + teams = [ lib.teams.gnome-circle ]; }; }) diff --git a/pkgs/by-name/tf/tftui/package.nix b/pkgs/by-name/tf/tftui/package.nix index dcdc0128c1bee..d35e4f18ce54f 100644 --- a/pkgs/by-name/tf/tftui/package.nix +++ b/pkgs/by-name/tf/tftui/package.nix @@ -49,7 +49,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/idoavrah/terraform-tui"; changelog = "https://github.com/idoavrah/terraform-tui/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; teams.bitnomial.members; + teams = [ teams.bitnomial ]; mainProgram = "tftui"; }; } diff --git a/pkgs/by-name/ti/tile38/package.nix b/pkgs/by-name/ti/tile38/package.nix index 0768b620740d7..12900cddce51d 100644 --- a/pkgs/by-name/ti/tile38/package.nix +++ b/pkgs/by-name/ti/tile38/package.nix @@ -36,6 +36,6 @@ buildGoModule rec { ''; homepage = "https://tile38.com/"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/by-name/ti/tinysparql/package.nix b/pkgs/by-name/ti/tinysparql/package.nix index 0727406f509fb..e6e7e08c54b82 100644 --- a/pkgs/by-name/ti/tinysparql/package.nix +++ b/pkgs/by-name/ti/tinysparql/package.nix @@ -192,7 +192,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://tracker.gnome.org/"; description = "Desktop-neutral user information store, search tool and indexer"; mainProgram = "tinysparql"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; pkgConfigModules = [ diff --git a/pkgs/by-name/ti/tippecanoe/package.nix b/pkgs/by-name/ti/tippecanoe/package.nix index e7d7ab9761537..dbda51f3709a7 100644 --- a/pkgs/by-name/ti/tippecanoe/package.nix +++ b/pkgs/by-name/ti/tippecanoe/package.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Build vector tilesets from large collections of GeoJSON features"; homepage = "https://github.com/felt/tippecanoe"; license = lib.licenses.bsd2; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; platforms = lib.platforms.unix; mainProgram = "tippecanoe"; }; diff --git a/pkgs/by-name/to/torrential/package.nix b/pkgs/by-name/to/torrential/package.nix index 913e1b5c34e8d..f10ee282beaee 100644 --- a/pkgs/by-name/to/torrential/package.nix +++ b/pkgs/by-name/to/torrential/package.nix @@ -77,7 +77,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Download torrents in style with this speedy, minimalist torrent client for elementary OS"; homepage = "https://github.com/davidmhewitt/torrential"; - maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members; + maintainers = with maintainers; [ xiorcale ]; + teams = [ teams.pantheon ]; platforms = platforms.linux; license = licenses.gpl2Plus; mainProgram = "com.github.davidmhewitt.torrential"; diff --git a/pkgs/by-name/to/totem-pl-parser/package.nix b/pkgs/by-name/to/totem-pl-parser/package.nix index bb565d494e897..547ca6d58ecdf 100644 --- a/pkgs/by-name/to/totem-pl-parser/package.nix +++ b/pkgs/by-name/to/totem-pl-parser/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/totem-pl-parser"; description = "Simple GObject-based library to parse and save a host of playlist formats"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.lgpl2; platforms = platforms.unix; }; diff --git a/pkgs/by-name/to/totem/package.nix b/pkgs/by-name/to/totem/package.nix index 07df3bffe60b8..5ad36ced402f4 100644 --- a/pkgs/by-name/to/totem/package.nix +++ b/pkgs/by-name/to/totem/package.nix @@ -112,7 +112,7 @@ stdenv.mkDerivation rec { homepage = "https://apps.gnome.org/Totem/"; changelog = "https://gitlab.gnome.org/GNOME/totem/-/blob/${version}/NEWS?ref_type=tags"; description = "Movie player for the GNOME desktop based on GStreamer"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; # with exception to allow use of non-GPL compatible plug-ins platforms = platforms.linux; # gst-inspect-1.0 is not smart enough for cross compiling diff --git a/pkgs/by-name/to/touchegg/package.nix b/pkgs/by-name/to/touchegg/package.nix index aebc2e3f10281..9612a91f01c54 100644 --- a/pkgs/by-name/to/touchegg/package.nix +++ b/pkgs/by-name/to/touchegg/package.nix @@ -80,6 +80,6 @@ stdenv.mkDerivation rec { mainProgram = "touchegg"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/by-name/tt/tts/package.nix b/pkgs/by-name/tt/tts/package.nix index 694d1901f3768..00ed8d40f599c 100644 --- a/pkgs/by-name/tt/tts/package.nix +++ b/pkgs/by-name/tt/tts/package.nix @@ -188,6 +188,6 @@ python3.pkgs.buildPythonApplication rec { changelog = "https://github.com/idiap/coqui-ai-TTS/releases/tag/v${version}"; description = "Deep learning toolkit for Text-to-Speech, battle-tested in research and production"; license = licenses.mpl20; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/by-name/tu/tuba/package.nix b/pkgs/by-name/tu/tuba/package.nix index d3f9e53b1c2e3..84604716659ea 100644 --- a/pkgs/by-name/tu/tuba/package.nix +++ b/pkgs/by-name/tu/tuba/package.nix @@ -112,12 +112,10 @@ stdenv.mkDerivation rec { mainProgram = "dev.geopjr.Tuba"; license = lib.licenses.gpl3Only; changelog = "https://github.com/GeopJr/Tuba/releases/tag/v${version}"; - maintainers = - with lib.maintainers; - [ - chuangzhu - donovanglover - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + chuangzhu + donovanglover + ]; + teams = [ lib.teams.gnome-circle ]; }; } diff --git a/pkgs/by-name/ub/ubports-click/package.nix b/pkgs/by-name/ub/ubports-click/package.nix index 344d1678942c1..19042772495c9 100644 --- a/pkgs/by-name/ub/ubports-click/package.nix +++ b/pkgs/by-name/ub/ubports-click/package.nix @@ -156,12 +156,10 @@ let changelog = "https://gitlab.com/ubports/development/core/click/-/blob/${version}/ChangeLog"; license = lib.licenses.gpl3Only; mainProgram = "click"; - maintainers = - with lib.maintainers; - [ - ilyakooo0 - ] - ++ lib.teams.lomiri.members; + maintainers = with lib.maintainers; [ + ilyakooo0 + ]; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "click-0.4" diff --git a/pkgs/by-name/uh/uhttpmock_1_0/package.nix b/pkgs/by-name/uh/uhttpmock_1_0/package.nix index cab0f0b466f5a..154d9db47da89 100644 --- a/pkgs/by-name/uh/uhttpmock_1_0/package.nix +++ b/pkgs/by-name/uh/uhttpmock_1_0/package.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Project for mocking web service APIs which use HTTP or HTTPS"; homepage = "https://gitlab.freedesktop.org/pwithnall/uhttpmock/"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; }; }) diff --git a/pkgs/by-name/un/unifi-protect-backup/package.nix b/pkgs/by-name/un/unifi-protect-backup/package.nix index 56005a974034c..481a5887bfc8c 100644 --- a/pkgs/by-name/un/unifi-protect-backup/package.nix +++ b/pkgs/by-name/un/unifi-protect-backup/package.nix @@ -55,7 +55,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/ep1cman/unifi-protect-backup"; changelog = "https://github.com/ep1cman/unifi-protect-backup/blob/v${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; mainProgram = "unifi-protect-backup"; }; } diff --git a/pkgs/by-name/up/upower/package.nix b/pkgs/by-name/up/upower/package.nix index 723f129d1aab0..529d2e43ee93d 100644 --- a/pkgs/by-name/up/upower/package.nix +++ b/pkgs/by-name/up/upower/package.nix @@ -250,7 +250,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.freedesktop.org/upower/upower/-/blob/v${finalAttrs.version}/NEWS"; description = "D-Bus service for power management"; mainProgram = "upower"; - maintainers = teams.freedesktop.members; + teams = [ teams.freedesktop ]; platforms = platforms.linux; license = licenses.gpl2Plus; }; diff --git a/pkgs/by-name/va/vala-lint/package.nix b/pkgs/by-name/va/vala-lint/package.nix index f4ff005875ba4..38fe25d0611fe 100644 --- a/pkgs/by-name/va/vala-lint/package.nix +++ b/pkgs/by-name/va/vala-lint/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation { ''; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.vala-lint"; }; } diff --git a/pkgs/by-name/va/valuta/package.nix b/pkgs/by-name/va/valuta/package.nix index 05a2a0ff7ba8a..8e7c473742b1a 100644 --- a/pkgs/by-name/va/valuta/package.nix +++ b/pkgs/by-name/va/valuta/package.nix @@ -65,7 +65,8 @@ python3Packages.buildPythonApplication rec { description = "Simple application for converting currencies, with support for various APIs"; homepage = "https://github.com/ideveCore/Valuta"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ arthsmn ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ arthsmn ]; + teams = [ teams.gnome-circle ]; mainProgram = "currencyconverter"; platforms = platforms.linux; }; diff --git a/pkgs/by-name/va/vault-bin/package.nix b/pkgs/by-name/va/vault-bin/package.nix index 210f6625176cc..89f58628b170b 100644 --- a/pkgs/by-name/va/vault-bin/package.nix +++ b/pkgs/by-name/va/vault-bin/package.nix @@ -61,15 +61,13 @@ stdenv.mkDerivation rec { homepage = "https://www.vaultproject.io"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.bsl11; - maintainers = - with maintainers; - teams.serokell.members - ++ [ - offline - psyanticy - Chili-Man - techknowlogick - ]; + maintainers = with maintainers; [ + offline + psyanticy + Chili-Man + techknowlogick + ]; + teams = [ teams.serokell ]; mainProgram = "vault"; platforms = [ "x86_64-linux" diff --git a/pkgs/by-name/vi/video-trimmer/package.nix b/pkgs/by-name/vi/video-trimmer/package.nix index 6e7b14b75474d..5ae08bc9728cd 100644 --- a/pkgs/by-name/vi/video-trimmer/package.nix +++ b/pkgs/by-name/vi/video-trimmer/package.nix @@ -77,12 +77,10 @@ stdenv.mkDerivation (finalAttrs: { meta = { homepage = "https://gitlab.gnome.org/YaLTeR/video-trimmer"; description = "Trim videos quickly"; - maintainers = - with lib.maintainers; - [ - doronbehar - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + doronbehar + ]; + teams = [ lib.teams.gnome-circle ]; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; mainProgram = "video-trimmer"; diff --git a/pkgs/by-name/vt/vte/package.nix b/pkgs/by-name/vt/vte/package.nix index 89658769e5926..88de416bd20e0 100644 --- a/pkgs/by-name/vt/vte/package.nix +++ b/pkgs/by-name/vt/vte/package.nix @@ -177,13 +177,11 @@ stdenv.mkDerivation (finalAttrs: { the system's terminfo database. ''; license = licenses.lgpl3Plus; - maintainers = - with maintainers; - [ - astsmtl - antono - ] - ++ teams.gnome.members; + maintainers = with maintainers; [ + astsmtl + antono + ]; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/wa/wander/package.nix b/pkgs/by-name/wa/wander/package.nix index db55f3ce2c27b..b838a623b78f0 100644 --- a/pkgs/by-name/wa/wander/package.nix +++ b/pkgs/by-name/wa/wander/package.nix @@ -36,7 +36,7 @@ buildGoModule rec { description = "Terminal app/TUI for HashiCorp Nomad"; license = licenses.mit; homepage = "https://github.com/robinovitch61/wander"; - maintainers = teams.c3d2.members; + teams = [ teams.c3d2 ]; mainProgram = "wander"; }; } diff --git a/pkgs/by-name/wa/warp/package.nix b/pkgs/by-name/wa/warp/package.nix index 7fbe017161a58..963d78b627617 100644 --- a/pkgs/by-name/wa/warp/package.nix +++ b/pkgs/by-name/wa/warp/package.nix @@ -78,13 +78,11 @@ stdenv.mkDerivation rec { description = "Fast and secure file transfer"; homepage = "https://apps.gnome.org/Warp/"; license = lib.licenses.gpl3Only; - maintainers = - with lib.maintainers; - [ - dotlambda - foo-dogsquared - ] - ++ lib.teams.gnome-circle.members; + maintainers = with lib.maintainers; [ + dotlambda + foo-dogsquared + ]; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.all; mainProgram = "warp"; broken = stdenv.hostPlatform.isDarwin; diff --git a/pkgs/by-name/wa/warpinator/package.nix b/pkgs/by-name/wa/warpinator/package.nix index 7904703899403..dac1fee1046fa 100644 --- a/pkgs/by-name/wa/warpinator/package.nix +++ b/pkgs/by-name/wa/warpinator/package.nix @@ -95,6 +95,6 @@ stdenv.mkDerivation rec { description = "Share files across the LAN"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/we/webfontkitgenerator/package.nix b/pkgs/by-name/we/webfontkitgenerator/package.nix index 9359c11fdcdad..2fc73d65dac54 100644 --- a/pkgs/by-name/we/webfontkitgenerator/package.nix +++ b/pkgs/by-name/we/webfontkitgenerator/package.nix @@ -73,7 +73,8 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "webfontkitgenerator"; homepage = "https://apps.gnome.org/app/com.rafaelmardojai.WebfontKitGenerator"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ benediktbroich ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ benediktbroich ]; + teams = [ teams.gnome-circle ]; platforms = platforms.unix; }; }) diff --git a/pkgs/by-name/we/webp-pixbuf-loader/package.nix b/pkgs/by-name/we/webp-pixbuf-loader/package.nix index 9448088c08c6c..514e4341fa14d 100644 --- a/pkgs/by-name/we/webp-pixbuf-loader/package.nix +++ b/pkgs/by-name/we/webp-pixbuf-loader/package.nix @@ -70,6 +70,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/aruiz/webp-pixbuf-loader"; license = licenses.lgpl2Plus; platforms = platforms.unix; - maintainers = teams.gnome.members ++ [ maintainers.cwyc ]; + maintainers = [ maintainers.cwyc ]; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/by-name/wi/wike/package.nix b/pkgs/by-name/wi/wike/package.nix index 90cfb897ffbf3..130c0bd46ebb9 100644 --- a/pkgs/by-name/wi/wike/package.nix +++ b/pkgs/by-name/wi/wike/package.nix @@ -73,7 +73,8 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/hugolabe/Wike"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ samalws ] ++ lib.teams.gnome-circle.members; + maintainers = with maintainers; [ samalws ]; + teams = [ teams.gnome-circle ]; mainProgram = "wike"; }; } diff --git a/pkgs/by-name/wi/wimboot/package.nix b/pkgs/by-name/wi/wimboot/package.nix index 1dc0a55cbdfbd..0ec82daf63546 100644 --- a/pkgs/by-name/wi/wimboot/package.nix +++ b/pkgs/by-name/wi/wimboot/package.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { homepage = "https://ipxe.org/wimboot"; description = "Windows Imaging Format bootloader"; license = licenses.gpl2Plus; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; platforms = [ "x86_64-linux" ]; }; } diff --git a/pkgs/by-name/wi/wingpanel-indicator-ayatana/package.nix b/pkgs/by-name/wi/wingpanel-indicator-ayatana/package.nix index f50da741c1d31..7e771b85670b6 100644 --- a/pkgs/by-name/wi/wingpanel-indicator-ayatana/package.nix +++ b/pkgs/by-name/wi/wingpanel-indicator-ayatana/package.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Lafydev/wingpanel-indicator-ayatana"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/by-name/wi/wingpanel-indicator-namarupa/package.nix b/pkgs/by-name/wi/wingpanel-indicator-namarupa/package.nix index 2b824ecd88162..83528bd53035e 100644 --- a/pkgs/by-name/wi/wingpanel-indicator-namarupa/package.nix +++ b/pkgs/by-name/wi/wingpanel-indicator-namarupa/package.nix @@ -59,6 +59,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lenemter/wingpanel-indicator-namarupa"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/by-name/xa/xapp/package.nix b/pkgs/by-name/xa/xapp/package.nix index 7b47143d9661e..491f01c601e30 100644 --- a/pkgs/by-name/xa/xapp/package.nix +++ b/pkgs/by-name/xa/xapp/package.nix @@ -101,6 +101,6 @@ stdenv.mkDerivation rec { description = "Cross-desktop libraries and common resources"; license = licenses.lgpl3; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/xa/xar/package.nix b/pkgs/by-name/xa/xar/package.nix index 42238c51e37f3..68267014c6836 100644 --- a/pkgs/by-name/xa/xar/package.nix +++ b/pkgs/by-name/xa/xar/package.nix @@ -183,7 +183,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/apple-oss-distributions/xar"; description = "An easily extensible archive format"; license = lib.licenses.bsd3; - maintainers = lib.teams.darwin.members ++ lib.attrValues { inherit (lib.maintainers) tie; }; + maintainers = lib.attrValues { inherit (lib.maintainers) tie; }; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.unix; mainProgram = "xar"; }; diff --git a/pkgs/by-name/xc/xcbuild/package.nix b/pkgs/by-name/xc/xcbuild/package.nix index 84383093528ca..47cd2cae6daec 100644 --- a/pkgs/by-name/xc/xcbuild/package.nix +++ b/pkgs/by-name/xc/xcbuild/package.nix @@ -159,7 +159,7 @@ stdenv.mkDerivation (finalAttrs: { bsd2 bsd3 ]; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix b/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix index d304b767327fd..4b7c3aec562ef 100644 --- a/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix +++ b/pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix @@ -100,7 +100,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pop-os/xdg-desktop-portal-cosmic"; description = "XDG Desktop Portal for the COSMIC Desktop Environment"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.cosmic.members; + teams = [ lib.teams.cosmic ]; mainProgram = "xdg-desktop-portal-cosmic"; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/xd/xdg-desktop-portal-gnome/package.nix b/pkgs/by-name/xd/xdg-desktop-portal-gnome/package.nix index 93b8347e5ccc7..9fa774f3c6c55 100644 --- a/pkgs/by-name/xd/xdg-desktop-portal-gnome/package.nix +++ b/pkgs/by-name/xd/xdg-desktop-portal-gnome/package.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Backend implementation for xdg-desktop-portal for the GNOME desktop environment"; homepage = "https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.linux; license = licenses.lgpl21Plus; }; diff --git a/pkgs/by-name/xd/xdg-desktop-portal-xapp/package.nix b/pkgs/by-name/xd/xdg-desktop-portal-xapp/package.nix index 36d80571c5eab..268752a2a98c2 100644 --- a/pkgs/by-name/xd/xdg-desktop-portal-xapp/package.nix +++ b/pkgs/by-name/xd/xdg-desktop-portal-xapp/package.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Backend implementation for xdg-desktop-portal for Cinnamon, MATE, Xfce"; homepage = "https://github.com/linuxmint/xdg-desktop-portal-xapp"; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; platforms = platforms.linux; license = licenses.lgpl21Plus; }; diff --git a/pkgs/by-name/xd/xdg-user-dirs-gtk/package.nix b/pkgs/by-name/xd/xdg-user-dirs-gtk/package.nix index 0e0b7669919aa..383b36d71b905 100644 --- a/pkgs/by-name/xd/xdg-user-dirs-gtk/package.nix +++ b/pkgs/by-name/xd/xdg-user-dirs-gtk/package.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.gnome.org/GNOME/xdg-user-dirs-gtk"; description = "Companion to xdg-user-dirs that integrates it into the GNOME desktop and GTK applications"; license = lib.licenses.gpl2Plus; - maintainers = lib.teams.gnome.members; + teams = [ lib.teams.gnome ]; platforms = lib.platforms.unix; mainProgram = "xdg-user-dirs-gtk-update"; }; diff --git a/pkgs/by-name/xe/xen-guest-agent/package.nix b/pkgs/by-name/xe/xen-guest-agent/package.nix index 0f598ac2ed0db..c9687d18a83d0 100644 --- a/pkgs/by-name/xe/xen-guest-agent/package.nix +++ b/pkgs/by-name/xe/xen-guest-agent/package.nix @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage { homepage = "https://gitlab.com/xen-project/xen-guest-agent"; license = lib.licenses.agpl3Only; platforms = lib.platforms.unix; - maintainers = lib.teams.xen.members; + teams = [ lib.teams.xen ]; mainProgram = "xen-guest-agent"; }; } diff --git a/pkgs/by-name/xr/xreader/package.nix b/pkgs/by-name/xr/xreader/package.nix index fc437035efe4e..1f5d38b94b594 100644 --- a/pkgs/by-name/xr/xreader/package.nix +++ b/pkgs/by-name/xr/xreader/package.nix @@ -82,6 +82,6 @@ document formats like PDF and Postscript"; homepage = "https://github.com/linuxmint/xreader"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/xt/xtf/package.nix b/pkgs/by-name/xt/xtf/package.nix index b4712af35a727..6bcd5787901aa 100644 --- a/pkgs/by-name/xt/xtf/package.nix +++ b/pkgs/by-name/xt/xtf/package.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation { description = "Xen Test Framework and Suite for creating microkernel-based tests"; homepage = "https://xenbits.xenproject.org/docs/xtf/index.html"; license = lib.licenses.bsd2; - maintainers = lib.teams.xen.members; + teams = [ lib.teams.xen ]; mainProgram = "xtf-runner"; platforms = lib.lists.intersectLists lib.platforms.linux lib.platforms.x86_64; }; diff --git a/pkgs/by-name/xv/xviewer/package.nix b/pkgs/by-name/xv/xviewer/package.nix index cf8a368573b94..d71f276fbf5bf 100644 --- a/pkgs/by-name/xv/xviewer/package.nix +++ b/pkgs/by-name/xv/xviewer/package.nix @@ -71,6 +71,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxmint/xviewer"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = with maintainers; [ tu-maurice ] ++ teams.cinnamon.members; + maintainers = with maintainers; [ tu-maurice ]; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/by-name/ye/yelp-tools/package.nix b/pkgs/by-name/ye/yelp-tools/package.nix index 3d94ad56622db..f71510c4ff5a6 100644 --- a/pkgs/by-name/ye/yelp-tools/package.nix +++ b/pkgs/by-name/ye/yelp-tools/package.nix @@ -56,7 +56,8 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/yelp-tools"; description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation"; - maintainers = teams.gnome.members ++ (with maintainers; [ domenkozar ]); + maintainers = with maintainers; [ domenkozar ]; + teams = [ teams.gnome ]; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/by-name/ye/yelp-xsl/package.nix b/pkgs/by-name/ye/yelp-xsl/package.nix index 9f776b03e0130..baf6e296d538c 100644 --- a/pkgs/by-name/ye/yelp-xsl/package.nix +++ b/pkgs/by-name/ye/yelp-xsl/package.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://gitlab.gnome.org/GNOME/yelp-xsl"; description = "Yelp's universal stylesheets for Mallard and DocBook"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = with licenses; [ # See https://gitlab.gnome.org/GNOME/yelp-xsl/blob/master/COPYING # Stylesheets diff --git a/pkgs/by-name/ye/yelp/package.nix b/pkgs/by-name/ye/yelp/package.nix index 270df670e2a22..726a31d418b81 100644 --- a/pkgs/by-name/ye/yelp/package.nix +++ b/pkgs/by-name/ye/yelp/package.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://apps.gnome.org/Yelp/"; description = "Help viewer in Gnome"; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; license = licenses.gpl2; platforms = platforms.linux; }; diff --git a/pkgs/by-name/yo/youtrack/package.nix b/pkgs/by-name/yo/youtrack/package.nix index 7e8c01d9db246..fcf346993cbb8 100644 --- a/pkgs/by-name/yo/youtrack/package.nix +++ b/pkgs/by-name/yo/youtrack/package.nix @@ -43,7 +43,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { meta = { description = "Issue tracking and project management tool for developers"; - maintainers = lib.teams.serokell.members ++ [ lib.maintainers.leona ]; + maintainers = [ lib.maintainers.leona ]; + teams = [ lib.teams.serokell ]; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; # https://www.jetbrains.com/youtrack/buy/license.html license = lib.licenses.unfree; diff --git a/pkgs/by-name/ze/zeitgeist/package.nix b/pkgs/by-name/ze/zeitgeist/package.nix index af69f32e6497f..6ae5a7341be97 100644 --- a/pkgs/by-name/ze/zeitgeist/package.nix +++ b/pkgs/by-name/ze/zeitgeist/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Service which logs the users’s activities and events"; homepage = "https://zeitgeist.freedesktop.org/"; - maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); + teams = [ teams.freedesktop ]; license = licenses.lgpl21Plus; platforms = platforms.linux; }; diff --git a/pkgs/by-name/ze/zenity/package.nix b/pkgs/by-name/ze/zenity/package.nix index 251838fede6e5..ccd2023955663 100644 --- a/pkgs/by-name/ze/zenity/package.nix +++ b/pkgs/by-name/ze/zenity/package.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/GNOME/zenity/-/blob/${finalAttrs.version}/NEWS?ref_type=tags"; license = licenses.lgpl21Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/by-name/zn/zn_poly/package.nix b/pkgs/by-name/zn/zn_poly/package.nix index 2150cef6d4cd2..df59ecc08b32f 100644 --- a/pkgs/by-name/zn/zn_poly/package.nix +++ b/pkgs/by-name/zn/zn_poly/package.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { homepage = "https://web.maths.unsw.edu.au/~davidharvey/code/zn_poly/"; description = "Polynomial arithmetic over Z/nZ"; license = with licenses; [ gpl3 ]; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix b/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix index 6b6754d2dd34f..9be65fb004603 100644 --- a/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix +++ b/pkgs/by-name/zp/zpool-auto-expand-partitions/package.nix @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec { description = "Tool that aims to expand all partitions in a specified zpool to fill the available space"; homepage = "https://github.com/DeterminateSystems/zpool-auto-expand-partitions"; license = licenses.asl20; - maintainers = teams.determinatesystems.members; + teams = [ teams.determinatesystems ]; mainProgram = "zpool_part_disks"; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-calculator/default.nix b/pkgs/desktops/deepin/apps/deepin-calculator/default.nix index a45e219bc59bf..b3df5e8e6837d 100644 --- a/pkgs/desktops/deepin/apps/deepin-calculator/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-calculator/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-calculator"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-compressor/default.nix b/pkgs/desktops/deepin/apps/deepin-compressor/default.nix index 9d269f40ba0e4..4fb62057f6496 100644 --- a/pkgs/desktops/deepin/apps/deepin-compressor/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-compressor/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-compressor"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-draw/default.nix b/pkgs/desktops/deepin/apps/deepin-draw/default.nix index 50db4ec7095b7..87e3e2221b2df 100644 --- a/pkgs/desktops/deepin/apps/deepin-draw/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-draw/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-draw"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-editor/default.nix b/pkgs/desktops/deepin/apps/deepin-editor/default.nix index b0b6deea9f9f7..6c8a108b60a8c 100644 --- a/pkgs/desktops/deepin/apps/deepin-editor/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-editor/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-editor"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-music/default.nix b/pkgs/desktops/deepin/apps/deepin-music/default.nix index 11482fe170d2f..a6d59650882ff 100644 --- a/pkgs/desktops/deepin/apps/deepin-music/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-music/default.nix @@ -78,6 +78,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-music"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-picker/default.nix b/pkgs/desktops/deepin/apps/deepin-picker/default.nix index 480320dfa8862..f69914782a1c4 100644 --- a/pkgs/desktops/deepin/apps/deepin-picker/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-picker/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-picker"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-reader/default.nix b/pkgs/desktops/deepin/apps/deepin-reader/default.nix index 44faf032a4b75..d9b50da42a19d 100644 --- a/pkgs/desktops/deepin/apps/deepin-reader/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-reader/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-reader"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-screensaver/default.nix b/pkgs/desktops/deepin/apps/deepin-screensaver/default.nix index 2692f445c08ee..8162fef12ae53 100644 --- a/pkgs/desktops/deepin/apps/deepin-screensaver/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-screensaver/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-screensaver"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-shortcut-viewer/default.nix b/pkgs/desktops/deepin/apps/deepin-shortcut-viewer/default.nix index 540d9d5f1fd7c..5a1b6123352c1 100644 --- a/pkgs/desktops/deepin/apps/deepin-shortcut-viewer/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-shortcut-viewer/default.nix @@ -45,6 +45,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-shortcut-viewer"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-system-monitor/default.nix b/pkgs/desktops/deepin/apps/deepin-system-monitor/default.nix index ab53a9709fb82..1b89d3f46d6f4 100644 --- a/pkgs/desktops/deepin/apps/deepin-system-monitor/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-system-monitor/default.nix @@ -93,6 +93,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-system-monitor"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/apps/deepin-terminal/default.nix b/pkgs/desktops/deepin/apps/deepin-terminal/default.nix index ffd4df4eae885..a17f588dea23c 100644 --- a/pkgs/desktops/deepin/apps/deepin-terminal/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-terminal/default.nix @@ -56,6 +56,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-terminal"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/artwork/dde-account-faces/default.nix b/pkgs/desktops/deepin/artwork/dde-account-faces/default.nix index 33dffba91c959..f65580e40852c 100644 --- a/pkgs/desktops/deepin/artwork/dde-account-faces/default.nix +++ b/pkgs/desktops/deepin/artwork/dde-account-faces/default.nix @@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec { cc0 ]; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/artwork/deepin-desktop-theme/default.nix b/pkgs/desktops/deepin/artwork/deepin-desktop-theme/default.nix index 7dfc41fe8f0df..b22202590b92f 100644 --- a/pkgs/desktops/deepin/artwork/deepin-desktop-theme/default.nix +++ b/pkgs/desktops/deepin/artwork/deepin-desktop-theme/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { cc-by-sa-40 ]; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/artwork/deepin-gtk-theme/default.nix b/pkgs/desktops/deepin/artwork/deepin-gtk-theme/default.nix index 6405a95cd55d0..29ada16a2af6a 100644 --- a/pkgs/desktops/deepin/artwork/deepin-gtk-theme/default.nix +++ b/pkgs/desktops/deepin/artwork/deepin-gtk-theme/default.nix @@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-gtk-theme"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/artwork/deepin-icon-theme/default.nix b/pkgs/desktops/deepin/artwork/deepin-icon-theme/default.nix index 8c44914e7bb54..7f19e8fd010d2 100644 --- a/pkgs/desktops/deepin/artwork/deepin-icon-theme/default.nix +++ b/pkgs/desktops/deepin/artwork/deepin-icon-theme/default.nix @@ -42,6 +42,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-icon-theme"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/artwork/deepin-sound-theme/default.nix b/pkgs/desktops/deepin/artwork/deepin-sound-theme/default.nix index 79e2f15716b16..2256b8f1aba8b 100644 --- a/pkgs/desktops/deepin/artwork/deepin-sound-theme/default.nix +++ b/pkgs/desktops/deepin/artwork/deepin-sound-theme/default.nix @@ -22,6 +22,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-sound-theme"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/artwork/deepin-wallpapers/default.nix b/pkgs/desktops/deepin/artwork/deepin-wallpapers/default.nix index c472244adf2a8..f407e6cc03c0d 100644 --- a/pkgs/desktops/deepin/artwork/deepin-wallpapers/default.nix +++ b/pkgs/desktops/deepin/artwork/deepin-wallpapers/default.nix @@ -42,6 +42,6 @@ stdenv.mkDerivation rec { cc-by-sa-30 ]; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-api-proxy/default.nix b/pkgs/desktops/deepin/core/dde-api-proxy/default.nix index a46ead0f6e7c8..9cc0942990e11 100644 --- a/pkgs/desktops/deepin/core/dde-api-proxy/default.nix +++ b/pkgs/desktops/deepin/core/dde-api-proxy/default.nix @@ -45,6 +45,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-api-proxy"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-app-services/default.nix b/pkgs/desktops/deepin/core/dde-app-services/default.nix index 711e3e9f93018..9d3187e653b0b 100644 --- a/pkgs/desktops/deepin/core/dde-app-services/default.nix +++ b/pkgs/desktops/deepin/core/dde-app-services/default.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-app-services"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-appearance/default.nix b/pkgs/desktops/deepin/core/dde-appearance/default.nix index ca391f0379c27..e40b9b287a31d 100644 --- a/pkgs/desktops/deepin/core/dde-appearance/default.nix +++ b/pkgs/desktops/deepin/core/dde-appearance/default.nix @@ -71,6 +71,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-appearance"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-application-manager/default.nix b/pkgs/desktops/deepin/core/dde-application-manager/default.nix index cf1ae2d6dec36..70806aacaa3c1 100644 --- a/pkgs/desktops/deepin/core/dde-application-manager/default.nix +++ b/pkgs/desktops/deepin/core/dde-application-manager/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-application-manager"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-calendar/default.nix b/pkgs/desktops/deepin/core/dde-calendar/default.nix index 9dbbf0a966e6a..7ff4a3ff4ebfe 100644 --- a/pkgs/desktops/deepin/core/dde-calendar/default.nix +++ b/pkgs/desktops/deepin/core/dde-calendar/default.nix @@ -61,6 +61,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-calendar"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-clipboard/default.nix b/pkgs/desktops/deepin/core/dde-clipboard/default.nix index 03fd59596732b..e49d553885578 100644 --- a/pkgs/desktops/deepin/core/dde-clipboard/default.nix +++ b/pkgs/desktops/deepin/core/dde-clipboard/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-clipboard"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-control-center/default.nix b/pkgs/desktops/deepin/core/dde-control-center/default.nix index 6600df5b79640..a3f6e7ea28c50 100644 --- a/pkgs/desktops/deepin/core/dde-control-center/default.nix +++ b/pkgs/desktops/deepin/core/dde-control-center/default.nix @@ -84,6 +84,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-control-center"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-file-manager/default.nix b/pkgs/desktops/deepin/core/dde-file-manager/default.nix index a0d91cbfd2621..39ad394180751 100644 --- a/pkgs/desktops/deepin/core/dde-file-manager/default.nix +++ b/pkgs/desktops/deepin/core/dde-file-manager/default.nix @@ -150,6 +150,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-file-manager"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-grand-search/default.nix b/pkgs/desktops/deepin/core/dde-grand-search/default.nix index 66fe532c9f0ca..2acc258f62471 100644 --- a/pkgs/desktops/deepin/core/dde-grand-search/default.nix +++ b/pkgs/desktops/deepin/core/dde-grand-search/default.nix @@ -77,6 +77,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-grand-search"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-launchpad/default.nix b/pkgs/desktops/deepin/core/dde-launchpad/default.nix index 63b625fe90aa2..a6beb5d3347b3 100644 --- a/pkgs/desktops/deepin/core/dde-launchpad/default.nix +++ b/pkgs/desktops/deepin/core/dde-launchpad/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-launchpad"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-network-core/default.nix b/pkgs/desktops/deepin/core/dde-network-core/default.nix index 9d5272df72663..03e3173e63254 100644 --- a/pkgs/desktops/deepin/core/dde-network-core/default.nix +++ b/pkgs/desktops/deepin/core/dde-network-core/default.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-network-core"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-polkit-agent/default.nix b/pkgs/desktops/deepin/core/dde-polkit-agent/default.nix index cf83ed7350880..39bd5fa8ea421 100644 --- a/pkgs/desktops/deepin/core/dde-polkit-agent/default.nix +++ b/pkgs/desktops/deepin/core/dde-polkit-agent/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-polkit-agent"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-session-shell/default.nix b/pkgs/desktops/deepin/core/dde-session-shell/default.nix index f7e8aeee55c05..e2ffff5407a54 100644 --- a/pkgs/desktops/deepin/core/dde-session-shell/default.nix +++ b/pkgs/desktops/deepin/core/dde-session-shell/default.nix @@ -106,6 +106,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-session-shell"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-session-ui/default.nix b/pkgs/desktops/deepin/core/dde-session-ui/default.nix index 1f1d9907ec167..106e8fe80e521 100644 --- a/pkgs/desktops/deepin/core/dde-session-ui/default.nix +++ b/pkgs/desktops/deepin/core/dde-session-ui/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-session-ui"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-session/default.nix b/pkgs/desktops/deepin/core/dde-session/default.nix index a146f0c6747a2..6a69822abbb51 100644 --- a/pkgs/desktops/deepin/core/dde-session/default.nix +++ b/pkgs/desktops/deepin/core/dde-session/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-session"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dde-widgets/default.nix b/pkgs/desktops/deepin/core/dde-widgets/default.nix index a8a14938a661b..c63886c43ab4c 100644 --- a/pkgs/desktops/deepin/core/dde-widgets/default.nix +++ b/pkgs/desktops/deepin/core/dde-widgets/default.nix @@ -43,6 +43,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-widgets"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/deepin-kwin/default.nix b/pkgs/desktops/deepin/core/deepin-kwin/default.nix index 49e1ec49d7697..2a56a883449d9 100644 --- a/pkgs/desktops/deepin/core/deepin-kwin/default.nix +++ b/pkgs/desktops/deepin/core/deepin-kwin/default.nix @@ -94,6 +94,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-kwin"; license = lib.licenses.lgpl21Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/deepin-service-manager/default.nix b/pkgs/desktops/deepin/core/deepin-service-manager/default.nix index b3deff9bf44f1..5e06cc3c6a704 100644 --- a/pkgs/desktops/deepin/core/deepin-service-manager/default.nix +++ b/pkgs/desktops/deepin/core/deepin-service-manager/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-service-manager"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/core/dpa-ext-gnomekeyring/default.nix b/pkgs/desktops/deepin/core/dpa-ext-gnomekeyring/default.nix index 30c9bf4576422..69a503b887ed7 100644 --- a/pkgs/desktops/deepin/core/dpa-ext-gnomekeyring/default.nix +++ b/pkgs/desktops/deepin/core/dpa-ext-gnomekeyring/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dpa-ext-gnomekeyring"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/go-package/dde-api/default.nix b/pkgs/desktops/deepin/go-package/dde-api/default.nix index 512db885951d1..e93b47bc9c1c8 100644 --- a/pkgs/desktops/deepin/go-package/dde-api/default.nix +++ b/pkgs/desktops/deepin/go-package/dde-api/default.nix @@ -95,6 +95,6 @@ buildGoModule rec { homepage = "https://github.com/linuxdeepin/dde-api"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/go-package/dde-daemon/default.nix b/pkgs/desktops/deepin/go-package/dde-daemon/default.nix index 44120eae4e5c9..a33df2d59d104 100644 --- a/pkgs/desktops/deepin/go-package/dde-daemon/default.nix +++ b/pkgs/desktops/deepin/go-package/dde-daemon/default.nix @@ -156,6 +156,6 @@ buildGoModule rec { homepage = "https://github.com/linuxdeepin/dde-daemon"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/go-package/deepin-desktop-schemas/default.nix b/pkgs/desktops/deepin/go-package/deepin-desktop-schemas/default.nix index 34577db77ed8c..8cbfc4d47e015 100644 --- a/pkgs/desktops/deepin/go-package/deepin-desktop-schemas/default.nix +++ b/pkgs/desktops/deepin/go-package/deepin-desktop-schemas/default.nix @@ -52,6 +52,6 @@ buildGoModule rec { homepage = "https://github.com/linuxdeepin/deepin-desktop-schemas"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/go-package/deepin-pw-check/default.nix b/pkgs/desktops/deepin/go-package/deepin-pw-check/default.nix index b1ad7c0c4c9ea..3ca39dba0d556 100644 --- a/pkgs/desktops/deepin/go-package/deepin-pw-check/default.nix +++ b/pkgs/desktops/deepin/go-package/deepin-pw-check/default.nix @@ -69,6 +69,6 @@ buildGoModule rec { homepage = "https://github.com/linuxdeepin/deepin-pw-check"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/go-package/startdde/default.nix b/pkgs/desktops/deepin/go-package/startdde/default.nix index 89f1602a1c7ac..a85b50b4a3ce9 100644 --- a/pkgs/desktops/deepin/go-package/startdde/default.nix +++ b/pkgs/desktops/deepin/go-package/startdde/default.nix @@ -77,6 +77,6 @@ buildGoModule rec { homepage = "https://github.com/linuxdeepin/startdde"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix b/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix index bcfcef845b6e7..1c3ba4fdea41a 100644 --- a/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix +++ b/pkgs/desktops/deepin/library/dde-qt-dbus-factory/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-qt-dbus-factory"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/deepin-pdfium/default.nix b/pkgs/desktops/deepin/library/deepin-pdfium/default.nix index 5d904914218dc..c7342c3f6f435 100644 --- a/pkgs/desktops/deepin/library/deepin-pdfium/default.nix +++ b/pkgs/desktops/deepin/library/deepin-pdfium/default.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-pdfium"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/deepin-wayland-protocols/default.nix b/pkgs/desktops/deepin/library/deepin-wayland-protocols/default.nix index 839b02633af91..c13f02c2c68c4 100644 --- a/pkgs/desktops/deepin/library/deepin-wayland-protocols/default.nix +++ b/pkgs/desktops/deepin/library/deepin-wayland-protocols/default.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-wayland-protocols"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/disomaster/default.nix b/pkgs/desktops/deepin/library/disomaster/default.nix index d485fbb23f3b0..ad462fc6c755d 100644 --- a/pkgs/desktops/deepin/library/disomaster/default.nix +++ b/pkgs/desktops/deepin/library/disomaster/default.nix @@ -34,6 +34,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/disomaster"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/docparser/default.nix b/pkgs/desktops/deepin/library/docparser/default.nix index b30d4be40f740..f9fff425ac103 100644 --- a/pkgs/desktops/deepin/library/docparser/default.nix +++ b/pkgs/desktops/deepin/library/docparser/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/docparser"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dtk6core/default.nix b/pkgs/desktops/deepin/library/dtk6core/default.nix index bbd2eab47528c..ff753a81ecf24 100644 --- a/pkgs/desktops/deepin/library/dtk6core/default.nix +++ b/pkgs/desktops/deepin/library/dtk6core/default.nix @@ -93,6 +93,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linuxdeepin/dtk6core"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/dtk6declarative/default.nix b/pkgs/desktops/deepin/library/dtk6declarative/default.nix index 0f72d5e785753..90f208ed036ba 100644 --- a/pkgs/desktops/deepin/library/dtk6declarative/default.nix +++ b/pkgs/desktops/deepin/library/dtk6declarative/default.nix @@ -70,6 +70,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linuxdeepin/dtk6declarative"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/dtk6gui/default.nix b/pkgs/desktops/deepin/library/dtk6gui/default.nix index c2b90a37d7779..3dcdbe931e973 100644 --- a/pkgs/desktops/deepin/library/dtk6gui/default.nix +++ b/pkgs/desktops/deepin/library/dtk6gui/default.nix @@ -86,6 +86,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linuxdeepin/dtk6gui"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/dtk6log/default.nix b/pkgs/desktops/deepin/library/dtk6log/default.nix index d29c8fb740ee8..755738b40b70c 100644 --- a/pkgs/desktops/deepin/library/dtk6log/default.nix +++ b/pkgs/desktops/deepin/library/dtk6log/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linuxdeepin/dtk6log"; license = lib.licenses.lgpl21Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/dtk6systemsettings/default.nix b/pkgs/desktops/deepin/library/dtk6systemsettings/default.nix index a3048cbd2b222..1049dfe422f4b 100644 --- a/pkgs/desktops/deepin/library/dtk6systemsettings/default.nix +++ b/pkgs/desktops/deepin/library/dtk6systemsettings/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dtk6systemsettings"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dtk6widget/default.nix b/pkgs/desktops/deepin/library/dtk6widget/default.nix index ac0877d72cc47..549b05e32de7d 100644 --- a/pkgs/desktops/deepin/library/dtk6widget/default.nix +++ b/pkgs/desktops/deepin/library/dtk6widget/default.nix @@ -90,6 +90,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linuxdeepin/dtk6widget"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/dtkcommon/default.nix b/pkgs/desktops/deepin/library/dtkcommon/default.nix index 9ee627aa34d5f..552be6223f97d 100644 --- a/pkgs/desktops/deepin/library/dtkcommon/default.nix +++ b/pkgs/desktops/deepin/library/dtkcommon/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dtkcommon"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dtkcore/default.nix b/pkgs/desktops/deepin/library/dtkcore/default.nix index 980292bbf200c..9e39ccb3d4f0c 100644 --- a/pkgs/desktops/deepin/library/dtkcore/default.nix +++ b/pkgs/desktops/deepin/library/dtkcore/default.nix @@ -90,6 +90,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dtkcore"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dtkdeclarative/default.nix b/pkgs/desktops/deepin/library/dtkdeclarative/default.nix index 189fdc13b0756..ff667f83b65e3 100644 --- a/pkgs/desktops/deepin/library/dtkdeclarative/default.nix +++ b/pkgs/desktops/deepin/library/dtkdeclarative/default.nix @@ -68,6 +68,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dtkdeclarative"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dtkgui/default.nix b/pkgs/desktops/deepin/library/dtkgui/default.nix index 449a9d4156a14..16d176b5ff597 100644 --- a/pkgs/desktops/deepin/library/dtkgui/default.nix +++ b/pkgs/desktops/deepin/library/dtkgui/default.nix @@ -81,6 +81,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dtkgui"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dtklog/default.nix b/pkgs/desktops/deepin/library/dtklog/default.nix index 043999f614a90..6722f9be00482 100644 --- a/pkgs/desktops/deepin/library/dtklog/default.nix +++ b/pkgs/desktops/deepin/library/dtklog/default.nix @@ -45,6 +45,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/linuxdeepin/dtklog"; license = lib.licenses.lgpl21Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/dtkwidget/default.nix b/pkgs/desktops/deepin/library/dtkwidget/default.nix index 56100bedbdb36..cc81862d49ddc 100644 --- a/pkgs/desktops/deepin/library/dtkwidget/default.nix +++ b/pkgs/desktops/deepin/library/dtkwidget/default.nix @@ -86,6 +86,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dtkwidget"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/dwayland/default.nix b/pkgs/desktops/deepin/library/dwayland/default.nix index 32a385d9cef8c..7ea30f488df9e 100644 --- a/pkgs/desktops/deepin/library/dwayland/default.nix +++ b/pkgs/desktops/deepin/library/dwayland/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dwayland"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/gio-qt/default.nix b/pkgs/desktops/deepin/library/gio-qt/default.nix index af90a645f25fc..8b420e1f492b4 100644 --- a/pkgs/desktops/deepin/library/gio-qt/default.nix +++ b/pkgs/desktops/deepin/library/gio-qt/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/gio-qt"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/qt5integration/default.nix b/pkgs/desktops/deepin/library/qt5integration/default.nix index ccf8f6a4817d8..cd1582acddc7a 100644 --- a/pkgs/desktops/deepin/library/qt5integration/default.nix +++ b/pkgs/desktops/deepin/library/qt5integration/default.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/qt5integration"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix b/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix index fbf3879cf37b0..1f6b059b1c92e 100644 --- a/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix +++ b/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/qt5platform-plugins"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/qt6integration/default.nix b/pkgs/desktops/deepin/library/qt6integration/default.nix index 5b69215df8c68..b4f89b3f1227c 100644 --- a/pkgs/desktops/deepin/library/qt6integration/default.nix +++ b/pkgs/desktops/deepin/library/qt6integration/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/qt6integration"; license = lib.licenses.lgpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/qt6mpris/default.nix b/pkgs/desktops/deepin/library/qt6mpris/default.nix index 71a17256d6c14..a61bc797fa0b3 100644 --- a/pkgs/desktops/deepin/library/qt6mpris/default.nix +++ b/pkgs/desktops/deepin/library/qt6mpris/default.nix @@ -41,6 +41,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/deepin-community/qt6mpris"; license = lib.licenses.lgpl21Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; }) diff --git a/pkgs/desktops/deepin/library/qt6platform-plugins/default.nix b/pkgs/desktops/deepin/library/qt6platform-plugins/default.nix index aa4243b07d805..47dcbb28139d0 100644 --- a/pkgs/desktops/deepin/library/qt6platform-plugins/default.nix +++ b/pkgs/desktops/deepin/library/qt6platform-plugins/default.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/qt6platform-plugins"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/treeland-protocols/default.nix b/pkgs/desktops/deepin/library/treeland-protocols/default.nix index f1b8016bb978e..d95ced544e04e 100644 --- a/pkgs/desktops/deepin/library/treeland-protocols/default.nix +++ b/pkgs/desktops/deepin/library/treeland-protocols/default.nix @@ -29,6 +29,6 @@ stdenv.mkDerivation rec { asl20 ]; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/udisks2-qt5/default.nix b/pkgs/desktops/deepin/library/udisks2-qt5/default.nix index cdfbe3011c64f..4a39a16f63315 100644 --- a/pkgs/desktops/deepin/library/udisks2-qt5/default.nix +++ b/pkgs/desktops/deepin/library/udisks2-qt5/default.nix @@ -33,6 +33,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/udisks2-qt5"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/library/util-dfm/default.nix b/pkgs/desktops/deepin/library/util-dfm/default.nix index 5b298b8765ea8..977fe68edbc4d 100644 --- a/pkgs/desktops/deepin/library/util-dfm/default.nix +++ b/pkgs/desktops/deepin/library/util-dfm/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/util-dfm"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/misc/deepin-desktop-base/default.nix b/pkgs/desktops/deepin/misc/deepin-desktop-base/default.nix index 197928a864073..12316288eaf8d 100644 --- a/pkgs/desktops/deepin/misc/deepin-desktop-base/default.nix +++ b/pkgs/desktops/deepin/misc/deepin-desktop-base/default.nix @@ -45,6 +45,6 @@ stdenvNoCC.mkDerivation rec { cc-by-40 ]; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/tools/dde-device-formatter/default.nix b/pkgs/desktops/deepin/tools/dde-device-formatter/default.nix index 2b13bd66ab0c2..8781925b58052 100644 --- a/pkgs/desktops/deepin/tools/dde-device-formatter/default.nix +++ b/pkgs/desktops/deepin/tools/dde-device-formatter/default.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/dde-device-formatter"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/tools/deepin-anything/default.nix b/pkgs/desktops/deepin/tools/deepin-anything/default.nix index 441003d522b30..80e719686f0c3 100644 --- a/pkgs/desktops/deepin/tools/deepin-anything/default.nix +++ b/pkgs/desktops/deepin/tools/deepin-anything/default.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-anything"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.deepin.members; + teams = [ lib.teams.deepin ]; }; } diff --git a/pkgs/desktops/deepin/tools/deepin-gettext-tools/default.nix b/pkgs/desktops/deepin/tools/deepin-gettext-tools/default.nix index 7f2db77f45671..b558c4e963e67 100644 --- a/pkgs/desktops/deepin/tools/deepin-gettext-tools/default.nix +++ b/pkgs/desktops/deepin/tools/deepin-gettext-tools/default.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/linuxdeepin/deepin-gettext-tools"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.deepin.members; + teams = [ teams.deepin ]; }; } diff --git a/pkgs/desktops/enlightenment/econnman/default.nix b/pkgs/desktops/enlightenment/econnman/default.nix index eba9183f32018..aefcd68df201f 100644 --- a/pkgs/desktops/enlightenment/econnman/default.nix +++ b/pkgs/desktops/enlightenment/econnman/default.nix @@ -48,12 +48,10 @@ stdenv.mkDerivation rec { homepage = "https://enlightenment.org/"; license = licenses.lgpl3; platforms = platforms.linux; - maintainers = - with lib.maintainers; - [ - matejc - ftrvxmtrx - ] - ++ teams.enlightenment.members; + maintainers = with lib.maintainers; [ + matejc + ftrvxmtrx + ]; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/ecrire/default.nix b/pkgs/desktops/enlightenment/ecrire/default.nix index 20cedff0fc21f..e7663c6990e8d 100644 --- a/pkgs/desktops/enlightenment/ecrire/default.nix +++ b/pkgs/desktops/enlightenment/ecrire/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://www.enlightenment.org/"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = teams.enlightenment.members; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/efl/default.nix b/pkgs/desktops/enlightenment/efl/default.nix index 686bb68e02154..331094d3f5a66 100644 --- a/pkgs/desktops/enlightenment/efl/default.nix +++ b/pkgs/desktops/enlightenment/efl/default.nix @@ -220,12 +220,10 @@ stdenv.mkDerivation rec { licenses.zlib ]; platforms = platforms.linux; - maintainers = - with maintainers; - [ - matejc - ftrvxmtrx - ] - ++ teams.enlightenment.members; + maintainers = with maintainers; [ + matejc + ftrvxmtrx + ]; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/enlightenment/default.nix b/pkgs/desktops/enlightenment/enlightenment/default.nix index bbc7246e04915..7e171dcb1e577 100644 --- a/pkgs/desktops/enlightenment/enlightenment/default.nix +++ b/pkgs/desktops/enlightenment/enlightenment/default.nix @@ -86,12 +86,10 @@ stdenv.mkDerivation rec { homepage = "https://www.enlightenment.org"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = - with maintainers; - [ - matejc - ftrvxmtrx - ] - ++ teams.enlightenment.members; + maintainers = with maintainers; [ + matejc + ftrvxmtrx + ]; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/ephoto/default.nix b/pkgs/desktops/enlightenment/ephoto/default.nix index 7aba3c2c5b9fa..1e635c3ff2f42 100644 --- a/pkgs/desktops/enlightenment/ephoto/default.nix +++ b/pkgs/desktops/enlightenment/ephoto/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://www.smhouston.us/ephoto/"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = teams.enlightenment.members; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/evisum/default.nix b/pkgs/desktops/enlightenment/evisum/default.nix index b07349da332f0..19d0e7fe7ceed 100644 --- a/pkgs/desktops/enlightenment/evisum/default.nix +++ b/pkgs/desktops/enlightenment/evisum/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://www.enlightenment.org"; license = with licenses; [ isc ]; platforms = platforms.linux; - maintainers = teams.enlightenment.members; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/rage/default.nix b/pkgs/desktops/enlightenment/rage/default.nix index 8b3e3747828b5..fe3a2b8c7279e 100644 --- a/pkgs/desktops/enlightenment/rage/default.nix +++ b/pkgs/desktops/enlightenment/rage/default.nix @@ -44,12 +44,10 @@ stdenv.mkDerivation rec { homepage = "https://enlightenment.org/"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = - with maintainers; - [ - matejc - ftrvxmtrx - ] - ++ teams.enlightenment.members; + maintainers = with maintainers; [ + matejc + ftrvxmtrx + ]; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/enlightenment/terminology/default.nix b/pkgs/desktops/enlightenment/terminology/default.nix index 241822f5023a1..91713f5ea1b5a 100644 --- a/pkgs/desktops/enlightenment/terminology/default.nix +++ b/pkgs/desktops/enlightenment/terminology/default.nix @@ -44,12 +44,10 @@ stdenv.mkDerivation rec { homepage = "https://www.enlightenment.org/about-terminology"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = - with maintainers; - [ - matejc - ftrvxmtrx - ] - ++ teams.enlightenment.members; + maintainers = with maintainers; [ + matejc + ftrvxmtrx + ]; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/desktops/gnome/extensions/gsconnect/default.nix b/pkgs/desktops/gnome/extensions/gsconnect/default.nix index 8babf752da085..92c14151e1966 100644 --- a/pkgs/desktops/gnome/extensions/gsconnect/default.nix +++ b/pkgs/desktops/gnome/extensions/gsconnect/default.nix @@ -120,7 +120,8 @@ stdenv.mkDerivation rec { description = "KDE Connect implementation for Gnome Shell"; homepage = "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki"; license = licenses.gpl2Plus; - maintainers = teams.gnome.members ++ [ maintainers.doronbehar ]; + maintainers = [ maintainers.doronbehar ]; + teams = [ teams.gnome ]; platforms = platforms.linux; }; } diff --git a/pkgs/desktops/lomiri/applications/lomiri-calculator-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-calculator-app/default.nix index 0fcfa9dc1bf38..a0f5ffff877cd 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-calculator-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-calculator-app/default.nix @@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/apps/lomiri-calculator-app/-/blob/v${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; mainProgram = "lomiri-calculator-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri-calendar-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-calendar-app/default.nix index 8058a43722071..10673b1a32535 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-calendar-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-calendar-app/default.nix @@ -152,7 +152,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/apps/lomiri-calendar-app/-/blob/v${finalAttrs.version}/ChangeLog"; license = with lib.licenses; [ gpl3Only ]; mainProgram = "lomiri-calendar-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri-camera-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-camera-app/default.nix index 4c4738935ef12..ebe122ff62bef 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-camera-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-camera-app/default.nix @@ -145,7 +145,7 @@ stdenv.mkDerivation (finalAttrs: { cc-by-sa-30 # extra graphics ]; mainProgram = "lomiri-camera-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri-clock-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-clock-app/default.nix index a3f62cdc4503f..3d455867bff48 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-clock-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-clock-app/default.nix @@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/apps/lomiri-clock-app"; changelog = "https://gitlab.com/ubports/development/apps/lomiri-clock-app/-/blob/v${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; mainProgram = "lomiri-clock-app"; platforms = lib.platforms.linux; }; diff --git a/pkgs/desktops/lomiri/applications/lomiri-docviewer-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-docviewer-app/default.nix index 3f694ab994218..e43e51a69e442 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-docviewer-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-docviewer-app/default.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/apps/lomiri-docviewer-app"; changelog = "https://gitlab.com/ubports/development/apps/lomiri-docviewer-app/-/blob/v${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; mainProgram = "lomiri-docviewer-app"; platforms = lib.platforms.linux; }; diff --git a/pkgs/desktops/lomiri/applications/lomiri-filemanager-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-filemanager-app/default.nix index a7699f4de1b6a..31c0067676891 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-filemanager-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-filemanager-app/default.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/apps/lomiri-filemanager-app/-/blob/v${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; mainProgram = "lomiri-filemanager-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri-gallery-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-gallery-app/default.nix index 817ce9b69bfc8..a087b0f7353a5 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-gallery-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-gallery-app/default.nix @@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: { gpl3Only cc-by-sa-30 ]; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; mainProgram = "lomiri-gallery-app"; platforms = lib.platforms.linux; }; diff --git a/pkgs/desktops/lomiri/applications/lomiri-mediaplayer-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-mediaplayer-app/default.nix index cb63a2cb8ac36..98cb45d6dbe95 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-mediaplayer-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-mediaplayer-app/default.nix @@ -160,7 +160,7 @@ stdenv.mkDerivation (finalAttrs: { cc-by-sa-30 ]; mainProgram = "lomiri-mediaplayer-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri-music-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-music-app/default.nix index 4d27e18dd569c..3a1dcf319dff8 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-music-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-music-app/default.nix @@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: { gpl3Only ]; mainProgram = "lomiri-music-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri-system-settings/default.nix b/pkgs/desktops/lomiri/applications/lomiri-system-settings/default.nix index 2e9e3078c6cd6..9dfb27913bea1 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-system-settings/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-system-settings/default.nix @@ -210,7 +210,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/core/lomiri-system-settings/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.gpl3Only; mainProgram = "lomiri-system-settings"; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; pkgConfigModules = [ "LomiriSystemSettings" ]; }; diff --git a/pkgs/desktops/lomiri/applications/lomiri-terminal-app/default.nix b/pkgs/desktops/lomiri/applications/lomiri-terminal-app/default.nix index 0e8f0c0fc6368..08cb91689c9af 100644 --- a/pkgs/desktops/lomiri/applications/lomiri-terminal-app/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri-terminal-app/default.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: { }/ChangeLog"; license = lib.licenses.gpl3Only; mainProgram = "lomiri-terminal-app"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/lomiri/default.nix b/pkgs/desktops/lomiri/applications/lomiri/default.nix index b26d37d54a894..7fe54d5caf6ca 100644 --- a/pkgs/desktops/lomiri/applications/lomiri/default.nix +++ b/pkgs/desktops/lomiri/applications/lomiri/default.nix @@ -293,7 +293,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/core/lomiri/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.gpl3Only; mainProgram = "lomiri"; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/morph-browser/default.nix b/pkgs/desktops/lomiri/applications/morph-browser/default.nix index 9e273d032ce1d..ad6a33346b277 100644 --- a/pkgs/desktops/lomiri/applications/morph-browser/default.nix +++ b/pkgs/desktops/lomiri/applications/morph-browser/default.nix @@ -152,7 +152,7 @@ stdenv.mkDerivation (finalAttrs: { cc-by-sa-30 ]; mainProgram = "morph-browser"; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/applications/teleports/default.nix b/pkgs/desktops/lomiri/applications/teleports/default.nix index 8a9d318f4b2c2..f23e40b1800db 100644 --- a/pkgs/desktops/lomiri/applications/teleports/default.nix +++ b/pkgs/desktops/lomiri/applications/teleports/default.nix @@ -127,7 +127,7 @@ stdenv.mkDerivation (finalAttrs: { lgpl3Only # components ]; mainProgram = "teleports"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/data/lomiri-schemas/default.nix b/pkgs/desktops/lomiri/data/lomiri-schemas/default.nix index dcbc3b3233da1..ca2ac8e58c831 100644 --- a/pkgs/desktops/lomiri/data/lomiri-schemas/default.nix +++ b/pkgs/desktops/lomiri/data/lomiri-schemas/default.nix @@ -53,7 +53,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-schemas"; changelog = "https://gitlab.com/ubports/development/core/lomiri-schemas/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "lomiri-schemas" diff --git a/pkgs/desktops/lomiri/data/lomiri-session/default.nix b/pkgs/desktops/lomiri/data/lomiri-session/default.nix index fdc7b90ad8754..86505d6c48e2a 100644 --- a/pkgs/desktops/lomiri/data/lomiri-session/default.nix +++ b/pkgs/desktops/lomiri/data/lomiri-session/default.nix @@ -89,7 +89,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/core/lomiri-session/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.gpl3Only; mainProgram = "lomiri-session"; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/data/lomiri-sounds/default.nix b/pkgs/desktops/lomiri/data/lomiri-sounds/default.nix index e940bb1c03e6b..145f4c4cdf1d7 100644 --- a/pkgs/desktops/lomiri/data/lomiri-sounds/default.nix +++ b/pkgs/desktops/lomiri/data/lomiri-sounds/default.nix @@ -44,7 +44,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { cc-by-sa-30 cc-by-40 ]; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.all; pkgConfigModules = [ "lomiri-sounds" diff --git a/pkgs/desktops/lomiri/data/lomiri-wallpapers/default.nix b/pkgs/desktops/lomiri/data/lomiri-wallpapers/default.nix index b45868c2808bd..533178497523f 100644 --- a/pkgs/desktops/lomiri/data/lomiri-wallpapers/default.nix +++ b/pkgs/desktops/lomiri/data/lomiri-wallpapers/default.nix @@ -43,7 +43,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { changelog = "https://gitlab.com/ubports/development/core/lomiri-wallpapers/-/blob/${finalAttrs.version}/ChangeLog"; # On update, recheck debian/copyright for which licenses apply to the installed images license = with licenses; [ cc-by-sa-30 ]; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.all; }; }) diff --git a/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix b/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix index 91be03cd1df8b..c4e23473b4e71 100644 --- a/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix +++ b/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix @@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/suru-icon-theme"; changelog = "https://gitlab.com/ubports/development/core/suru-icon-theme/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.cc-by-sa-30; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/desktops/lomiri/development/cmake-extras/default.nix b/pkgs/desktops/lomiri/development/cmake-extras/default.nix index 97f36af0f9246..eae5e2c3b163d 100644 --- a/pkgs/desktops/lomiri/development/cmake-extras/default.nix +++ b/pkgs/desktops/lomiri/development/cmake-extras/default.nix @@ -45,7 +45,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/cmake-extras"; changelog = "https://gitlab.com/ubports/development/core/cmake-extras/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/desktops/lomiri/development/deviceinfo/default.nix b/pkgs/desktops/lomiri/development/deviceinfo/default.nix index 0ceae216c9dde..c35280edc5864 100644 --- a/pkgs/desktops/lomiri/development/deviceinfo/default.nix +++ b/pkgs/desktops/lomiri/development/deviceinfo/default.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/deviceinfo"; changelog = "https://gitlab.com/ubports/development/core/deviceinfo/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.gpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; mainProgram = "device-info"; pkgConfigModules = [ diff --git a/pkgs/desktops/lomiri/development/geonames/default.nix b/pkgs/desktops/lomiri/development/geonames/default.nix index d2fff65bf5f83..03c18d2067c6b 100644 --- a/pkgs/desktops/lomiri/development/geonames/default.nix +++ b/pkgs/desktops/lomiri/development/geonames/default.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/geonames"; changelog = "https://gitlab.com/ubports/development/core/geonames/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.gpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.all; # Cross requires hostPlatform emulation during build # https://gitlab.com/ubports/development/core/geonames/-/issues/1 diff --git a/pkgs/desktops/lomiri/development/gmenuharness/default.nix b/pkgs/desktops/lomiri/development/gmenuharness/default.nix index e9b4cca04120e..5b277f3dfe854 100644 --- a/pkgs/desktops/lomiri/development/gmenuharness/default.nix +++ b/pkgs/desktops/lomiri/development/gmenuharness/default.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Library to test GMenuModel structures"; homepage = "https://gitlab.com/ubports/development/core/gmenuharness"; license = licenses.gpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.unix; pkgConfigModules = [ "libgmenuharness" diff --git a/pkgs/desktops/lomiri/development/libusermetrics/default.nix b/pkgs/desktops/lomiri/development/libusermetrics/default.nix index 7305db4cb5938..c0747a9296758 100644 --- a/pkgs/desktops/lomiri/development/libusermetrics/default.nix +++ b/pkgs/desktops/lomiri/development/libusermetrics/default.nix @@ -122,7 +122,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/libusermetrics"; changelog = "https://gitlab.com/ubports/development/core/libusermetrics/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.lgpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; mainProgram = "usermetricsinput"; pkgConfigModules = [ diff --git a/pkgs/desktops/lomiri/development/lomiri-api/default.nix b/pkgs/desktops/lomiri/development/lomiri-api/default.nix index 8786b0928d72a..147f4aa7d1611 100644 --- a/pkgs/desktops/lomiri/development/lomiri-api/default.nix +++ b/pkgs/desktops/lomiri/development/lomiri-api/default.nix @@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: { lgpl3Only gpl3Only ]; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "liblomiri-api" diff --git a/pkgs/desktops/lomiri/development/lomiri-app-launch/default.nix b/pkgs/desktops/lomiri/development/lomiri-app-launch/default.nix index b4080874ee963..cee998f8cedb7 100644 --- a/pkgs/desktops/lomiri/development/lomiri-app-launch/default.nix +++ b/pkgs/desktops/lomiri/development/lomiri-app-launch/default.nix @@ -149,7 +149,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-app-launch"; changelog = "https://gitlab.com/ubports/development/core/lomiri-app-launch/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "lomiri-app-launch-0" diff --git a/pkgs/desktops/lomiri/development/qtmir/default.nix b/pkgs/desktops/lomiri/development/qtmir/default.nix index 926b784eccf0e..4de78fc2250a3 100644 --- a/pkgs/desktops/lomiri/development/qtmir/default.nix +++ b/pkgs/desktops/lomiri/development/qtmir/default.nix @@ -158,7 +158,7 @@ stdenv.mkDerivation (finalAttrs: { description = "QPA plugin to make Qt a Mir server"; homepage = "https://gitlab.com/ubports/development/core/qtmir"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; pkgConfigModules = [ "qtmirserver" ]; }; diff --git a/pkgs/desktops/lomiri/development/trust-store/default.nix b/pkgs/desktops/lomiri/development/trust-store/default.nix index dacb1ceedac20..489c94e7272e0 100644 --- a/pkgs/desktops/lomiri/development/trust-store/default.nix +++ b/pkgs/desktops/lomiri/development/trust-store/default.nix @@ -139,7 +139,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Common implementation of a trust store to be used by trusted helpers"; homepage = "https://gitlab.com/ubports/development/core/trust-store"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; pkgConfigModules = [ "trust-store" diff --git a/pkgs/desktops/lomiri/development/u1db-qt/default.nix b/pkgs/desktops/lomiri/development/u1db-qt/default.nix index 9e8d6b20f2957..a55b81b7b7b6a 100644 --- a/pkgs/desktops/lomiri/development/u1db-qt/default.nix +++ b/pkgs/desktops/lomiri/development/u1db-qt/default.nix @@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/u1db-qt"; changelog = "https://gitlab.com/ubports/development/core/u1db-qt/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.lgpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "libu1db-qt5" ]; }; diff --git a/pkgs/desktops/lomiri/qml/lomiri-action-api/default.nix b/pkgs/desktops/lomiri/qml/lomiri-action-api/default.nix index fb36a96e65472..7b1eee7656b94 100644 --- a/pkgs/desktops/lomiri/qml/lomiri-action-api/default.nix +++ b/pkgs/desktops/lomiri/qml/lomiri-action-api/default.nix @@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-action-api"; changelog = "https://gitlab.com/ubports/development/core/lomiri-action-api/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.lgpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "lomiri-action-qt-1" ]; }; diff --git a/pkgs/desktops/lomiri/qml/lomiri-notifications/default.nix b/pkgs/desktops/lomiri/qml/lomiri-notifications/default.nix index 61bf4d6db240e..18f9386a63e1f 100644 --- a/pkgs/desktops/lomiri/qml/lomiri-notifications/default.nix +++ b/pkgs/desktops/lomiri/qml/lomiri-notifications/default.nix @@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-notifications"; changelog = "https://gitlab.com/ubports/development/core/lomiri-notifications/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/qml/lomiri-push-qml/default.nix b/pkgs/desktops/lomiri/qml/lomiri-push-qml/default.nix index 1482cb770efdf..e6d9ff6ba3a33 100644 --- a/pkgs/desktops/lomiri/qml/lomiri-push-qml/default.nix +++ b/pkgs/desktops/lomiri/qml/lomiri-push-qml/default.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-push-qml"; # License file indicates gpl3Only, but de87869c2cdb9819c2ca7c9eca9c5fb8b500a01f says it should be lgpl3Only license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/qml/lomiri-settings-components/default.nix b/pkgs/desktops/lomiri/qml/lomiri-settings-components/default.nix index 0ce25119ef6a2..9575da6de5722 100644 --- a/pkgs/desktops/lomiri/qml/lomiri-settings-components/default.nix +++ b/pkgs/desktops/lomiri/qml/lomiri-settings-components/default.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-settings-components"; changelog = "https://gitlab.com/ubports/development/core/lomiri-settings-components/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/qml/lomiri-ui-extras/default.nix b/pkgs/desktops/lomiri/qml/lomiri-ui-extras/default.nix index 81093351ea6aa..f3d5ca65d28e5 100644 --- a/pkgs/desktops/lomiri/qml/lomiri-ui-extras/default.nix +++ b/pkgs/desktops/lomiri/qml/lomiri-ui-extras/default.nix @@ -114,7 +114,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-ui-extras"; changelog = "https://gitlab.com/ubports/development/core/lomiri-ui-extras/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/qml/lomiri-ui-toolkit/default.nix b/pkgs/desktops/lomiri/qml/lomiri-ui-toolkit/default.nix index ca2dece93391c..4866d7aee8db1 100644 --- a/pkgs/desktops/lomiri/qml/lomiri-ui-toolkit/default.nix +++ b/pkgs/desktops/lomiri/qml/lomiri-ui-toolkit/default.nix @@ -241,7 +241,7 @@ stdenv.mkDerivation (finalAttrs: { gpl3Only cc-by-sa-30 ]; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "LomiriGestures" diff --git a/pkgs/desktops/lomiri/qml/qqc2-suru-style/default.nix b/pkgs/desktops/lomiri/qml/qqc2-suru-style/default.nix index 967485fcf4032..df754042206c0 100644 --- a/pkgs/desktops/lomiri/qml/qqc2-suru-style/default.nix +++ b/pkgs/desktops/lomiri/qml/qqc2-suru-style/default.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { lgpl3Only cc-by-sa-30 ]; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.unix; }; }) diff --git a/pkgs/desktops/lomiri/services/biometryd/default.nix b/pkgs/desktops/lomiri/services/biometryd/default.nix index 0636f116e4527..3c8e3cc2064e9 100644 --- a/pkgs/desktops/lomiri/services/biometryd/default.nix +++ b/pkgs/desktops/lomiri/services/biometryd/default.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/biometryd"; changelog = "https://gitlab.com/ubports/development/core/biometryd/-/${finalAttrs.version}/ChangeLog"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; mainProgram = "biometryd"; platforms = platforms.linux; pkgConfigModules = [ diff --git a/pkgs/desktops/lomiri/services/hfd-service/default.nix b/pkgs/desktops/lomiri/services/hfd-service/default.nix index 9df11be34d6d1..80921be4963eb 100644 --- a/pkgs/desktops/lomiri/services/hfd-service/default.nix +++ b/pkgs/desktops/lomiri/services/hfd-service/default.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/hfd-service"; changelog = "https://gitlab.com/ubports/development/core/hfd-service/-/blob/${finalAttrs.version}/ChangeLog"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix b/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix index 753dc120f3cff..406022b7074eb 100644 --- a/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-content-hub/default.nix @@ -162,7 +162,7 @@ stdenv.mkDerivation (finalAttrs: { lgpl3Only ]; mainProgram = "lomiri-content-hub-service"; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "liblomiri-content-hub" diff --git a/pkgs/desktops/lomiri/services/lomiri-download-manager/default.nix b/pkgs/desktops/lomiri/services/lomiri-download-manager/default.nix index 4bd5ad3c43424..5a1db5b4dd6bb 100644 --- a/pkgs/desktops/lomiri/services/lomiri-download-manager/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-download-manager/default.nix @@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-download-manager"; changelog = "https://gitlab.com/ubports/development/core/lomiri-download-manager/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.lgpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "ldm-common" diff --git a/pkgs/desktops/lomiri/services/lomiri-history-service/default.nix b/pkgs/desktops/lomiri/services/lomiri-history-service/default.nix index f4f793cf577e7..14ee2c3e63a00 100644 --- a/pkgs/desktops/lomiri/services/lomiri-history-service/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-history-service/default.nix @@ -162,7 +162,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-history-service"; changelog = "https://gitlab.com/ubports/development/core/lomiri-history-service/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "lomiri-history-service" ]; }; diff --git a/pkgs/desktops/lomiri/services/lomiri-indicator-network/default.nix b/pkgs/desktops/lomiri/services/lomiri-indicator-network/default.nix index 1abb9dae0b728..50ee4cbdd404e 100644 --- a/pkgs/desktops/lomiri/services/lomiri-indicator-network/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-indicator-network/default.nix @@ -135,7 +135,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-indicator-network"; changelog = "https://gitlab.com/ubports/development/core/lomiri-indicator-network/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "lomiri-connectivity-qt1" ]; }; diff --git a/pkgs/desktops/lomiri/services/lomiri-polkit-agent/default.nix b/pkgs/desktops/lomiri/services/lomiri-polkit-agent/default.nix index 5811e867d9d41..e954a76509372 100644 --- a/pkgs/desktops/lomiri/services/lomiri-polkit-agent/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-polkit-agent/default.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: { if (!builtins.isNull finalAttrs.src.tag) then finalAttrs.src.tag else finalAttrs.src.rev }/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/services/lomiri-telephony-service/default.nix b/pkgs/desktops/lomiri/services/lomiri-telephony-service/default.nix index d89e51c193bc7..a349216407993 100644 --- a/pkgs/desktops/lomiri/services/lomiri-telephony-service/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-telephony-service/default.nix @@ -215,7 +215,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.com/ubports/development/core/lomiri-telephony-service"; changelog = "https://gitlab.com/ubports/development/core/lomiri-telephony-service/-/blob/${finalAttrs.version}/ChangeLog"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/lomiri/services/lomiri-thumbnailer/default.nix b/pkgs/desktops/lomiri/services/lomiri-thumbnailer/default.nix index 4fc545bbaf11b..85e8c31df4789 100644 --- a/pkgs/desktops/lomiri/services/lomiri-thumbnailer/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-thumbnailer/default.nix @@ -207,7 +207,7 @@ stdenv.mkDerivation (finalAttrs: { gpl3Only lgpl3Only ]; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "liblomiri-thumbnailer-qt" diff --git a/pkgs/desktops/lomiri/services/lomiri-url-dispatcher/default.nix b/pkgs/desktops/lomiri/services/lomiri-url-dispatcher/default.nix index f94b6f971f8b5..0ece914e0eef2 100644 --- a/pkgs/desktops/lomiri/services/lomiri-url-dispatcher/default.nix +++ b/pkgs/desktops/lomiri/services/lomiri-url-dispatcher/default.nix @@ -178,7 +178,7 @@ stdenv.mkDerivation (finalAttrs: { lgpl3Only gpl3Only ]; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; pkgConfigModules = [ "lomiri-url-dispatcher" diff --git a/pkgs/desktops/lomiri/services/mediascanner2/default.nix b/pkgs/desktops/lomiri/services/mediascanner2/default.nix index 1467119fb2042..001824c7b36eb 100644 --- a/pkgs/desktops/lomiri/services/mediascanner2/default.nix +++ b/pkgs/desktops/lomiri/services/mediascanner2/default.nix @@ -132,7 +132,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Media scanner service & access library"; homepage = "https://gitlab.com/ubports/development/core/mediascanner2"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; mainProgram = "mediascanner-service-2.0"; platforms = lib.platforms.linux; pkgConfigModules = [ "mediascanner-2.0" ]; diff --git a/pkgs/desktops/lumina/lumina-calculator/default.nix b/pkgs/desktops/lumina/lumina-calculator/default.nix index 98ed2a4fadeb8..b4f0e5434c0c8 100644 --- a/pkgs/desktops/lumina/lumina-calculator/default.nix +++ b/pkgs/desktops/lumina/lumina-calculator/default.nix @@ -38,6 +38,6 @@ mkDerivation rec { homepage = "https://github.com/lumina-desktop/lumina-calculator"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = teams.lumina.members; + teams = [ teams.lumina ]; }; } diff --git a/pkgs/desktops/lumina/lumina-pdf/default.nix b/pkgs/desktops/lumina/lumina-pdf/default.nix index 04117d7f4cce4..83dcd0ca3af00 100644 --- a/pkgs/desktops/lumina/lumina-pdf/default.nix +++ b/pkgs/desktops/lumina/lumina-pdf/default.nix @@ -48,6 +48,6 @@ mkDerivation rec { homepage = "https://github.com/lumina-desktop/lumina-pdf"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = teams.lumina.members; + teams = [ teams.lumina ]; }; } diff --git a/pkgs/desktops/lumina/lumina/default.nix b/pkgs/desktops/lumina/lumina/default.nix index 280885b07cae1..4f8004559b305 100644 --- a/pkgs/desktops/lumina/lumina/default.nix +++ b/pkgs/desktops/lumina/lumina/default.nix @@ -109,6 +109,6 @@ mkDerivation rec { homepage = "https://lumina-desktop.org"; license = licenses.bsd3; platforms = platforms.unix; - maintainers = teams.lumina.members; + teams = [ teams.lumina ]; }; } diff --git a/pkgs/desktops/lxqt/compton-conf/default.nix b/pkgs/desktops/lxqt/compton-conf/default.nix index 3db308a08c7c1..05215e1c7e8a1 100644 --- a/pkgs/desktops/lxqt/compton-conf/default.nix +++ b/pkgs/desktops/lxqt/compton-conf/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation rec { mainProgram = "compton-conf"; license = licenses.lgpl21Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/libdbusmenu-lxqt/default.nix b/pkgs/desktops/lxqt/libdbusmenu-lxqt/default.nix index 3c71e8d3268df..a248471683d1d 100644 --- a/pkgs/desktops/lxqt/libdbusmenu-lxqt/default.nix +++ b/pkgs/desktops/lxqt/libdbusmenu-lxqt/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lxqt/libdbusmenu-lxqt"; license = licenses.lgpl21Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/libfm-qt/default.nix b/pkgs/desktops/lxqt/libfm-qt/default.nix index 734818687e4d7..963674ef12946 100644 --- a/pkgs/desktops/lxqt/libfm-qt/default.nix +++ b/pkgs/desktops/lxqt/libfm-qt/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { description = "Core library of PCManFM-Qt (Qt binding for libfm)"; license = licenses.lgpl21Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/liblxqt/default.nix b/pkgs/desktops/lxqt/liblxqt/default.nix index 2e884006e2a78..f5216c28e53dd 100644 --- a/pkgs/desktops/lxqt/liblxqt/default.nix +++ b/pkgs/desktops/lxqt/liblxqt/default.nix @@ -59,6 +59,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lxqt/liblxqt"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/libqtxdg/default.nix b/pkgs/desktops/lxqt/libqtxdg/default.nix index 70a153b22ac43..07c298747d1a4 100644 --- a/pkgs/desktops/lxqt/libqtxdg/default.nix +++ b/pkgs/desktops/lxqt/libqtxdg/default.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { description = "Qt implementation of freedesktop.org xdg specs"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/libsysstat/default.nix b/pkgs/desktops/lxqt/libsysstat/default.nix index 2030d5579e32d..be9f702057ee7 100644 --- a/pkgs/desktops/lxqt/libsysstat/default.nix +++ b/pkgs/desktops/lxqt/libsysstat/default.nix @@ -38,6 +38,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lxqt/libsysstat"; license = licenses.lgpl21Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lximage-qt/default.nix b/pkgs/desktops/lxqt/lximage-qt/default.nix index 9beecc88fe056..82475fe1f0e64 100644 --- a/pkgs/desktops/lxqt/lximage-qt/default.nix +++ b/pkgs/desktops/lxqt/lximage-qt/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { mainProgram = "lximage-qt"; license = licenses.gpl2Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-about/default.nix b/pkgs/desktops/lxqt/lxqt-about/default.nix index 08103ae0f946a..eb98b6bad08f4 100644 --- a/pkgs/desktops/lxqt/lxqt-about/default.nix +++ b/pkgs/desktops/lxqt/lxqt-about/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { mainProgram = "lxqt-about"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-admin/default.nix b/pkgs/desktops/lxqt/lxqt-admin/default.nix index 12fca14d95bf8..a97873c2892fa 100644 --- a/pkgs/desktops/lxqt/lxqt-admin/default.nix +++ b/pkgs/desktops/lxqt/lxqt-admin/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { description = "LXQt system administration tool"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-archiver/default.nix b/pkgs/desktops/lxqt/lxqt-archiver/default.nix index 144c819a177e6..db3e5c0228590 100644 --- a/pkgs/desktops/lxqt/lxqt-archiver/default.nix +++ b/pkgs/desktops/lxqt/lxqt-archiver/default.nix @@ -54,6 +54,7 @@ stdenv.mkDerivation rec { mainProgram = "lxqt-archiver"; license = licenses.gpl2Plus; platforms = with platforms; unix; - maintainers = with maintainers; [ jchw ] ++ teams.lxqt.members; + maintainers = with maintainers; [ jchw ]; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-build-tools/default.nix b/pkgs/desktops/lxqt/lxqt-build-tools/default.nix index 15c2a73c9f0f8..556901cbad0ea 100644 --- a/pkgs/desktops/lxqt/lxqt-build-tools/default.nix +++ b/pkgs/desktops/lxqt/lxqt-build-tools/default.nix @@ -69,6 +69,6 @@ stdenv.mkDerivation rec { mainProgram = "lxqt-transupdate"; license = licenses.lgpl21Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-config/default.nix b/pkgs/desktops/lxqt/lxqt-config/default.nix index 6977648d4e065..d6a73eacd23cc 100644 --- a/pkgs/desktops/lxqt/lxqt-config/default.nix +++ b/pkgs/desktops/lxqt/lxqt-config/default.nix @@ -81,7 +81,7 @@ stdenv.mkDerivation rec { description = "Tools to configure LXQt and the underlying operating system"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix b/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix index 4e2cb1a8c705f..2e81f345e6310 100644 --- a/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix +++ b/pkgs/desktops/lxqt/lxqt-globalkeys/default.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { description = "LXQt service for global keyboard shortcuts registration"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-menu-data/default.nix b/pkgs/desktops/lxqt/lxqt-menu-data/default.nix index ccb89df6fd59f..3d5ca067d6501 100644 --- a/pkgs/desktops/lxqt/lxqt-menu-data/default.nix +++ b/pkgs/desktops/lxqt/lxqt-menu-data/default.nix @@ -34,6 +34,6 @@ stdenv.mkDerivation rec { description = "Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-notificationd/default.nix b/pkgs/desktops/lxqt/lxqt-notificationd/default.nix index df05f4664e66c..f08fa909adb4b 100644 --- a/pkgs/desktops/lxqt/lxqt-notificationd/default.nix +++ b/pkgs/desktops/lxqt/lxqt-notificationd/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { description = "LXQt notification daemon"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix b/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix index e496260b7fe4e..ee23ea1bdcac9 100644 --- a/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix +++ b/pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { description = "GUI to query passwords on behalf of SSH agents"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; mainProgram = "lxqt-openssh-askpass"; }; } diff --git a/pkgs/desktops/lxqt/lxqt-panel/default.nix b/pkgs/desktops/lxqt/lxqt-panel/default.nix index d352e4bdb2681..42edf3ed126f1 100644 --- a/pkgs/desktops/lxqt/lxqt-panel/default.nix +++ b/pkgs/desktops/lxqt/lxqt-panel/default.nix @@ -88,6 +88,6 @@ stdenv.mkDerivation rec { mainProgram = "lxqt-panel"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-policykit/default.nix b/pkgs/desktops/lxqt/lxqt-policykit/default.nix index 5a632594dde5d..30aff45ade877 100644 --- a/pkgs/desktops/lxqt/lxqt-policykit/default.nix +++ b/pkgs/desktops/lxqt/lxqt-policykit/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { mainProgram = "lxqt-policykit-agent"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix b/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix index f24d1d62f02e2..33d5a2dbf6630 100644 --- a/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix +++ b/pkgs/desktops/lxqt/lxqt-powermanagement/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { description = "Power management module for LXQt"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix index 7efceeb7dad8a..156ef558d5677 100644 --- a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix +++ b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix @@ -59,6 +59,6 @@ stdenv.mkDerivation rec { description = "LXQt Qt platform integration plugin"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-runner/default.nix b/pkgs/desktops/lxqt/lxqt-runner/default.nix index dd3cb3190bc6f..b535d911491f4 100644 --- a/pkgs/desktops/lxqt/lxqt-runner/default.nix +++ b/pkgs/desktops/lxqt/lxqt-runner/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { mainProgram = "lxqt-runner"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-session/default.nix b/pkgs/desktops/lxqt/lxqt-session/default.nix index e01b14f308888..05407ef228908 100644 --- a/pkgs/desktops/lxqt/lxqt-session/default.nix +++ b/pkgs/desktops/lxqt/lxqt-session/default.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { description = "Alternative session manager ported from the original razor-session"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-sudo/default.nix b/pkgs/desktops/lxqt/lxqt-sudo/default.nix index 0db1cefbafb81..e65e8b3507ed7 100644 --- a/pkgs/desktops/lxqt/lxqt-sudo/default.nix +++ b/pkgs/desktops/lxqt/lxqt-sudo/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { description = "GUI frontend for sudo/su"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-themes/default.nix b/pkgs/desktops/lxqt/lxqt-themes/default.nix index 0b90cbfd4a8f6..13f0206348a5d 100644 --- a/pkgs/desktops/lxqt/lxqt-themes/default.nix +++ b/pkgs/desktops/lxqt/lxqt-themes/default.nix @@ -30,6 +30,6 @@ stdenv.mkDerivation rec { description = "Themes, graphics and icons for LXQt"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/lxqt-wayland-session/default.nix b/pkgs/desktops/lxqt/lxqt-wayland-session/default.nix index 430cde7762c5f..be067325c904f 100644 --- a/pkgs/desktops/lxqt/lxqt-wayland-session/default.nix +++ b/pkgs/desktops/lxqt/lxqt-wayland-session/default.nix @@ -72,6 +72,6 @@ stdenv.mkDerivation rec { mit ]; platforms = lib.platforms.linux; - maintainers = lib.teams.lxqt.members; + teams = [ lib.teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/obconf-qt/default.nix b/pkgs/desktops/lxqt/obconf-qt/default.nix index 7ab69bbdd9738..d813f05fef2b3 100644 --- a/pkgs/desktops/lxqt/obconf-qt/default.nix +++ b/pkgs/desktops/lxqt/obconf-qt/default.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation rec { mainProgram = "obconf-qt"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; - maintainers = lib.teams.lxqt.members; + teams = [ lib.teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/pavucontrol-qt/default.nix b/pkgs/desktops/lxqt/pavucontrol-qt/default.nix index 0244300f3ed2f..935f516a7204f 100644 --- a/pkgs/desktops/lxqt/pavucontrol-qt/default.nix +++ b/pkgs/desktops/lxqt/pavucontrol-qt/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { mainProgram = "pavucontrol-qt"; license = lib.licenses.gpl2Plus; platforms = with lib.platforms; linux; - maintainers = lib.teams.lxqt.members; + teams = [ lib.teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix index 4b23fb6e37d55..4fae87a35cde7 100644 --- a/pkgs/desktops/lxqt/pcmanfm-qt/default.nix +++ b/pkgs/desktops/lxqt/pcmanfm-qt/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { mainProgram = "pcmanfm-qt"; license = licenses.gpl2Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/qlipper/default.nix b/pkgs/desktops/lxqt/qlipper/default.nix index e958658f3c9c5..d188bdc262ff2 100644 --- a/pkgs/desktops/lxqt/qlipper/default.nix +++ b/pkgs/desktops/lxqt/qlipper/default.nix @@ -38,6 +38,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/pvanek/qlipper"; license = licenses.gpl2Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/qps/default.nix b/pkgs/desktops/lxqt/qps/default.nix index ea9da54dfb64a..a001e983468dd 100644 --- a/pkgs/desktops/lxqt/qps/default.nix +++ b/pkgs/desktops/lxqt/qps/default.nix @@ -50,6 +50,6 @@ stdenv.mkDerivation rec { mainProgram = "qps"; license = licenses.gpl2Plus; platforms = with platforms; linux; # does not build on darwin - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/qterminal/default.nix b/pkgs/desktops/lxqt/qterminal/default.nix index 823a3b09cc9e9..7890c491ef5a2 100644 --- a/pkgs/desktops/lxqt/qterminal/default.nix +++ b/pkgs/desktops/lxqt/qterminal/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { mainProgram = "qterminal"; license = licenses.gpl2Plus; platforms = with platforms; unix; - maintainers = with maintainers; teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/qtermwidget/default.nix b/pkgs/desktops/lxqt/qtermwidget/default.nix index ac06cab1d0539..61d1485c18a03 100644 --- a/pkgs/desktops/lxqt/qtermwidget/default.nix +++ b/pkgs/desktops/lxqt/qtermwidget/default.nix @@ -46,6 +46,6 @@ stdenv.mkDerivation rec { description = "Terminal emulator widget for Qt, used by QTerminal"; license = licenses.gpl2Plus; platforms = with platforms; unix; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/qtxdg-tools/default.nix b/pkgs/desktops/lxqt/qtxdg-tools/default.nix index 8971a3aa1fe00..bdbcdb60d1a8e 100644 --- a/pkgs/desktops/lxqt/qtxdg-tools/default.nix +++ b/pkgs/desktops/lxqt/qtxdg-tools/default.nix @@ -42,6 +42,6 @@ stdenv.mkDerivation rec { mainProgram = "qtxdg-mat"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/lxqt/screengrab/default.nix b/pkgs/desktops/lxqt/screengrab/default.nix index ac14483f1cea5..2d59f56121125 100644 --- a/pkgs/desktops/lxqt/screengrab/default.nix +++ b/pkgs/desktops/lxqt/screengrab/default.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation rec { mainProgram = "screengrab"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.lxqt.members; + teams = [ teams.lxqt ]; }; } diff --git a/pkgs/desktops/mate/atril/default.nix b/pkgs/desktops/mate/atril/default.nix index f457772b4d2dc..26f8541abeb2d 100644 --- a/pkgs/desktops/mate/atril/default.nix +++ b/pkgs/desktops/mate/atril/default.nix @@ -83,6 +83,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/caja-dropbox/default.nix b/pkgs/desktops/mate/caja-dropbox/default.nix index 9bce1b56f5316..c2c21eed39bfb 100644 --- a/pkgs/desktops/mate/caja-dropbox/default.nix +++ b/pkgs/desktops/mate/caja-dropbox/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { cc-by-nd-30 ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/caja-extensions/default.nix b/pkgs/desktops/mate/caja-extensions/default.nix index f51e57229436a..25c8d3a488637 100644 --- a/pkgs/desktops/mate/caja-extensions/default.nix +++ b/pkgs/desktops/mate/caja-extensions/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/caja/default.nix b/pkgs/desktops/mate/caja/default.nix index b39f302274a33..a32a4f2659ec6 100644 --- a/pkgs/desktops/mate/caja/default.nix +++ b/pkgs/desktops/mate/caja/default.nix @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/engrampa/default.nix b/pkgs/desktops/mate/engrampa/default.nix index 2b7f8a266dd70..9a27f29bb5515 100644 --- a/pkgs/desktops/mate/engrampa/default.nix +++ b/pkgs/desktops/mate/engrampa/default.nix @@ -69,6 +69,6 @@ stdenv.mkDerivation rec { fdl11Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/eom/default.nix b/pkgs/desktops/mate/eom/default.nix index 01566f483a6b9..2d5fc1840b9be 100644 --- a/pkgs/desktops/mate/eom/default.nix +++ b/pkgs/desktops/mate/eom/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/libmatekbd/default.nix b/pkgs/desktops/mate/libmatekbd/default.nix index c63ecc5b02505..7550712b495e8 100644 --- a/pkgs/desktops/mate/libmatekbd/default.nix +++ b/pkgs/desktops/mate/libmatekbd/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/libmatekbd"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/libmatemixer/default.nix b/pkgs/desktops/mate/libmatemixer/default.nix index c5d1f280eaf94..22d8d32d0031e 100644 --- a/pkgs/desktops/mate/libmatemixer/default.nix +++ b/pkgs/desktops/mate/libmatemixer/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/libmatemixer"; license = licenses.lgpl2Plus; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/libmateweather/default.nix b/pkgs/desktops/mate/libmateweather/default.nix index cec3264cefc71..2315ba4c11a9b 100644 --- a/pkgs/desktops/mate/libmateweather/default.nix +++ b/pkgs/desktops/mate/libmateweather/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/libmateweather"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/marco/default.nix b/pkgs/desktops/mate/marco/default.nix index 69afbe4625e66..322af8e6a1926 100644 --- a/pkgs/desktops/mate/marco/default.nix +++ b/pkgs/desktops/mate/marco/default.nix @@ -68,6 +68,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/marco"; license = [ licenses.gpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-applets/default.nix b/pkgs/desktops/mate/mate-applets/default.nix index 4b58224535f46..4564b721d5a93 100644 --- a/pkgs/desktops/mate/mate-applets/default.nix +++ b/pkgs/desktops/mate/mate-applets/default.nix @@ -79,6 +79,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-backgrounds/default.nix b/pkgs/desktops/mate/mate-backgrounds/default.nix index 191c74b32325f..9e9b91767226c 100644 --- a/pkgs/desktops/mate/mate-backgrounds/default.nix +++ b/pkgs/desktops/mate/mate-backgrounds/default.nix @@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation rec { cc-by-sa-40 ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-calc/default.nix b/pkgs/desktops/mate/mate-calc/default.nix index 96cf3ec8394e6..382cb7c752a09 100644 --- a/pkgs/desktops/mate/mate-calc/default.nix +++ b/pkgs/desktops/mate/mate-calc/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = [ licenses.gpl2Plus ]; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-common/default.nix b/pkgs/desktops/mate/mate-common/default.nix index ece5fbc9b47a0..2d187afe83516 100644 --- a/pkgs/desktops/mate/mate-common/default.nix +++ b/pkgs/desktops/mate/mate-common/default.nix @@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-control-center/default.nix b/pkgs/desktops/mate/mate-control-center/default.nix index 6d123dc7c4d28..cc18019d03321 100644 --- a/pkgs/desktops/mate/mate-control-center/default.nix +++ b/pkgs/desktops/mate/mate-control-center/default.nix @@ -97,6 +97,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/mate-control-center"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-desktop/default.nix b/pkgs/desktops/mate/mate-desktop/default.nix index 83dc816bb9b04..614bd9b133909 100644 --- a/pkgs/desktops/mate/mate-desktop/default.nix +++ b/pkgs/desktops/mate/mate-desktop/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-icon-theme-faenza/default.nix b/pkgs/desktops/mate/mate-icon-theme-faenza/default.nix index 9ebf5f62e33a9..d7d23f6ef240c 100644 --- a/pkgs/desktops/mate/mate-icon-theme-faenza/default.nix +++ b/pkgs/desktops/mate/mate-icon-theme-faenza/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-icon-theme/default.nix b/pkgs/desktops/mate/mate-icon-theme/default.nix index 51f1b1f0587bd..bd81070193ca8 100644 --- a/pkgs/desktops/mate/mate-icon-theme/default.nix +++ b/pkgs/desktops/mate/mate-icon-theme/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-indicator-applet/default.nix b/pkgs/desktops/mate/mate-indicator-applet/default.nix index 0dd67f799fa7a..1c5a7f85df221 100644 --- a/pkgs/desktops/mate/mate-indicator-applet/default.nix +++ b/pkgs/desktops/mate/mate-indicator-applet/default.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-media/default.nix b/pkgs/desktops/mate/mate-media/default.nix index e541aee18f2dd..dfa4db8ddc891 100644 --- a/pkgs/desktops/mate/mate-media/default.nix +++ b/pkgs/desktops/mate/mate-media/default.nix @@ -55,6 +55,7 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members ++ (with maintainers; [ chpatrick ]); + maintainers = with maintainers; [ chpatrick ]; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-menus/default.nix b/pkgs/desktops/mate/mate-menus/default.nix index 10377df569a3e..501870087eaaf 100644 --- a/pkgs/desktops/mate/mate-menus/default.nix +++ b/pkgs/desktops/mate/mate-menus/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-netbook/default.nix b/pkgs/desktops/mate/mate-netbook/default.nix index 5bda4e307c927..e3dce623800bd 100644 --- a/pkgs/desktops/mate/mate-netbook/default.nix +++ b/pkgs/desktops/mate/mate-netbook/default.nix @@ -56,6 +56,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix index 2f1b83ad5c3ee..2d71ec226d462 100644 --- a/pkgs/desktops/mate/mate-notification-daemon/default.nix +++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { gpl3Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-panel/default.nix b/pkgs/desktops/mate/mate-panel/default.nix index b89dff709e618..58824e4d0d55c 100644 --- a/pkgs/desktops/mate/mate-panel/default.nix +++ b/pkgs/desktops/mate/mate-panel/default.nix @@ -92,6 +92,6 @@ stdenv.mkDerivation rec { fdl11Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-polkit/default.nix b/pkgs/desktops/mate/mate-polkit/default.nix index 2322e81d513e7..61baafc75b324 100644 --- a/pkgs/desktops/mate/mate-polkit/default.nix +++ b/pkgs/desktops/mate/mate-polkit/default.nix @@ -41,6 +41,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = [ licenses.gpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-power-manager/default.nix b/pkgs/desktops/mate/mate-power-manager/default.nix index 4ab93fe630247..86259bfbaf763 100644 --- a/pkgs/desktops/mate/mate-power-manager/default.nix +++ b/pkgs/desktops/mate/mate-power-manager/default.nix @@ -66,6 +66,7 @@ stdenv.mkDerivation rec { fdl11Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members ++ (with maintainers; [ chpatrick ]); + maintainers = with maintainers; [ chpatrick ]; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-screensaver/default.nix b/pkgs/desktops/mate/mate-screensaver/default.nix index 0f1682198a1ee..15c908a49a650 100644 --- a/pkgs/desktops/mate/mate-screensaver/default.nix +++ b/pkgs/desktops/mate/mate-screensaver/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-sensors-applet/default.nix b/pkgs/desktops/mate/mate-sensors-applet/default.nix index ee3a6fe51cee0..4f4c9c5bcc0c2 100644 --- a/pkgs/desktops/mate/mate-sensors-applet/default.nix +++ b/pkgs/desktops/mate/mate-sensors-applet/default.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { description = "MATE panel applet for hardware sensors"; license = with licenses; [ gpl2Plus ]; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-session-manager/default.nix b/pkgs/desktops/mate/mate-session-manager/default.nix index e71cc1b76ea46..d86aa7e1029f2 100644 --- a/pkgs/desktops/mate/mate-session-manager/default.nix +++ b/pkgs/desktops/mate/mate-session-manager/default.nix @@ -79,6 +79,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-settings-daemon/default.nix b/pkgs/desktops/mate/mate-settings-daemon/default.nix index 64bb4b0fc07d6..159822e99a28d 100644 --- a/pkgs/desktops/mate/mate-settings-daemon/default.nix +++ b/pkgs/desktops/mate/mate-settings-daemon/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { mit ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-system-monitor/default.nix b/pkgs/desktops/mate/mate-system-monitor/default.nix index 72c0070c76177..5a05400515883 100644 --- a/pkgs/desktops/mate/mate-system-monitor/default.nix +++ b/pkgs/desktops/mate/mate-system-monitor/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = [ licenses.gpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-terminal/default.nix b/pkgs/desktops/mate/mate-terminal/default.nix index 0007d5e0b40dd..ea23df1d3fa00 100644 --- a/pkgs/desktops/mate/mate-terminal/default.nix +++ b/pkgs/desktops/mate/mate-terminal/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-themes/default.nix b/pkgs/desktops/mate/mate-themes/default.nix index ed203cc7d3e67..689245716b1c4 100644 --- a/pkgs/desktops/mate/mate-themes/default.nix +++ b/pkgs/desktops/mate/mate-themes/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { gpl3Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-tweak/default.nix b/pkgs/desktops/mate/mate-tweak/default.nix index a3b32f0ede773..e078ebbab7ba8 100644 --- a/pkgs/desktops/mate/mate-tweak/default.nix +++ b/pkgs/desktops/mate/mate-tweak/default.nix @@ -82,6 +82,6 @@ python3Packages.buildPythonApplication rec { changelog = "https://github.com/ubuntu-mate/mate-tweak/releases/tag/${version}"; license = [ licenses.gpl2Plus ]; platforms = platforms.linux; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-user-guide/default.nix b/pkgs/desktops/mate/mate-user-guide/default.nix index 3a8377e5e0587..a532c473330eb 100644 --- a/pkgs/desktops/mate/mate-user-guide/default.nix +++ b/pkgs/desktops/mate/mate-user-guide/default.nix @@ -45,6 +45,6 @@ stdenv.mkDerivation rec { fdl11Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-user-share/default.nix b/pkgs/desktops/mate/mate-user-share/default.nix index c6b3544b9074d..77fa04193f87c 100644 --- a/pkgs/desktops/mate/mate-user-share/default.nix +++ b/pkgs/desktops/mate/mate-user-share/default.nix @@ -73,6 +73,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/mate-user-share"; license = with licenses; [ gpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-utils/default.nix b/pkgs/desktops/mate/mate-utils/default.nix index e40f2760d8375..ced2cfb68fb58 100644 --- a/pkgs/desktops/mate/mate-utils/default.nix +++ b/pkgs/desktops/mate/mate-utils/default.nix @@ -75,6 +75,6 @@ stdenv.mkDerivation rec { lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mate-wayland-session/default.nix b/pkgs/desktops/mate/mate-wayland-session/default.nix index 1900c0b7107e4..51dafef9f939f 100644 --- a/pkgs/desktops/mate/mate-wayland-session/default.nix +++ b/pkgs/desktops/mate/mate-wayland-session/default.nix @@ -54,6 +54,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://mate-desktop.org"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/mozo/default.nix b/pkgs/desktops/mate/mozo/default.nix index 5e2f3502a59d1..a37f62e46e7d1 100644 --- a/pkgs/desktops/mate/mozo/default.nix +++ b/pkgs/desktops/mate/mozo/default.nix @@ -51,6 +51,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/mate-desktop/mozo"; license = with licenses; [ lgpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/pluma/default.nix b/pkgs/desktops/mate/pluma/default.nix index 033b6bf4763b3..274d01796e70e 100644 --- a/pkgs/desktops/mate/pluma/default.nix +++ b/pkgs/desktops/mate/pluma/default.nix @@ -69,6 +69,6 @@ stdenv.mkDerivation rec { fdl11Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/mate/python-caja/default.nix b/pkgs/desktops/mate/python-caja/default.nix index ada4bc1b5e353..1474218da56e3 100644 --- a/pkgs/desktops/mate/python-caja/default.nix +++ b/pkgs/desktops/mate/python-caja/default.nix @@ -43,6 +43,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mate-desktop/python-caja"; license = [ licenses.gpl2Plus ]; platforms = platforms.unix; - maintainers = teams.mate.members; + teams = [ teams.mate ]; }; } diff --git a/pkgs/desktops/pantheon/apps/appcenter/default.nix b/pkgs/desktops/pantheon/apps/appcenter/default.nix index ea145ad388c09..0c47e1bc79756 100644 --- a/pkgs/desktops/pantheon/apps/appcenter/default.nix +++ b/pkgs/desktops/pantheon/apps/appcenter/default.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { description = "Open, pay-what-you-want app store for indie developers, designed for elementary OS"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.appcenter"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix b/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix index af8c515326b78..3344779c780f4 100644 --- a/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { description = "Calculator app designed for elementary OS"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.calculator"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix index fba7602500e83..c537825a4c87b 100644 --- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix @@ -65,7 +65,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/calendar"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.calendar"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-camera/default.nix b/pkgs/desktops/pantheon/apps/elementary-camera/default.nix index 9409b5a25c996..6ba592b46a67c 100644 --- a/pkgs/desktops/pantheon/apps/elementary-camera/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-camera/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/camera"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.camera"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix index 513121a336b0a..673d06b33bf73 100644 --- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/code"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.code"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-dock/default.nix b/pkgs/desktops/pantheon/apps/elementary-dock/default.nix index 199e1c82e46d8..ceae7fc7decf9 100644 --- a/pkgs/desktops/pantheon/apps/elementary-dock/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-dock/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/elementary/dock"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.pantheon.members; + teams = [ lib.teams.pantheon ]; mainProgram = "io.elementary.dock"; }; }) diff --git a/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix b/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix index 10ef5782fb74c..37868bf856138 100644 --- a/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/feedback"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.feedback"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix index e1a1b58721b5c..6da7f0d44af4f 100644 --- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix @@ -74,7 +74,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/files"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.files"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-iconbrowser/default.nix b/pkgs/desktops/pantheon/apps/elementary-iconbrowser/default.nix index 4ada527222305..c899fa4f2a873 100644 --- a/pkgs/desktops/pantheon/apps/elementary-iconbrowser/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-iconbrowser/default.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { description = "Browse and find system icons"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.iconbrowser"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-mail/default.nix b/pkgs/desktops/pantheon/apps/elementary-mail/default.nix index 9ef513c325a69..a8b9958f4c8ed 100644 --- a/pkgs/desktops/pantheon/apps/elementary-mail/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-mail/default.nix @@ -72,7 +72,8 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/elementary/mail/releases/tag/${finalAttrs.version}"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ ethancedwards8 ] ++ lib.teams.pantheon.members; + maintainers = with lib.maintainers; [ ethancedwards8 ]; + teams = [ lib.teams.pantheon ]; mainProgram = "io.elementary.mail"; }; }) diff --git a/pkgs/desktops/pantheon/apps/elementary-music/default.nix b/pkgs/desktops/pantheon/apps/elementary-music/default.nix index a0a9b1a719fba..12ebf8b41f9c3 100644 --- a/pkgs/desktops/pantheon/apps/elementary-music/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-music/default.nix @@ -70,7 +70,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/music"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.music"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-photos/default.nix b/pkgs/desktops/pantheon/apps/elementary-photos/default.nix index bfda13868f2f4..479d6fb51baa9 100644 --- a/pkgs/desktops/pantheon/apps/elementary-photos/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-photos/default.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/photos"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.photos"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix b/pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix index 536362efa0a14..58384337a631d 100644 --- a/pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/screenshot"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.screenshot"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix b/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix index 41d5244aeeff2..c44d20f7e5f17 100644 --- a/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation rec { description = "Synced tasks and reminders on elementary OS"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.tasks"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix b/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix index 5497a0a77e9f3..d446dafeae0e2 100644 --- a/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-terminal/default.nix @@ -63,7 +63,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/terminal"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.terminal"; }; } diff --git a/pkgs/desktops/pantheon/apps/elementary-videos/default.nix b/pkgs/desktops/pantheon/apps/elementary-videos/default.nix index 87cbcff8b851c..da3342656e73a 100644 --- a/pkgs/desktops/pantheon/apps/elementary-videos/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-videos/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/videos"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.videos"; }; } diff --git a/pkgs/desktops/pantheon/apps/sideload/default.nix b/pkgs/desktops/pantheon/apps/sideload/default.nix index dbcf1d2ea4549..9a54eccdcdcaa 100644 --- a/pkgs/desktops/pantheon/apps/sideload/default.nix +++ b/pkgs/desktops/pantheon/apps/sideload/default.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { description = "Flatpak installer, designed for elementary OS"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.sideload"; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix index 2583f609718cd..99f59b27bdb96 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix @@ -71,7 +71,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-about"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix index 4456b14805306..705f1bd4684c0 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-applications"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix index 16b54deeefb5a..44636e12b1277 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix @@ -55,7 +55,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-bluetooth"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix index a9503c4fbb3fb..5973b676cdf6d 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-datetime"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix index 6fb63063f4ff9..b78680e13db19 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-display"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix index f6d67728297a5..a4f327a67fb09 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix @@ -74,6 +74,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-keyboard"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix index 5837552a2d470..08548a663b7bc 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-mouse-touchpad"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix index ee7c56c606d39..364cf9f595089 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-network"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix index 5e3622f1ed24f..206cc6538868e 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-notifications"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix index d2d6136bf8d2a..a59ed798df55d 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix index 3d7b419d0f091..6d3c262483852 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix @@ -67,6 +67,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-pantheon-shell"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix index 7c9078ad9b6b6..ec47086559c81 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix @@ -61,6 +61,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-power"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix index a3ad381e12cb1..ffb3cef1ecd1d 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-printers"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix index 3007862edd71b..36eee188c5cbd 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-security-privacy"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix index 94503b403df3d..de4913d2f383d 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-sharing"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix index 45ca8bcc48f5b..dfd572c587ad4 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-sound"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix index bb96b4a8add94..5215ba6630a9b 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard-plug-wacom"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/apps/switchboard/default.nix b/pkgs/desktops/pantheon/apps/switchboard/default.nix index 02eaeae906d9e..595261aa5c123 100644 --- a/pkgs/desktops/pantheon/apps/switchboard/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/switchboard"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.settings"; }; } diff --git a/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix index 408046979745a..7a2c36e3845b7 100644 --- a/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix +++ b/pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix @@ -43,6 +43,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/elementary/stylesheet"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix index 7a3ba9f0020f2..a75c7f4f9ca1c 100644 --- a/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix +++ b/pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix @@ -55,6 +55,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/elementary/icons"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix b/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix index 9aa511fc35b64..4fe57c66467ce 100644 --- a/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix +++ b/pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { description = "Font for concealing text"; homepage = "https://github.com/elementary/fonts"; license = licenses.ofl; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; }; } diff --git a/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix b/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix index d9e01a191b8e9..dc0db48cf4f97 100644 --- a/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix +++ b/pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix @@ -34,6 +34,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/sound-theme"; license = licenses.unlicense; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix b/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix index 0579a6048caed..d0c77815edd67 100644 --- a/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix +++ b/pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix @@ -41,6 +41,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wallpapers"; license = licenses.publicDomain; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/default.nix b/pkgs/desktops/pantheon/default.nix index 8817d42438bb9..04050a28e6d1b 100644 --- a/pkgs/desktops/pantheon/default.nix +++ b/pkgs/desktops/pantheon/default.nix @@ -41,7 +41,7 @@ lib.makeScope pkgs.newScope ( wingpanel-quick-settings ]; - maintainers = lib.teams.pantheon.members; + teams = [ lib.teams.pantheon ]; mutter = pkgs.mutter46; diff --git a/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix b/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix index 8a180593edb02..f47b34d97a2e9 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/default-settings"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix b/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix index 7297f513c8e6c..8197426437242 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix @@ -130,7 +130,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/greeter"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.greeter"; }; } diff --git a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix index d2749bfa54715..5a67fb74b27a1 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/onboarding"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.onboarding"; }; } diff --git a/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix b/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix index 66bd35ff64011..08cac9e735bf3 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/print"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.print"; }; } diff --git a/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix b/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix index 5cdf1966ea76a..ab73700fbb70d 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix @@ -81,6 +81,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/session-settings"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix b/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix index 045d0d5944e48..ce737ccdd4ae5 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/shortcut-overlay"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.shortcut-overlay"; }; } diff --git a/pkgs/desktops/pantheon/desktop/file-roller-contract/default.nix b/pkgs/desktops/pantheon/desktop/file-roller-contract/default.nix index 64a126da88075..2fa5cd9b343d3 100644 --- a/pkgs/desktops/pantheon/desktop/file-roller-contract/default.nix +++ b/pkgs/desktops/pantheon/desktop/file-roller-contract/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { description = "Contractor extension for File Roller"; homepage = "https://github.com/elementary/file-roller-contract"; license = licenses.gpl3Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; }; } diff --git a/pkgs/desktops/pantheon/desktop/gala/default.nix b/pkgs/desktops/pantheon/desktop/gala/default.nix index 12b8ca683b28b..f5a1a89121cc0 100644 --- a/pkgs/desktops/pantheon/desktop/gala/default.nix +++ b/pkgs/desktops/pantheon/desktop/gala/default.nix @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/gala"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "gala"; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix index 8c7a2d63047bd..5c09c8cc59dbd 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-a11y"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix index 023e42f1c4926..8c04ca7a62053 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix @@ -79,6 +79,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/applications-menu"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix index 5b20d161f7b5b..fb536d7b10345 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-bluetooth"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix index afbf08cf401ab..e7f7aa62fab97 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-datetime"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix index 53992f8c7b36c..cdccca9c9cf14 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix @@ -61,6 +61,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-keyboard"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix index 10d0da9acb9cd..148cd094115e4 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-network"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix index 209cb7f220273..3899b3f2399fb 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-nightlight"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix index 5181cb1797beb..1164b4f917b5f 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix @@ -51,6 +51,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-notifications"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix index 28b0333882b9f..e77c22eb4b621 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-power"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/quick-settings/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/quick-settings/default.nix index 13c589fcfe3aa..62fdb94d9369b 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/quick-settings/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/quick-settings/default.nix @@ -74,6 +74,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/elementary/quick-settings"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.pantheon.members; + teams = [ lib.teams.pantheon ]; }; }) diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix index f45aedfdd55ad..73c3802d41438 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel-indicator-sound"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix index d656aea8ac185..95002c80313e6 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/wingpanel"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.wingpanel"; }; } diff --git a/pkgs/desktops/pantheon/libraries/granite/7/default.nix b/pkgs/desktops/pantheon/libraries/granite/7/default.nix index 7e64ff2f18105..a099d23c771d2 100644 --- a/pkgs/desktops/pantheon/libraries/granite/7/default.nix +++ b/pkgs/desktops/pantheon/libraries/granite/7/default.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/granite"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "granite-7-demo"; }; } diff --git a/pkgs/desktops/pantheon/libraries/granite/default.nix b/pkgs/desktops/pantheon/libraries/granite/default.nix index ffbbca7b44c4a..3d32469987f69 100644 --- a/pkgs/desktops/pantheon/libraries/granite/default.nix +++ b/pkgs/desktops/pantheon/libraries/granite/default.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/granite"; license = licenses.lgpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "granite-demo"; }; } diff --git a/pkgs/desktops/pantheon/libraries/pantheon-wayland/default.nix b/pkgs/desktops/pantheon/libraries/pantheon-wayland/default.nix index e3977713aa1ed..d83a0bb595d6a 100644 --- a/pkgs/desktops/pantheon/libraries/pantheon-wayland/default.nix +++ b/pkgs/desktops/pantheon/libraries/pantheon-wayland/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Wayland integration library to the Pantheon Desktop"; homepage = "https://github.com/elementary/pantheon-wayland"; license = lib.licenses.lgpl3Plus; - maintainers = lib.teams.pantheon.members; + teams = [ lib.teams.pantheon ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/pantheon/services/contractor/default.nix b/pkgs/desktops/pantheon/services/contractor/default.nix index d5fbc65636197..bc357af2e2531 100644 --- a/pkgs/desktops/pantheon/services/contractor/default.nix +++ b/pkgs/desktops/pantheon/services/contractor/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/contractor"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "contractor"; }; } diff --git a/pkgs/desktops/pantheon/services/elementary-bluetooth-daemon/default.nix b/pkgs/desktops/pantheon/services/elementary-bluetooth-daemon/default.nix index 5945fa4c798e9..e17e6494cd09b 100644 --- a/pkgs/desktops/pantheon/services/elementary-bluetooth-daemon/default.nix +++ b/pkgs/desktops/pantheon/services/elementary-bluetooth-daemon/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Send and receive files via bluetooth"; homepage = "https://github.com/elementary/bluetooth-daemon"; license = lib.licenses.gpl3Plus; - maintainers = lib.teams.pantheon.members; + teams = [ lib.teams.pantheon ]; platforms = lib.platforms.linux; mainProgram = "io.elementary.bluetooth"; }; diff --git a/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix b/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix index 797c57dee9d9d..3a8f29185beae 100644 --- a/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix +++ b/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/capnet-assist"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; mainProgram = "io.elementary.capnet-assist"; }; } diff --git a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix index c6bf79d93f53b..e34ba7924d850 100644 --- a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix +++ b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { description = "GTK notification server for Pantheon"; homepage = "https://github.com/elementary/notifications"; license = licenses.gpl3Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "io.elementary.notifications"; }; diff --git a/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix b/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix index d745f672478cd..e18390627f5d2 100644 --- a/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix +++ b/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { description = "Settings daemon for Pantheon"; homepage = "https://github.com/elementary/settings-daemon"; license = licenses.gpl3Plus; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; platforms = platforms.linux; mainProgram = "io.elementary.settings-daemon"; }; diff --git a/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix b/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix index 9dd3e6d7217d0..6104330ee48de 100644 --- a/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix +++ b/pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix @@ -57,6 +57,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/pantheon-agent-geoclue2"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix b/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix index 4b7d3ca4e1cf9..7a5aafe321eec 100644 --- a/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix +++ b/pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix @@ -53,6 +53,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/pantheon-agent-polkit"; license = licenses.lgpl21Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix b/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix index cf34497148c53..4fcf0b38af987 100644 --- a/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix +++ b/pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix @@ -59,6 +59,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/elementary/portals"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = teams.pantheon.members; + teams = [ teams.pantheon ]; }; } diff --git a/pkgs/desktops/xfce/applications/catfish/default.nix b/pkgs/desktops/xfce/applications/catfish/default.nix index 4c3bd14bc2a98..23b20da187937 100644 --- a/pkgs/desktops/xfce/applications/catfish/default.nix +++ b/pkgs/desktops/xfce/applications/catfish/default.nix @@ -73,6 +73,6 @@ stdenv.mkDerivation (finalAttrs: { ''; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; }) diff --git a/pkgs/desktops/xfce/applications/gigolo/default.nix b/pkgs/desktops/xfce/applications/gigolo/default.nix index c9207e85ccd59..26159f534861e 100644 --- a/pkgs/desktops/xfce/applications/gigolo/default.nix +++ b/pkgs/desktops/xfce/applications/gigolo/default.nix @@ -22,6 +22,6 @@ mkXfceDerivation { description = "Frontend to easily manage connections to remote filesystems"; mainProgram = "gigolo"; license = with licenses; [ gpl2Only ]; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/mousepad/default.nix b/pkgs/desktops/xfce/applications/mousepad/default.nix index 66e4684f35b47..bbd9e2089b14f 100644 --- a/pkgs/desktops/xfce/applications/mousepad/default.nix +++ b/pkgs/desktops/xfce/applications/mousepad/default.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.xfce.org/apps/mousepad"; license = lib.licenses.gpl2Plus; mainProgram = "mousepad"; - maintainers = lib.teams.xfce.members; + teams = [ lib.teams.xfce ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/xfce/applications/orage/default.nix b/pkgs/desktops/xfce/applications/orage/default.nix index fe64709b16310..c654664ed9c7e 100644 --- a/pkgs/desktops/xfce/applications/orage/default.nix +++ b/pkgs/desktops/xfce/applications/orage/default.nix @@ -34,6 +34,6 @@ mkXfceDerivation { meta = with lib; { description = "Simple calendar application for Xfce"; mainProgram = "orage"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/parole/default.nix b/pkgs/desktops/xfce/applications/parole/default.nix index c6ec0f2be8e3d..59f753cfecf28 100644 --- a/pkgs/desktops/xfce/applications/parole/default.nix +++ b/pkgs/desktops/xfce/applications/parole/default.nix @@ -41,6 +41,6 @@ mkXfceDerivation { meta = with lib; { description = "Modern simple media player"; mainProgram = "parole"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/ristretto/default.nix b/pkgs/desktops/xfce/applications/ristretto/default.nix index 2de8179ce99e8..153c9051b8b5c 100644 --- a/pkgs/desktops/xfce/applications/ristretto/default.nix +++ b/pkgs/desktops/xfce/applications/ristretto/default.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.xfce.org/apps/ristretto"; license = lib.licenses.gpl2Plus; mainProgram = "ristretto"; - maintainers = lib.teams.xfce.members; + teams = [ lib.teams.xfce ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/xfce/applications/xfburn/default.nix b/pkgs/desktops/xfce/applications/xfburn/default.nix index 9212c6857c199..8ebcca1aa114e 100644 --- a/pkgs/desktops/xfce/applications/xfburn/default.nix +++ b/pkgs/desktops/xfce/applications/xfburn/default.nix @@ -39,6 +39,6 @@ mkXfceDerivation { meta = with lib; { description = "Disc burner and project creator for Xfce"; mainProgram = "xfburn"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix b/pkgs/desktops/xfce/applications/xfce4-dict/default.nix index 40d9478f15598..59862d182a865 100644 --- a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-dict/default.nix @@ -26,6 +26,6 @@ mkXfceDerivation { meta = with lib; { description = "Dictionary Client for the Xfce desktop environment"; mainProgram = "xfce4-dict"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix b/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix index f9ef2d4da3fab..e5752fea1ae96 100644 --- a/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix @@ -46,6 +46,6 @@ mkXfceDerivation { meta = with lib; { description = "Simple notification daemon for Xfce"; mainProgram = "xfce4-notifyd-config"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix index 32203b7a5d286..02a0bb707455d 100644 --- a/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-panel-profiles/default.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://docs.xfce.org/apps/xfce4-panel-profiles/start"; description = "Simple application to manage Xfce panel layouts"; mainProgram = "xfce4-panel-profiles"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/xfce/applications/xfce4-screensaver/default.nix b/pkgs/desktops/xfce/applications/xfce4-screensaver/default.nix index a69f97b6e45f7..78690280af4f4 100644 --- a/pkgs/desktops/xfce/applications/xfce4-screensaver/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-screensaver/default.nix @@ -64,6 +64,7 @@ mkXfceDerivation { meta = with lib; { description = "Screensaver for Xfce"; - maintainers = with maintainers; [ symphorien ] ++ teams.xfce.members; + maintainers = with maintainers; [ symphorien ]; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix b/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix index bf7994ffe3ea6..f5391fbfaf5e4 100644 --- a/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-screenshooter/default.nix @@ -65,6 +65,6 @@ mkXfceDerivation { meta = with lib; { description = "Screenshot utility for the Xfce desktop"; mainProgram = "xfce4-screenshooter"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfce4-taskmanager/default.nix b/pkgs/desktops/xfce/applications/xfce4-taskmanager/default.nix index 80637f141d62f..8c2f33e687be1 100644 --- a/pkgs/desktops/xfce/applications/xfce4-taskmanager/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-taskmanager/default.nix @@ -36,6 +36,6 @@ mkXfceDerivation { meta = with lib; { description = "Easy to use task manager for Xfce"; mainProgram = "xfce4-taskmanager"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfce4-terminal/default.nix b/pkgs/desktops/xfce/applications/xfce4-terminal/default.nix index f6acb93dd3a36..7eaf3d0cefc4f 100644 --- a/pkgs/desktops/xfce/applications/xfce4-terminal/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-terminal/default.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.xfce.org/apps/xfce4-terminal"; license = lib.licenses.gpl2Plus; mainProgram = "xfce4-terminal"; - maintainers = lib.teams.xfce.members; + teams = [ lib.teams.xfce ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/xfce/applications/xfce4-volumed-pulse/default.nix b/pkgs/desktops/xfce/applications/xfce4-volumed-pulse/default.nix index c53994322916d..e661ab07edb63 100644 --- a/pkgs/desktops/xfce/applications/xfce4-volumed-pulse/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-volumed-pulse/default.nix @@ -27,6 +27,7 @@ mkXfceDerivation { description = "Volume keys control daemon for Xfce using pulseaudio"; mainProgram = "xfce4-volumed-pulse"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ abbradar ] ++ teams.xfce.members; + maintainers = with maintainers; [ abbradar ]; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfdashboard/default.nix b/pkgs/desktops/xfce/applications/xfdashboard/default.nix index 697df1247e4cc..2e590e4ed8a25 100644 --- a/pkgs/desktops/xfce/applications/xfdashboard/default.nix +++ b/pkgs/desktops/xfce/applications/xfdashboard/default.nix @@ -42,6 +42,6 @@ mkXfceDerivation { meta = with lib; { description = "Gnome shell like dashboard"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/applications/xfmpc/default.nix b/pkgs/desktops/xfce/applications/xfmpc/default.nix index 03f7acb3e6633..4d8bf6bee25db 100644 --- a/pkgs/desktops/xfce/applications/xfmpc/default.nix +++ b/pkgs/desktops/xfce/applications/xfmpc/default.nix @@ -32,7 +32,8 @@ mkXfceDerivation rec { description = "MPD client written in GTK"; homepage = "https://docs.xfce.org/apps/xfmpc/start"; changelog = "https://gitlab.xfce.org/apps/xfmpc/-/blob/xfmpc-${version}/NEWS"; - maintainers = with maintainers; [ doronbehar ] ++ teams.xfce.members; + maintainers = with maintainers; [ doronbehar ]; + teams = [ teams.xfce ]; mainProgram = "xfmpc"; }; } diff --git a/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix b/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix index 721218c47d90b..33de58105de61 100644 --- a/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix +++ b/pkgs/desktops/xfce/art/xfce4-icon-theme/default.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation rec { description = "Icons for Xfce"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/art/xfwm4-themes/default.nix b/pkgs/desktops/xfce/art/xfwm4-themes/default.nix index 61ee66a3b5c98..de2f2eeb294a7 100644 --- a/pkgs/desktops/xfce/art/xfwm4-themes/default.nix +++ b/pkgs/desktops/xfce/art/xfwm4-themes/default.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation rec { description = "Themes for Xfce"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/exo/default.nix b/pkgs/desktops/xfce/core/exo/default.nix index 935d7fd23cf33..99cf8cf46102d 100644 --- a/pkgs/desktops/xfce/core/exo/default.nix +++ b/pkgs/desktops/xfce/core/exo/default.nix @@ -32,6 +32,6 @@ mkXfceDerivation { meta = with lib; { description = "Application library for Xfce"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/garcon/default.nix b/pkgs/desktops/xfce/core/garcon/default.nix index e258604bcb946..7c6a0b23c98da 100644 --- a/pkgs/desktops/xfce/core/garcon/default.nix +++ b/pkgs/desktops/xfce/core/garcon/default.nix @@ -35,6 +35,6 @@ mkXfceDerivation { lgpl2Only fdl11Only ]; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/libxfce4ui/default.nix b/pkgs/desktops/xfce/core/libxfce4ui/default.nix index 103f6f0736503..3b4f1a2458b7e 100644 --- a/pkgs/desktops/xfce/core/libxfce4ui/default.nix +++ b/pkgs/desktops/xfce/core/libxfce4ui/default.nix @@ -62,6 +62,6 @@ mkXfceDerivation { lgpl2Plus lgpl21Plus ]; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/libxfce4util/default.nix b/pkgs/desktops/xfce/core/libxfce4util/default.nix index dfc8f206f3dbc..4b464eae17a93 100644 --- a/pkgs/desktops/xfce/core/libxfce4util/default.nix +++ b/pkgs/desktops/xfce/core/libxfce4util/default.nix @@ -40,6 +40,6 @@ mkXfceDerivation { description = "Extension library for Xfce"; mainProgram = "xfce4-kiosk-query"; license = licenses.lgpl2Plus; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/libxfce4windowing/default.nix b/pkgs/desktops/xfce/core/libxfce4windowing/default.nix index a132cc3151dd4..a79d48d529272 100644 --- a/pkgs/desktops/xfce/core/libxfce4windowing/default.nix +++ b/pkgs/desktops/xfce/core/libxfce4windowing/default.nix @@ -49,6 +49,6 @@ mkXfceDerivation { meta = { description = "Windowing concept abstraction library for X11 and Wayland"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.xfce.members; + teams = [ lib.teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/thunar-volman/default.nix b/pkgs/desktops/xfce/core/thunar-volman/default.nix index a888d5ebe8c7d..d410a246c021b 100644 --- a/pkgs/desktops/xfce/core/thunar-volman/default.nix +++ b/pkgs/desktops/xfce/core/thunar-volman/default.nix @@ -29,6 +29,6 @@ mkXfceDerivation { meta = with lib; { description = "Thunar extension for automatic management of removable drives and media"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/thunar/default.nix b/pkgs/desktops/xfce/core/thunar/default.nix index bfc8b595b2642..3aaed77d8300a 100644 --- a/pkgs/desktops/xfce/core/thunar/default.nix +++ b/pkgs/desktops/xfce/core/thunar/default.nix @@ -78,7 +78,7 @@ let meta = with lib; { description = "Xfce file manager"; mainProgram = "thunar"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; }; diff --git a/pkgs/desktops/xfce/core/tumbler/default.nix b/pkgs/desktops/xfce/core/tumbler/default.nix index 034a6ade836de..4a569bbbfb098 100644 --- a/pkgs/desktops/xfce/core/tumbler/default.nix +++ b/pkgs/desktops/xfce/core/tumbler/default.nix @@ -71,6 +71,6 @@ mkXfceDerivation { meta = with lib; { description = "D-Bus thumbnailer service"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix b/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix index ea624c4e69391..f42997889265b 100644 --- a/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix +++ b/pkgs/desktops/xfce/core/xfce4-appfinder/default.nix @@ -27,6 +27,6 @@ mkXfceDerivation { meta = with lib; { description = "Appfinder for the Xfce4 Desktop Environment"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfce4-dev-tools/default.nix b/pkgs/desktops/xfce/core/xfce4-dev-tools/default.nix index f2a8e6fcd1eec..679e16782c7c9 100644 --- a/pkgs/desktops/xfce/core/xfce4-dev-tools/default.nix +++ b/pkgs/desktops/xfce/core/xfce4-dev-tools/default.nix @@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.xfce.org/xfce/xfce4-dev-tools"; description = "Autoconf macros and scripts to augment app build systems"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; platforms = platforms.linux; }; }) diff --git a/pkgs/desktops/xfce/core/xfce4-panel/default.nix b/pkgs/desktops/xfce/core/xfce4-panel/default.nix index b863995947baf..4138cd8e0ba5e 100644 --- a/pkgs/desktops/xfce/core/xfce4-panel/default.nix +++ b/pkgs/desktops/xfce/core/xfce4-panel/default.nix @@ -61,6 +61,6 @@ mkXfceDerivation { meta = with lib; { description = "Panel for the Xfce desktop environment"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix b/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix index 981c9c5229621..10dfac064a8a1 100644 --- a/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix +++ b/pkgs/desktops/xfce/core/xfce4-power-manager/default.nix @@ -48,6 +48,6 @@ mkXfceDerivation { meta = with lib; { description = "Power manager for the Xfce Desktop Environment"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfce4-session/default.nix b/pkgs/desktops/xfce/core/xfce4-session/default.nix index fb21918501f58..91e8d59800b6c 100644 --- a/pkgs/desktops/xfce/core/xfce4-session/default.nix +++ b/pkgs/desktops/xfce/core/xfce4-session/default.nix @@ -62,6 +62,6 @@ mkXfceDerivation { meta = with lib; { description = "Session manager for Xfce"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfce4-settings/default.nix b/pkgs/desktops/xfce/core/xfce4-settings/default.nix index 459334d865dec..d1665d3aa6673 100644 --- a/pkgs/desktops/xfce/core/xfce4-settings/default.nix +++ b/pkgs/desktops/xfce/core/xfce4-settings/default.nix @@ -65,6 +65,6 @@ mkXfceDerivation { meta = with lib; { description = "Settings manager for Xfce"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfconf/default.nix b/pkgs/desktops/xfce/core/xfconf/default.nix index dc97afbba935d..5b2b83dcccb86 100644 --- a/pkgs/desktops/xfce/core/xfconf/default.nix +++ b/pkgs/desktops/xfce/core/xfconf/default.nix @@ -36,6 +36,6 @@ mkXfceDerivation { meta = with lib; { description = "Simple client-server configuration storage and query system for Xfce"; mainProgram = "xfconf-query"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfdesktop/default.nix b/pkgs/desktops/xfce/core/xfdesktop/default.nix index 09acb879664b2..333c5005fb5cd 100644 --- a/pkgs/desktops/xfce/core/xfdesktop/default.nix +++ b/pkgs/desktops/xfce/core/xfdesktop/default.nix @@ -37,6 +37,6 @@ mkXfceDerivation { meta = with lib; { description = "Xfce's desktop manager"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/core/xfwm4/default.nix b/pkgs/desktops/xfce/core/xfwm4/default.nix index f9015c5dc2165..6455d3bf407c7 100644 --- a/pkgs/desktops/xfce/core/xfwm4/default.nix +++ b/pkgs/desktops/xfce/core/xfwm4/default.nix @@ -42,6 +42,6 @@ mkXfceDerivation { meta = with lib; { description = "Window manager for Xfce"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix index 65a1d5a0963d7..e80e2b58f16bb 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix @@ -28,6 +28,6 @@ mkXfceDerivation { meta = with lib; { description = "Battery plugin for Xfce panel"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix index f146ad78a6b94..85c21e0b50718 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix @@ -41,6 +41,6 @@ mkXfceDerivation { meta = with lib; { description = "Clipboard manager for Xfce panel"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix index 659e8bb3060c1..ea2988edc8cf7 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-cpufreq-plugin/default.nix @@ -24,6 +24,6 @@ mkXfceDerivation { meta = with lib; { description = "CPU Freq load plugin for Xfce panel"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-cpugraph-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-cpugraph-plugin/default.nix index e6e38ef171a88..7b808f305f91a 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-cpugraph-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-cpugraph-plugin/default.nix @@ -34,6 +34,6 @@ mkXfceDerivation { meta = with lib; { description = "CPU graph show for Xfce panel"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix index 641ea795329ec..387f800f98328 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-datetime-plugin/default.nix @@ -27,6 +27,6 @@ mkXfceDerivation { meta = with lib; { description = "Shows the date and time in the panel, and a calendar appears when you left-click on it"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-dockbarx-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-dockbarx-plugin/default.nix index 3f0d0e559318d..6e7035c537204 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-dockbarx-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-dockbarx-plugin/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation rec { description = "Plugins to embed DockbarX into xfce4-panel"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-docklike-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-docklike-plugin/default.nix index 079a58b9cf1d5..29a916adcce9a 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-docklike-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-docklike-plugin/default.nix @@ -35,6 +35,6 @@ mkXfceDerivation { description = "Modern, minimalist taskbar for Xfce"; license = licenses.gpl3; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix index d5b94ff30c452..95f4506e73995 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin/default.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { description = "Rolling eyes (following mouse pointer) plugin for the Xfce panel"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix index 63c4ee9754aa8..96970846b7e80 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { description = "Filesystem usage monitor plugin for the Xfce panel"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix index db753c33998e5..7527abf65e8c4 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { description = "Generic monitor plugin for the Xfce panel"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix index a1812ca7dffe5..21ca6797c7473 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix @@ -44,6 +44,7 @@ stdenv.mkDerivation rec { description = "Workspace switcher plugin for xfce4-panel which can be used for the i3 window manager"; license = licenses.gpl3Plus; platforms = platforms.unix; - maintainers = with maintainers; [ berbiche ] ++ teams.xfce.members; + maintainers = with maintainers; [ berbiche ]; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix index 7bea96464437d..05ef1dccc0ee7 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix @@ -54,6 +54,6 @@ stdenv.mkDerivation rec { description = "Mail watcher plugin for Xfce panel"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-mpc-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-mpc-plugin/default.nix index 163aa063a8506..49ef8f6822c9a 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-mpc-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-mpc-plugin/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { description = "MPD plugin for Xfce panel"; platforms = platforms.linux; license = licenses.bsd2; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-netload-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-netload-plugin/default.nix index dbd2bb31f2858..3cd0e2c76456a 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-netload-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-netload-plugin/default.nix @@ -26,6 +26,6 @@ mkXfceDerivation { meta = with lib; { description = "Internet load speed plugin for Xfce4 panel"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin/default.nix index 08ed6678e589f..cf2159727058f 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-notes-plugin/default.nix @@ -37,6 +37,6 @@ mkXfceDerivation { description = "Sticky notes plugin for Xfce panel"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix index f6f1748a32b81..04bab7d55c687 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-pulseaudio-plugin/default.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Adjust the audio volume of the PulseAudio sound system"; homepage = "https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin"; license = lib.licenses.gpl2Plus; - maintainers = lib.teams.xfce.members; + teams = [ lib.teams.xfce ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix index fa90acacee196..92b00ce574f89 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-sensors-plugin/default.nix @@ -70,6 +70,6 @@ stdenv.mkDerivation rec { mainProgram = "xfce4-sensors"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin/default.nix index 2128d9e99497e..17d0c25af8bb0 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-systemload-plugin/default.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { description = "System load plugin for Xfce panel"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix index 09d6d6fa6fe9b..9a263b13cf0cb 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix @@ -29,6 +29,6 @@ mkXfceDerivation { meta = with lib; { description = "Panel plug-in to take periodical breaks from the computer"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-timer-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-timer-plugin/default.nix index 7dc26f11bcf3f..fd379a3e2d9d5 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-timer-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-timer-plugin/default.nix @@ -52,6 +52,6 @@ stdenv.mkDerivation rec { description = "Simple countdown and alarm plugin for the Xfce panel"; platforms = platforms.linux; license = licenses.gpl2Plus; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix index 1f4c876640215..e14c710b2edc4 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin/default.nix @@ -26,6 +26,6 @@ mkXfceDerivation { meta = with lib; { description = "Command-line plugin"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix index 3ae26029e8898..5c1e2de1533cc 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix @@ -78,6 +78,6 @@ stdenv.mkDerivation rec { description = "Weather plugin for the Xfce desktop environment"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix index 34897b92b0bd7..7491f8cf28e38 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-whiskermenu-plugin/default.nix @@ -44,6 +44,6 @@ mkXfceDerivation { meta = with lib; { description = "Alternate application launcher for Xfce"; mainProgram = "xfce4-popup-whiskermenu"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-windowck-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-windowck-plugin/default.nix index d3ee36b6effbc..54a32c99b5b37 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-windowck-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-windowck-plugin/default.nix @@ -49,6 +49,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin/default.nix index 3bbeeee710d34..036f9c1eadcde 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin/default.nix @@ -34,6 +34,6 @@ mkXfceDerivation { meta = with lib; { description = "Allows you to setup and use multiple keyboard layouts"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/thunar-plugins/archive/default.nix b/pkgs/desktops/xfce/thunar-plugins/archive/default.nix index 93340bdb623e4..c7a46404c9d88 100644 --- a/pkgs/desktops/xfce/thunar-plugins/archive/default.nix +++ b/pkgs/desktops/xfce/thunar-plugins/archive/default.nix @@ -33,6 +33,6 @@ mkXfceDerivation { meta = with lib; { description = "Thunar plugin providing file context menus for archives"; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix b/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix index 8a379d6c8f3ae..b6fda23741098 100644 --- a/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix +++ b/pkgs/desktops/xfce/thunar-plugins/dropbox/default.nix @@ -40,6 +40,6 @@ stdenv.mkDerivation rec { description = "Plugin that adds context-menu items for Dropbox to Thunar"; license = licenses.gpl3Only; platforms = platforms.linux; - maintainers = with maintainers; [ ] ++ teams.xfce.members; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix b/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix index 586498da7dbdc..ff8dce3843c36 100644 --- a/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix +++ b/pkgs/desktops/xfce/thunar-plugins/media-tags/default.nix @@ -31,6 +31,7 @@ mkXfceDerivation { meta = with lib; { description = "Thunar plugin providing tagging and renaming features for media files"; - maintainers = with maintainers; [ ncfavier ] ++ teams.xfce.members; + maintainers = with maintainers; [ ncfavier ]; + teams = [ teams.xfce ]; }; } diff --git a/pkgs/desktops/xfce/thunar-plugins/vcs/default.nix b/pkgs/desktops/xfce/thunar-plugins/vcs/default.nix index f250fc8502d77..ca61c18632ec2 100644 --- a/pkgs/desktops/xfce/thunar-plugins/vcs/default.nix +++ b/pkgs/desktops/xfce/thunar-plugins/vcs/default.nix @@ -35,6 +35,7 @@ mkXfceDerivation { meta = { description = "Thunar plugin providing support for Subversion and Git"; - maintainers = with lib.maintainers; [ lordmzte ] ++ lib.teams.xfce.members; + maintainers = with lib.maintainers; [ lordmzte ]; + teams = [ lib.teams.xfce ]; }; } diff --git a/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix b/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix index 02501154b8fbc..513ca78f0a977 100644 --- a/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix +++ b/pkgs/development/androidndk-pkgs/androidndk-pkgs.nix @@ -141,7 +141,7 @@ lib.recurseIntoAttrs rec { meta = { description = "The Android NDK toolchain, tuned for other platforms"; license = with lib.licenses; [ unfree ]; - maintainers = lib.teams.android.members; + teams = [ lib.teams.android ]; }; }; diff --git a/pkgs/development/beam-modules/elixir-ls/default.nix b/pkgs/development/beam-modules/elixir-ls/default.nix index 77891bd51268b..75e73ffbe75d5 100644 --- a/pkgs/development/beam-modules/elixir-ls/default.nix +++ b/pkgs/development/beam-modules/elixir-ls/default.nix @@ -89,7 +89,7 @@ mixRelease { license = licenses.asl20; platforms = platforms.unix; mainProgram = "elixir-ls"; - maintainers = teams.beam.members; + teams = [ teams.beam ]; }; passthru.updateScript = nix-update-script { }; } diff --git a/pkgs/development/compilers/abcl/default.nix b/pkgs/development/compilers/abcl/default.nix index 2eb2c18d62c45..4d1d5daf58b41 100644 --- a/pkgs/development/compilers/abcl/default.nix +++ b/pkgs/development/compilers/abcl/default.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://common-lisp.net/project/armedbear/"; license = lib.licenses.gpl2Classpath; mainProgram = "abcl"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = lib.platforms.darwin ++ lib.platforms.linux; }; }) diff --git a/pkgs/development/compilers/ccl/default.nix b/pkgs/development/compilers/ccl/default.nix index f76167f0697d0..4c5b69debedcf 100644 --- a/pkgs/development/compilers/ccl/default.nix +++ b/pkgs/development/compilers/ccl/default.nix @@ -115,7 +115,7 @@ stdenv.mkDerivation rec { homepage = "https://ccl.clozure.com/"; license = licenses.asl20; mainProgram = "ccl"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = attrNames options; }; } diff --git a/pkgs/development/compilers/clasp/default.nix b/pkgs/development/compilers/clasp/default.nix index 3879d0e7360af..96e0a0f792227 100644 --- a/pkgs/development/compilers/clasp/default.nix +++ b/pkgs/development/compilers/clasp/default.nix @@ -77,7 +77,7 @@ stdenv.mkDerivation rec { meta = { description = "Common Lisp implementation based on LLVM with C++ integration"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = [ "x86_64-linux" "x86_64-darwin" diff --git a/pkgs/development/compilers/cmucl/binary.nix b/pkgs/development/compilers/cmucl/binary.nix index eac9f1af818eb..7c50e4ca73210 100644 --- a/pkgs/development/compilers/cmucl/binary.nix +++ b/pkgs/development/compilers/cmucl/binary.nix @@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: { ANSI Common Lisp standard. ''; mainProgram = "lisp"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = [ "i686-linux" "x86_64-linux" diff --git a/pkgs/development/compilers/corretto/mk-corretto.nix b/pkgs/development/compilers/corretto/mk-corretto.nix index baca120db3f92..5395edf5c3c24 100644 --- a/pkgs/development/compilers/corretto/mk-corretto.nix +++ b/pkgs/development/compilers/corretto/mk-corretto.nix @@ -123,6 +123,7 @@ jdk.overrideAttrs ( license = lib.licenses.gpl2Only; description = "Amazon's distribution of OpenJDK"; maintainers = with lib.maintainers; [ rollf ]; + teams = [ ]; }; } ) diff --git a/pkgs/development/compilers/ecl/16.1.2.nix b/pkgs/development/compilers/ecl/16.1.2.nix index 57ae172518d3d..8e5082a9defec 100644 --- a/pkgs/development/compilers/ecl/16.1.2.nix +++ b/pkgs/development/compilers/ecl/16.1.2.nix @@ -100,7 +100,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Lisp implementation aiming to be small, fast and easy to embed"; license = licenses.mit; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = platforms.unix; # never built on aarch64-darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64; diff --git a/pkgs/development/compilers/ecl/default.nix b/pkgs/development/compilers/ecl/default.nix index 8697dccdcc5fe..f7abbf0df4742 100644 --- a/pkgs/development/compilers/ecl/default.nix +++ b/pkgs/development/compilers/ecl/default.nix @@ -95,7 +95,7 @@ stdenv.mkDerivation rec { homepage = "https://common-lisp.net/project/ecl/"; license = licenses.mit; mainProgram = "ecl"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = platforms.unix; changelog = "https://gitlab.com/embeddable-common-lisp/ecl/-/raw/${version}/CHANGELOG"; }; diff --git a/pkgs/development/compilers/flutter/flutter.nix b/pkgs/development/compilers/flutter/flutter.nix index 09ef3d980c29b..a7ca6e9122250 100644 --- a/pkgs/development/compilers/flutter/flutter.nix +++ b/pkgs/development/compilers/flutter/flutter.nix @@ -198,11 +198,10 @@ let "x86_64-darwin" "aarch64-darwin" ]; - maintainers = - teams.flutter.members - ++ (with maintainers; [ - ericdallo - ]); + maintainers = with maintainers; [ + ericdallo + ]; + teams = [ teams.flutter ]; }; }; in diff --git a/pkgs/development/compilers/gcc/common/meta.nix b/pkgs/development/compilers/gcc/common/meta.nix index f9af92746f0bf..716b6e875f24a 100644 --- a/pkgs/development/compilers/gcc/common/meta.nix +++ b/pkgs/development/compilers/gcc/common/meta.nix @@ -23,6 +23,6 @@ in ''; platforms = platforms.unix; - maintainers = teams.gcc.members; + teams = [ teams.gcc ]; } diff --git a/pkgs/development/compilers/gcc/default.nix b/pkgs/development/compilers/gcc/default.nix index 9aaf11c128876..38f17692cefa3 100644 --- a/pkgs/development/compilers/gcc/default.nix +++ b/pkgs/development/compilers/gcc/default.nix @@ -449,7 +449,7 @@ pipe description longDescription platforms - maintainers + teams ; } // optionalAttrs (!atLeast11) { diff --git a/pkgs/development/compilers/gcl/default.nix b/pkgs/development/compilers/gcl/default.nix index ba8c3023894de..bcca6cb9d3b7a 100644 --- a/pkgs/development/compilers/gcl/default.nix +++ b/pkgs/development/compilers/gcl/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "GNU Common Lisp compiler working via GCC"; mainProgram = "gcl"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; license = licenses.gpl2; platforms = platforms.linux; broken = true; # 2025-01-21; to check after 2.7.0 is tagged diff --git a/pkgs/development/compilers/ghc/8.10.7-binary.nix b/pkgs/development/compilers/ghc/8.10.7-binary.nix index 00524b39c8387..40becff837677 100644 --- a/pkgs/development/compilers/ghc/8.10.7-binary.nix +++ b/pkgs/development/compilers/ghc/8.10.7-binary.nix @@ -528,12 +528,10 @@ stdenv.mkDerivation { # long as the evaluator runs on a platform that supports # `pkgsMusl`. platforms = builtins.attrNames ghcBinDists.${distSetName}; - maintainers = - with lib.maintainers; - [ - prusnak - domenkozar - ] - ++ lib.teams.haskell.members; + maintainers = with lib.maintainers; [ + prusnak + domenkozar + ]; + teams = [ lib.teams.haskell ]; }; } diff --git a/pkgs/development/compilers/ghc/8.10.7.nix b/pkgs/development/compilers/ghc/8.10.7.nix index ed14b48743b01..8463b72a432e4 100644 --- a/pkgs/development/compilers/ghc/8.10.7.nix +++ b/pkgs/development/compilers/ghc/8.10.7.nix @@ -631,12 +631,10 @@ stdenv.mkDerivation ( meta = { homepage = "http://haskell.org/ghc"; description = "Glasgow Haskell Compiler"; - maintainers = - with lib.maintainers; - [ - guibou - ] - ++ lib.teams.haskell.members; + maintainers = with lib.maintainers; [ + guibou + ]; + teams = [ lib.teams.haskell ]; timeout = 24 * 3600; platforms = lib.platforms.all; inherit (bootPkgs.ghc.meta) license; diff --git a/pkgs/development/compilers/ghc/8.6.5-binary.nix b/pkgs/development/compilers/ghc/8.6.5-binary.nix index dc425f8858058..4ed8654a0bfa7 100644 --- a/pkgs/development/compilers/ghc/8.6.5-binary.nix +++ b/pkgs/development/compilers/ghc/8.6.5-binary.nix @@ -253,11 +253,9 @@ stdenv.mkDerivation rec { ]; # build segfaults, use ghc8107Binary which has proper musl support instead broken = stdenv.hostPlatform.isMusl; - maintainers = - with lib.maintainers; - [ - guibou - ] - ++ lib.teams.haskell.members; + maintainers = with lib.maintainers; [ + guibou + ]; + teams = [ lib.teams.haskell ]; }; } diff --git a/pkgs/development/compilers/ghc/9.2.4-binary.nix b/pkgs/development/compilers/ghc/9.2.4-binary.nix index 0e83d177e1d11..88b25c4206329 100644 --- a/pkgs/development/compilers/ghc/9.2.4-binary.nix +++ b/pkgs/development/compilers/ghc/9.2.4-binary.nix @@ -489,6 +489,6 @@ stdenv.mkDerivation { # long as the evaluator runs on a platform that supports # `pkgsMusl`. platforms = builtins.attrNames ghcBinDists.${distSetName}; - maintainers = lib.teams.haskell.members; + teams = [ lib.teams.haskell ]; }; } diff --git a/pkgs/development/compilers/ghc/9.6.3-binary.nix b/pkgs/development/compilers/ghc/9.6.3-binary.nix index becb1bb43ce90..73cdc3019418d 100644 --- a/pkgs/development/compilers/ghc/9.6.3-binary.nix +++ b/pkgs/development/compilers/ghc/9.6.3-binary.nix @@ -462,6 +462,6 @@ stdenv.mkDerivation { # long as the evaluator runs on a platform that supports # `pkgsMusl`. platforms = builtins.attrNames ghcBinDists.${distSetName}; - maintainers = lib.teams.haskell.members; + teams = [ lib.teams.haskell ]; }; } diff --git a/pkgs/development/compilers/ghc/common-hadrian.nix b/pkgs/development/compilers/ghc/common-hadrian.nix index e6d90a785c159..267782f3e7706 100644 --- a/pkgs/development/compilers/ghc/common-hadrian.nix +++ b/pkgs/development/compilers/ghc/common-hadrian.nix @@ -782,12 +782,10 @@ stdenv.mkDerivation ( meta = { homepage = "http://haskell.org/ghc"; description = "Glasgow Haskell Compiler"; - maintainers = - with lib.maintainers; - [ - guibou - ] - ++ lib.teams.haskell.members; + maintainers = with lib.maintainers; [ + guibou + ]; + teams = [ lib.teams.haskell ]; timeout = 24 * 3600; platforms = lib.platforms.all; inherit (bootPkgs.ghc.meta) license; diff --git a/pkgs/development/compilers/ghc/common-make-native-bignum.nix b/pkgs/development/compilers/ghc/common-make-native-bignum.nix index b204a1c703638..01fcfd497ad36 100644 --- a/pkgs/development/compilers/ghc/common-make-native-bignum.nix +++ b/pkgs/development/compilers/ghc/common-make-native-bignum.nix @@ -635,12 +635,10 @@ stdenv.mkDerivation ( meta = { homepage = "http://haskell.org/ghc"; description = "Glasgow Haskell Compiler"; - maintainers = - with lib.maintainers; - [ - guibou - ] - ++ lib.teams.haskell.members; + maintainers = with lib.maintainers; [ + guibou + ]; + teams = [ lib.teams.haskell ]; timeout = 24 * 3600; platforms = lib.platforms.all; inherit (bootPkgs.ghc.meta) license; diff --git a/pkgs/development/compilers/go/1.23.nix b/pkgs/development/compilers/go/1.23.nix index 9fb366bf4f429..54ba330d6c7f4 100644 --- a/pkgs/development/compilers/go/1.23.nix +++ b/pkgs/development/compilers/go/1.23.nix @@ -187,7 +187,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Go Programming language"; homepage = "https://go.dev/"; license = licenses.bsd3; - maintainers = teams.golang.members; + teams = [ teams.golang ]; platforms = platforms.darwin ++ platforms.linux ++ platforms.wasi ++ platforms.freebsd; mainProgram = "go"; }; diff --git a/pkgs/development/compilers/go/1.24.nix b/pkgs/development/compilers/go/1.24.nix index 97f4fc14851d7..a6c33a4a67d16 100644 --- a/pkgs/development/compilers/go/1.24.nix +++ b/pkgs/development/compilers/go/1.24.nix @@ -187,7 +187,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Go Programming language"; homepage = "https://go.dev/"; license = licenses.bsd3; - maintainers = teams.golang.members; + teams = [ teams.golang ]; platforms = platforms.darwin ++ platforms.linux ++ platforms.wasi ++ platforms.freebsd; mainProgram = "go"; }; diff --git a/pkgs/development/compilers/go/binary.nix b/pkgs/development/compilers/go/binary.nix index 7fd361f5e4f87..8c6fbeddfbb38 100644 --- a/pkgs/development/compilers/go/binary.nix +++ b/pkgs/development/compilers/go/binary.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation { description = "The Go Programming language"; homepage = "https://go.dev/"; license = lib.licenses.bsd3; - maintainers = lib.teams.golang.members; + teams = [ lib.teams.golang ]; platforms = lib.platforms.darwin ++ lib.platforms.linux; }; } diff --git a/pkgs/development/compilers/graalvm/community-edition/buildGraalvm.nix b/pkgs/development/compilers/graalvm/community-edition/buildGraalvm.nix index 3d7b4096690b5..df80f2fcc13e2 100644 --- a/pkgs/development/compilers/graalvm/community-edition/buildGraalvm.nix +++ b/pkgs/development/compilers/graalvm/community-edition/buildGraalvm.nix @@ -263,7 +263,7 @@ let ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; mainProgram = "java"; - maintainers = with maintainers; teams.graalvm-ce.members ++ [ ]; + teams = [ teams.graalvm-ce ]; } // (args.meta or { }) ); diff --git a/pkgs/development/compilers/graalvm/community-edition/buildGraalvmProduct.nix b/pkgs/development/compilers/graalvm/community-edition/buildGraalvmProduct.nix index 8c5ba7d4c046a..088002e6f6d76 100644 --- a/pkgs/development/compilers/graalvm/community-edition/buildGraalvmProduct.nix +++ b/pkgs/development/compilers/graalvm/community-edition/buildGraalvmProduct.nix @@ -82,7 +82,7 @@ stdenv.mkDerivation ( homepage license sourceProvenance - maintainers + teams platforms ; description = "High-Performance Polyglot VM (Product: ${product})"; diff --git a/pkgs/development/compilers/llvm/common/common-let.nix b/pkgs/development/compilers/llvm/common/common-let.nix index 059e82da7fe19..1a17e39a06908 100644 --- a/pkgs/development/compilers/llvm/common/common-let.nix +++ b/pkgs/development/compilers/llvm/common/common-let.nix @@ -20,7 +20,7 @@ rec { asl20 llvm-exception ]; - maintainers = lib.teams.llvm.members; + teams = [ lib.teams.llvm ]; # See llvm/cmake/config-ix.cmake. platforms = diff --git a/pkgs/development/compilers/mkcl/default.nix b/pkgs/development/compilers/mkcl/default.nix index 620e4716dd5be..c1273d1a306fe 100644 --- a/pkgs/development/compilers/mkcl/default.nix +++ b/pkgs/development/compilers/mkcl/default.nix @@ -70,7 +70,7 @@ stdenv.mkDerivation rec { homepage = "https://common-lisp.net/project/mkcl/"; license = licenses.lgpl2Plus; mainProgram = "mkcl"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/compilers/openjdk/generic.nix b/pkgs/development/compilers/openjdk/generic.nix index 43ce3e68612de..21395f979b6d0 100644 --- a/pkgs/development/compilers/openjdk/generic.nix +++ b/pkgs/development/compilers/openjdk/generic.nix @@ -643,13 +643,11 @@ stdenv.mkDerivation (finalAttrs: { description = "Open-source Java Development Kit"; homepage = "https://openjdk.java.net/"; license = lib.licenses.gpl2Only; - maintainers = - with lib.maintainers; - [ - edwtjo - infinidoge - ] - ++ lib.teams.java.members; + maintainers = with lib.maintainers; [ + edwtjo + infinidoge + ]; + teams = [ lib.teams.java ]; mainProgram = "java"; platforms = [ diff --git a/pkgs/development/compilers/rust/cargo.nix b/pkgs/development/compilers/rust/cargo.nix index a2bd6393246eb..d025d47be1280 100644 --- a/pkgs/development/compilers/rust/cargo.nix +++ b/pkgs/development/compilers/rust/cargo.nix @@ -95,7 +95,7 @@ rustPlatform.buildRustPackage.override homepage = "https://crates.io"; description = "Downloads your Rust project's dependencies and builds your project"; mainProgram = "cargo"; - maintainers = teams.rust.members; + teams = [ teams.rust ]; license = [ licenses.mit licenses.asl20 diff --git a/pkgs/development/compilers/rust/clippy.nix b/pkgs/development/compilers/rust/clippy.nix index 8bb0fec433c17..72a162520cc68 100644 --- a/pkgs/development/compilers/rust/clippy.nix +++ b/pkgs/development/compilers/rust/clippy.nix @@ -43,7 +43,8 @@ rustPlatform.buildRustPackage { homepage = "https://rust-lang.github.io/rust-clippy/"; description = "Bunch of lints to catch common mistakes and improve your Rust code"; mainProgram = "cargo-clippy"; - maintainers = with maintainers; [ basvandijk ] ++ teams.rust.members; + maintainers = with maintainers; [ basvandijk ]; + teams = [ teams.rust ]; license = with licenses; [ mit asl20 diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix index d7a0e3d97873d..e64d0658a13ff 100644 --- a/pkgs/development/compilers/rust/rustc.nix +++ b/pkgs/development/compilers/rust/rustc.nix @@ -412,7 +412,8 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "https://www.rust-lang.org/"; description = "Safe, concurrent, practical language"; - maintainers = with maintainers; [ havvy ] ++ teams.rust.members; + maintainers = with maintainers; [ havvy ]; + teams = [ teams.rust ]; license = [ licenses.mit licenses.asl20 diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix index a8d539cafb047..0d78708d7da3c 100644 --- a/pkgs/development/compilers/sbcl/default.nix +++ b/pkgs/development/compilers/sbcl/default.nix @@ -287,7 +287,7 @@ stdenv.mkDerivation (self: { homepage = "https://sbcl.org"; license = licenses.publicDomain; # and FreeBSD mainProgram = "sbcl"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; platforms = attrNames bootstrapBinaries ++ [ # These aren’t bootstrapped using the binary distribution but compiled # using a separate (lisp) host diff --git a/pkgs/development/compilers/swift/compiler/default.nix b/pkgs/development/compilers/swift/compiler/default.nix index 844bb4c3d6d85..cc0ddfa40e8a9 100644 --- a/pkgs/development/compilers/swift/compiler/default.nix +++ b/pkgs/development/compilers/swift/compiler/default.nix @@ -760,7 +760,7 @@ stdenv.mkDerivation { meta = { description = "Swift Programming Language"; homepage = "https://github.com/apple/swift"; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; license = lib.licenses.asl20; platforms = with lib.platforms; linux ++ darwin; # Swift doesn't support 32-bit Linux, unknown on other platforms. diff --git a/pkgs/development/compilers/swift/foundation/default.nix b/pkgs/development/compilers/swift/foundation/default.nix index c1836607eb11f..c9647c4f41e82 100644 --- a/pkgs/development/compilers/swift/foundation/default.nix +++ b/pkgs/development/compilers/swift/foundation/default.nix @@ -80,6 +80,6 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/swift-corelibs-foundation"; platforms = lib.platforms.linux; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; }; } diff --git a/pkgs/development/compilers/swift/libdispatch/default.nix b/pkgs/development/compilers/swift/libdispatch/default.nix index 0b326af1b33bd..f025fc9ed1124 100644 --- a/pkgs/development/compilers/swift/libdispatch/default.nix +++ b/pkgs/development/compilers/swift/libdispatch/default.nix @@ -48,6 +48,7 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/swift-corelibs-libdispatch"; platforms = lib.platforms.linux; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members ++ (with lib.maintainers; [ cmm ]); + maintainers = with lib.maintainers; [ cmm ]; + teams = [ lib.teams.swift ]; }; } diff --git a/pkgs/development/compilers/swift/sourcekit-lsp/default.nix b/pkgs/development/compilers/swift/sourcekit-lsp/default.nix index 8d425bcc6f5cc..3679b42b1571c 100644 --- a/pkgs/development/compilers/swift/sourcekit-lsp/default.nix +++ b/pkgs/development/compilers/swift/sourcekit-lsp/default.nix @@ -90,6 +90,6 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/sourcekit-lsp"; platforms = with lib.platforms; linux ++ darwin; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; }; } diff --git a/pkgs/development/compilers/swift/swift-docc/default.nix b/pkgs/development/compilers/swift/swift-docc/default.nix index f1c1ee2dcd684..9522c34e9cf75 100644 --- a/pkgs/development/compilers/swift/swift-docc/default.nix +++ b/pkgs/development/compilers/swift/swift-docc/default.nix @@ -66,6 +66,6 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/swift-docc"; platforms = with lib.platforms; linux ++ darwin; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; }; } diff --git a/pkgs/development/compilers/swift/swift-driver/default.nix b/pkgs/development/compilers/swift/swift-driver/default.nix index 1872e9f6a8759..3deca33516868 100644 --- a/pkgs/development/compilers/swift/swift-driver/default.nix +++ b/pkgs/development/compilers/swift/swift-driver/default.nix @@ -86,6 +86,6 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/swift-driver"; platforms = with lib.platforms; linux ++ darwin; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; }; } diff --git a/pkgs/development/compilers/swift/swift-format/default.nix b/pkgs/development/compilers/swift/swift-format/default.nix index eee7dd931026f..810ccab2d612b 100644 --- a/pkgs/development/compilers/swift/swift-format/default.nix +++ b/pkgs/development/compilers/swift/swift-format/default.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/swift-format"; platforms = with lib.platforms; linux ++ darwin; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; mainProgram = "swift-format"; }; } diff --git a/pkgs/development/compilers/swift/swiftpm/default.nix b/pkgs/development/compilers/swift/swiftpm/default.nix index 93d73938be207..be3e00d421b10 100644 --- a/pkgs/development/compilers/swift/swiftpm/default.nix +++ b/pkgs/development/compilers/swift/swiftpm/default.nix @@ -480,7 +480,7 @@ stdenv.mkDerivation ( homepage = "https://github.com/apple/swift-package-manager"; platforms = with lib.platforms; linux ++ darwin; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; }; } ) diff --git a/pkgs/development/compilers/swift/swiftpm2nix/default.nix b/pkgs/development/compilers/swift/swiftpm2nix/default.nix index 5f87f4b1f0063..f0765cb79a0ca 100644 --- a/pkgs/development/compilers/swift/swiftpm2nix/default.nix +++ b/pkgs/development/compilers/swift/swiftpm2nix/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation { meta = { description = "Generate a Nix expression to fetch swiftpm dependencies"; mainProgram = "swiftpm2nix"; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/development/compilers/swift/xctest/default.nix b/pkgs/development/compilers/swift/xctest/default.nix index 59390318c6c4d..86818c76db199 100644 --- a/pkgs/development/compilers/swift/xctest/default.nix +++ b/pkgs/development/compilers/swift/xctest/default.nix @@ -55,6 +55,6 @@ stdenv.mkDerivation { homepage = "https://github.com/apple/swift-corelibs-xctest"; platforms = lib.platforms.all; license = lib.licenses.asl20; - maintainers = lib.teams.swift.members; + teams = [ lib.teams.swift ]; }; } diff --git a/pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix b/pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix index 58803637f81c7..6bd22f31ae0bc 100644 --- a/pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix +++ b/pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix @@ -81,7 +81,8 @@ let ]; description = "${brand-name}, prebuilt OpenJDK binary"; platforms = builtins.map (arch: arch + "-darwin") providedCpuTypes; # some inherit jre.meta.platforms - maintainers = with maintainers; [ taku0 ] ++ lib.teams.java.members; + maintainers = with maintainers; [ taku0 ]; + teams = [ teams.java ]; inherit knownVulnerabilities; mainProgram = "java"; }; diff --git a/pkgs/development/compilers/temurin-bin/jdk-linux-base.nix b/pkgs/development/compilers/temurin-bin/jdk-linux-base.nix index 581dcdcee4f34..0eb936085094d 100644 --- a/pkgs/development/compilers/temurin-bin/jdk-linux-base.nix +++ b/pkgs/development/compilers/temurin-bin/jdk-linux-base.nix @@ -137,7 +137,8 @@ let ]; description = "${brand-name}, prebuilt OpenJDK binary"; platforms = builtins.map (arch: arch + "-linux") providedCpuTypes; # some inherit jre.meta.platforms - maintainers = with maintainers; [ taku0 ] ++ lib.teams.java.members; + maintainers = with maintainers; [ taku0 ]; + teams = [ teams.java ]; inherit knownVulnerabilities; mainProgram = "java"; }; diff --git a/pkgs/development/compilers/vala/default.nix b/pkgs/development/compilers/vala/default.nix index 0c5c18277e2a8..9f80c8382b7b7 100644 --- a/pkgs/development/compilers/vala/default.nix +++ b/pkgs/development/compilers/vala/default.nix @@ -117,13 +117,11 @@ let homepage = "https://vala.dev"; license = licenses.lgpl21Plus; platforms = platforms.unix; - maintainers = - with maintainers; - [ - antono - jtojnar - ] - ++ teams.pantheon.members; + maintainers = with maintainers; [ + antono + jtojnar + ]; + teams = [ teams.pantheon ]; }; } ); diff --git a/pkgs/development/compilers/zig/generic.nix b/pkgs/development/compilers/zig/generic.nix index aaf9526ba4d14..8e0f8317f6191 100644 --- a/pkgs/development/compilers/zig/generic.nix +++ b/pkgs/development/compilers/zig/generic.nix @@ -173,7 +173,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://ziglang.org/"; changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ andrewrk ] ++ lib.teams.zig.members; + maintainers = with lib.maintainers; [ andrewrk ]; + teams = [ lib.teams.zig ]; mainProgram = "zig"; platforms = lib.platforms.unix; }; diff --git a/pkgs/development/compilers/zulu/common.nix b/pkgs/development/compilers/zulu/common.nix index 18ad26152aff5..fbc8c97f8c787 100644 --- a/pkgs/development/compilers/zulu/common.nix +++ b/pkgs/development/compilers/zulu/common.nix @@ -197,7 +197,7 @@ let homepage = "https://www.azul.com/products/zulu/"; license = lib.licenses.gpl2Only; mainProgram = "java"; - maintainers = [ ] ++ lib.teams.java.members; + teams = [ lib.teams.java ]; platforms = builtins.attrNames dists; sourceProvenance = with lib.sourceTypes; [ binaryBytecode diff --git a/pkgs/development/cuda-modules/cuda-library-samples/generic.nix b/pkgs/development/cuda-modules/cuda-library-samples/generic.nix index 4302830ac2002..09440871a69fc 100644 --- a/pkgs/development/cuda-modules/cuda-library-samples/generic.nix +++ b/pkgs/development/cuda-modules/cuda-library-samples/generic.nix @@ -50,7 +50,8 @@ let ''; license = lib.licenses.bsd3; platforms = [ "x86_64-linux" ]; - maintainers = with lib.maintainers; [ obsidian-systems-maintenance ] ++ lib.teams.cuda.members; + maintainers = with lib.maintainers; [ obsidian-systems-maintenance ]; + teams = [ lib.teams.cuda ]; }; }; in diff --git a/pkgs/development/cuda-modules/cuda-samples/generic.nix b/pkgs/development/cuda-modules/cuda-samples/generic.nix index 97e05957d3ed5..b27b993aa0831 100644 --- a/pkgs/development/cuda-modules/cuda-samples/generic.nix +++ b/pkgs/development/cuda-modules/cuda-samples/generic.nix @@ -74,6 +74,7 @@ backendStdenv.mkDerivation (finalAttrs: { # CUDA itself is proprietary, but these sample apps are not. license = lib.licenses.bsd3; platforms = [ "x86_64-linux" ]; - maintainers = with lib.maintainers; [ obsidian-systems-maintenance ] ++ lib.teams.cuda.members; + maintainers = with lib.maintainers; [ obsidian-systems-maintenance ]; + teams = [ lib.teams.cuda ]; }; }) diff --git a/pkgs/development/cuda-modules/cudatoolkit/default.nix b/pkgs/development/cuda-modules/cudatoolkit/default.nix index 15681c2b31c38..c4ec71750f407 100644 --- a/pkgs/development/cuda-modules/cudatoolkit/default.nix +++ b/pkgs/development/cuda-modules/cudatoolkit/default.nix @@ -356,6 +356,6 @@ backendStdenv.mkDerivation rec { homepage = "https://developer.nvidia.com/cuda-toolkit"; platforms = [ "x86_64-linux" ]; license = licenses.nvidiaCuda; - maintainers = teams.cuda.members; + teams = [ teams.cuda ]; }; } diff --git a/pkgs/development/cuda-modules/cudnn-frontend/default.nix b/pkgs/development/cuda-modules/cudnn-frontend/default.nix index 0ed13287e284e..07af94f4e9276 100644 --- a/pkgs/development/cuda-modules/cudnn-frontend/default.nix +++ b/pkgs/development/cuda-modules/cudnn-frontend/default.nix @@ -129,6 +129,7 @@ stdenv.mkDerivation (finalAttrs: { "aarch64-linux" "x86_64-linux" ]; - maintainers = (with lib.maintainers; [ connorbaker ]) ++ lib.teams.cuda.members; + maintainers = with lib.maintainers; [ connorbaker ]; + teams = [ lib.teams.cuda ]; }; }) diff --git a/pkgs/development/cuda-modules/cudnn/fixup.nix b/pkgs/development/cuda-modules/cudnn/fixup.nix index 7262f5baf6226..65a6d81af6632 100644 --- a/pkgs/development/cuda-modules/cudnn/fixup.nix +++ b/pkgs/development/cuda-modules/cudnn/fixup.nix @@ -57,12 +57,13 @@ finalAttrs: prevAttrs: { meta = prevAttrs.meta // { homepage = "https://developer.nvidia.com/cudnn"; maintainers = - prevAttrs.meta.maintainers + prevAttrs.meta.maintainers or [ ] ++ (with maintainers; [ mdaiter samuela connorbaker ]); + teams = prevAttrs.meta.teams or [ ]; license = { shortName = "cuDNN EULA"; fullName = "NVIDIA cuDNN Software License Agreement (EULA)"; diff --git a/pkgs/development/cuda-modules/cusparselt/extension.nix b/pkgs/development/cuda-modules/cusparselt/extension.nix index f7ecfb0f12b62..a41001fedde22 100644 --- a/pkgs/development/cuda-modules/cusparselt/extension.nix +++ b/pkgs/development/cuda-modules/cusparselt/extension.nix @@ -122,7 +122,8 @@ let description = "cuSPARSELt: A High-Performance CUDA Library for Sparse Matrix-Matrix Multiplication"; homepage = "https://developer.nvidia.com/cusparselt-downloads"; - maintainers = prevAttrs.meta.maintainers ++ [ lib.maintainers.sepiabrown ]; + maintainers = prevAttrs.meta.maintainers or [ ] ++ [ lib.maintainers.sepiabrown ]; + teams = prevAttrs.meta.teams or [ ]; license = lib.licenses.unfreeRedistributable // { shortName = "cuSPARSELt EULA"; fullName = "cuSPARSELt SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS"; diff --git a/pkgs/development/cuda-modules/cutensor/extension.nix b/pkgs/development/cuda-modules/cutensor/extension.nix index e1abcd706c6ad..0571c44f0706b 100644 --- a/pkgs/development/cuda-modules/cutensor/extension.nix +++ b/pkgs/development/cuda-modules/cutensor/extension.nix @@ -139,7 +139,8 @@ let meta = prevAttrs.meta // { description = "cuTENSOR: A High-Performance CUDA Library For Tensor Primitives"; homepage = "https://developer.nvidia.com/cutensor"; - maintainers = prevAttrs.meta.maintainers ++ [ lib.maintainers.obsidian-systems-maintenance ]; + maintainers = prevAttrs.meta.maintainers or [ ] ++ [ lib.maintainers.obsidian-systems-maintenance ]; + teams = prevAttrs.meta.teams; license = lib.licenses.unfreeRedistributable // { shortName = "cuTENSOR EULA"; fullName = "cuTENSOR SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS"; diff --git a/pkgs/development/cuda-modules/generic-builders/manifest.nix b/pkgs/development/cuda-modules/generic-builders/manifest.nix index 2d5925514e716..e798bd29b6ea7 100644 --- a/pkgs/development/cuda-modules/generic-builders/manifest.nix +++ b/pkgs/development/cuda-modules/generic-builders/manifest.nix @@ -322,6 +322,6 @@ backendStdenv.mkDerivation (finalAttrs: { in lists.optionals isBadPlatform finalAttrs.meta.platforms; license = licenses.unfree; - maintainers = teams.cuda.members; + teams = [ teams.cuda ]; }; }) diff --git a/pkgs/development/cuda-modules/nccl-tests/default.nix b/pkgs/development/cuda-modules/nccl-tests/default.nix index fedb450d8db02..d00549e637ebe 100644 --- a/pkgs/development/cuda-modules/nccl-tests/default.nix +++ b/pkgs/development/cuda-modules/nccl-tests/default.nix @@ -82,6 +82,7 @@ backendStdenv.mkDerivation (finalAttrs: { platforms = platforms.linux; license = licenses.bsd3; broken = !config.cudaSupport || (mpiSupport && mpi == null); - maintainers = with maintainers; [ jmillerpdt ] ++ teams.cuda.members; + maintainers = with maintainers; [ jmillerpdt ]; + teams = [ teams.cuda ]; }; }) diff --git a/pkgs/development/cuda-modules/nccl/default.nix b/pkgs/development/cuda-modules/nccl/default.nix index 4b9a810981728..1b422fdbfe8cd 100644 --- a/pkgs/development/cuda-modules/nccl/default.nix +++ b/pkgs/development/cuda-modules/nccl/default.nix @@ -119,12 +119,10 @@ backendStdenv.mkDerivation (finalAttrs: { # NCCL is not supported on Jetson, because it does not use NVLink or PCI-e for inter-GPU communication. # https://forums.developer.nvidia.com/t/can-jetson-orin-support-nccl/232845/9 badPlatforms = lib.optionals cudaFlags.isJetsonBuild [ "aarch64-linux" ]; - maintainers = - with maintainers; - [ - mdaiter - orivej - ] - ++ teams.cuda.members; + maintainers = with maintainers; [ + mdaiter + orivej + ]; + teams = [ teams.cuda ]; }; }) diff --git a/pkgs/development/cuda-modules/saxpy/default.nix b/pkgs/development/cuda-modules/saxpy/default.nix index c1d1711fc9974..b214df4a9e878 100644 --- a/pkgs/development/cuda-modules/saxpy/default.nix +++ b/pkgs/development/cuda-modules/saxpy/default.nix @@ -62,7 +62,7 @@ backendStdenv.mkDerivation { meta = rec { description = "Simple (Single-precision AX Plus Y) FindCUDAToolkit.cmake example for testing cross-compilation"; license = lib.licenses.mit; - maintainers = lib.teams.cuda.members; + teams = [ lib.teams.cuda ]; mainProgram = "saxpy"; platforms = lib.platforms.unix; badPlatforms = lib.optionals (flags.isJetsonBuild && cudaOlder "11.4") platforms; diff --git a/pkgs/development/cuda-modules/tensorrt/fixup.nix b/pkgs/development/cuda-modules/tensorrt/fixup.nix index 551a3693b6003..722145a9aac1f 100644 --- a/pkgs/development/cuda-modules/tensorrt/fixup.nix +++ b/pkgs/development/cuda-modules/tensorrt/fixup.nix @@ -113,7 +113,8 @@ finalAttrs: prevAttrs: { prevAttrs.meta.badPlatforms or [ ] ++ lib.optionals (targetArch == "unsupported") [ hostPlatform.system ]; homepage = "https://developer.nvidia.com/tensorrt"; - maintainers = prevAttrs.meta.maintainers ++ [ maintainers.aidalgol ]; + maintainers = prevAttrs.meta.maintainers or [ ] ++ [ maintainers.aidalgol ]; + teams = prevAttrs.meta.teams or [ ]; # Building TensorRT on Hydra is impossible because of the non-redistributable # license and because the source needs to be manually downloaded from the diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix index 971d05b6ef419..103f1e1be6a16 100644 --- a/pkgs/development/haskell-modules/generic-builder.nix +++ b/pkgs/development/haskell-modules/generic-builder.nix @@ -107,6 +107,7 @@ in license, enableParallelBuilding ? true, maintainers ? null, + teams ? null, changelog ? null, mainProgram ? null, doCoverage ? false, @@ -982,6 +983,7 @@ lib.fix ( // optionalAttrs (args ? broken) { inherit broken; } // optionalAttrs (args ? description) { inherit description; } // optionalAttrs (args ? maintainers) { inherit maintainers; } + // optionalAttrs (args ? teams) { inherit teams; } // optionalAttrs (args ? hydraPlatforms) { inherit hydraPlatforms; } // optionalAttrs (args ? badPlatforms) { inherit badPlatforms; } // optionalAttrs (args ? changelog) { inherit changelog; } diff --git a/pkgs/development/interpreters/clisp/default.nix b/pkgs/development/interpreters/clisp/default.nix index 2bcb59fe66f57..e32bbbdf24d2b 100644 --- a/pkgs/development/interpreters/clisp/default.nix +++ b/pkgs/development/interpreters/clisp/default.nix @@ -143,7 +143,7 @@ stdenv.mkDerivation { description = "ANSI Common Lisp Implementation"; homepage = "http://clisp.org"; mainProgram = "clisp"; - maintainers = lib.teams.lisp.members; + teams = [ lib.teams.lisp ]; license = lib.licenses.gpl2Plus; platforms = with lib.platforms; linux ++ darwin; }; diff --git a/pkgs/development/interpreters/elixir/generic-builder.nix b/pkgs/development/interpreters/elixir/generic-builder.nix index 1abbdd25c9892..d014d0cab6737 100644 --- a/pkgs/development/interpreters/elixir/generic-builder.nix +++ b/pkgs/development/interpreters/elixir/generic-builder.nix @@ -132,6 +132,6 @@ stdenv.mkDerivation ({ license = licenses.asl20; platforms = platforms.unix; - maintainers = teams.beam.members; + teams = [ teams.beam ]; }; }) diff --git a/pkgs/development/interpreters/erlang/generic-builder.nix b/pkgs/development/interpreters/erlang/generic-builder.nix index ba1e974fa37bd..c5e5cf18eed53 100644 --- a/pkgs/development/interpreters/erlang/generic-builder.nix +++ b/pkgs/development/interpreters/erlang/generic-builder.nix @@ -245,7 +245,7 @@ stdenv.mkDerivation ( ''; platforms = platforms.unix; - maintainers = teams.beam.members; + teams = [ teams.beam ]; license = licenses.asl20; } // meta diff --git a/pkgs/development/interpreters/lfe/generic-builder.nix b/pkgs/development/interpreters/lfe/generic-builder.nix index a8bf4bc2faaa8..27d1c6d6c85d9 100644 --- a/pkgs/development/interpreters/lfe/generic-builder.nix +++ b/pkgs/development/interpreters/lfe/generic-builder.nix @@ -120,7 +120,7 @@ buildRebar3 { downloadPage = "https://github.com/rvirding/lfe/releases"; license = licenses.asl20; - maintainers = teams.beam.members; + teams = [ teams.beam ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/interpreters/php/generic.nix b/pkgs/development/interpreters/php/generic.nix index 34f654db50841..3362771b77b10 100644 --- a/pkgs/development/interpreters/php/generic.nix +++ b/pkgs/development/interpreters/php/generic.nix @@ -393,7 +393,7 @@ let homepage = "https://www.php.net/"; license = licenses.php301; mainProgram = "php"; - maintainers = teams.php.members; + teams = [ teams.php ]; platforms = platforms.all; outputsToInstall = [ "out" diff --git a/pkgs/development/interpreters/python/cpython/default.nix b/pkgs/development/interpreters/python/cpython/default.nix index b33dc33b5df87..ec2c92a4274be 100644 --- a/pkgs/development/interpreters/python/cpython/default.nix +++ b/pkgs/development/interpreters/python/cpython/default.nix @@ -820,7 +820,7 @@ stdenv.mkDerivation (finalAttrs: { pkgConfigModules = [ "python3" ]; platforms = platforms.linux ++ platforms.darwin ++ platforms.windows ++ platforms.freebsd; mainProgram = executable; - maintainers = lib.teams.python.members; + teams = [ lib.teams.python ]; # static build on x86_64-darwin/aarch64-darwin breaks with: # configure: error: C compiler cannot create executables diff --git a/pkgs/development/libraries/cairomm/1.16.nix b/pkgs/development/libraries/cairomm/1.16.nix index 9ffbc38316a38..28a8eb3c687ca 100644 --- a/pkgs/development/libraries/cairomm/1.16.nix +++ b/pkgs/development/libraries/cairomm/1.16.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation rec { lgpl2Plus mpl10 ]; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/dbus/default.nix b/pkgs/development/libraries/dbus/default.nix index 7170dd4dcdbd7..b4e647d9e8694 100644 --- a/pkgs/development/libraries/dbus/default.nix +++ b/pkgs/development/libraries/dbus/default.nix @@ -140,7 +140,7 @@ stdenv.mkDerivation rec { homepage = "https://www.freedesktop.org/wiki/Software/dbus/"; changelog = "https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-${version}/NEWS"; license = licenses.gpl2Plus; # most is also under AFL-2.1 - maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); + teams = [ teams.freedesktop ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/flint/3.nix b/pkgs/development/libraries/flint/3.nix index 8e49235c6d0d0..2c1b5fc9b3dcd 100644 --- a/pkgs/development/libraries/flint/3.nix +++ b/pkgs/development/libraries/flint/3.nix @@ -77,7 +77,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Fast Library for Number Theory"; license = licenses.lgpl3Plus; - maintainers = with maintainers; [ smasher164 ] ++ teams.sage.members; + maintainers = with maintainers; [ smasher164 ]; + teams = [ teams.sage ]; platforms = platforms.unix; homepage = "https://www.flintlib.org/"; downloadPage = "https://www.flintlib.org/downloads.html"; diff --git a/pkgs/development/libraries/fontconfig/default.nix b/pkgs/development/libraries/fontconfig/default.nix index 7caccd4a28813..a6763f0b66c1f 100644 --- a/pkgs/development/libraries/fontconfig/default.nix +++ b/pkgs/development/libraries/fontconfig/default.nix @@ -103,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://fontconfig.org/"; license = licenses.bsd2; # custom but very bsd-like platforms = platforms.all; - maintainers = with maintainers; teams.freedesktop.members ++ [ ]; + teams = [ teams.freedesktop ]; pkgConfigModules = [ "fontconfig" ]; }; }) diff --git a/pkgs/development/libraries/fplll/default.nix b/pkgs/development/libraries/fplll/default.nix index b00ba47bbe298..7aed90a0707e5 100644 --- a/pkgs/development/libraries/fplll/default.nix +++ b/pkgs/development/libraries/fplll/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { "https://groups.google.com/forum/#!searchin/fplll-devel/FPLLL$20${version}" ]; license = licenses.lgpl21Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/gcr/4.nix b/pkgs/development/libraries/gcr/4.nix index ab8768e576f32..f12fb0fe030f5 100644 --- a/pkgs/development/libraries/gcr/4.nix +++ b/pkgs/development/libraries/gcr/4.nix @@ -110,7 +110,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; description = "GNOME crypto services (daemon and tools)"; mainProgram = "gcr-viewer-gtk4"; homepage = "https://gitlab.gnome.org/GNOME/gcr"; diff --git a/pkgs/development/libraries/gcr/default.nix b/pkgs/development/libraries/gcr/default.nix index 518f403076cfa..469db0714e667 100644 --- a/pkgs/development/libraries/gcr/default.nix +++ b/pkgs/development/libraries/gcr/default.nix @@ -116,7 +116,7 @@ stdenv.mkDerivation rec { meta = with lib; { platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; description = "GNOME crypto services (daemon and tools)"; mainProgram = "gcr-viewer"; homepage = "https://gitlab.gnome.org/GNOME/gcr"; diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix index 95a8e14497d9c..741ba4644d828 100644 --- a/pkgs/development/libraries/gdk-pixbuf/default.nix +++ b/pkgs/development/libraries/gdk-pixbuf/default.nix @@ -177,7 +177,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Library for image loading and manipulation"; homepage = "https://gitlab.gnome.org/GNOME/gdk-pixbuf"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; mainProgram = "gdk-pixbuf-thumbnailer"; pkgConfigModules = [ "gdk-pixbuf-2.0" ]; platforms = platforms.unix; diff --git a/pkgs/development/libraries/geos/default.nix b/pkgs/development/libraries/geos/default.nix index 10b7a377ea632..a11d8097b8e8c 100644 --- a/pkgs/development/libraries/geos/default.nix +++ b/pkgs/development/libraries/geos/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://libgeos.org"; license = licenses.lgpl21Only; mainProgram = "geosop"; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; pkgConfigModules = [ "geos" ]; changelog = "https://github.com/libgeos/geos/releases/tag/${finalAttrs.finalPackage.version}"; }; diff --git a/pkgs/development/libraries/glibmm/2.68.nix b/pkgs/development/libraries/glibmm/2.68.nix index cb7054fe3398d..e3acad3cff171 100644 --- a/pkgs/development/libraries/glibmm/2.68.nix +++ b/pkgs/development/libraries/glibmm/2.68.nix @@ -57,7 +57,8 @@ stdenv.mkDerivation rec { description = "C++ interface to the GLib library"; homepage = "https://gtkmm.org/"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]); + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/gobject-introspection/default.nix b/pkgs/development/libraries/gobject-introspection/default.nix index 08673ee1df73c..38030d5a87d9b 100644 --- a/pkgs/development/libraries/gobject-introspection/default.nix +++ b/pkgs/development/libraries/gobject-introspection/default.nix @@ -187,12 +187,11 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { description = "Middleware layer between C libraries and language bindings"; homepage = "https://gi.readthedocs.io/"; - maintainers = - teams.gnome.members - ++ (with maintainers; [ - lovek323 - artturin - ]); + maintainers = with maintainers; [ + lovek323 + artturin + ]; + teams = [ teams.gnome ]; pkgConfigModules = [ "gobject-introspection-1.0" ]; platforms = platforms.unix; badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ]; diff --git a/pkgs/development/libraries/gssdp/1.6.nix b/pkgs/development/libraries/gssdp/1.6.nix index 54eb043b65ed9..004e9c3dfce9f 100644 --- a/pkgs/development/libraries/gssdp/1.6.nix +++ b/pkgs/development/libraries/gssdp/1.6.nix @@ -86,7 +86,7 @@ stdenv.mkDerivation rec { description = "GObject-based API for handling resource discovery and announcement over SSDP"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.all; }; } diff --git a/pkgs/development/libraries/gssdp/default.nix b/pkgs/development/libraries/gssdp/default.nix index ff30e8748643a..829b973e90971 100644 --- a/pkgs/development/libraries/gssdp/default.nix +++ b/pkgs/development/libraries/gssdp/default.nix @@ -104,7 +104,7 @@ stdenv.mkDerivation rec { description = "GObject-based API for handling resource discovery and announcement over SSDP"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.all; }; } diff --git a/pkgs/development/libraries/gssdp/tools.nix b/pkgs/development/libraries/gssdp/tools.nix index 5013df1b04ece..29843139aa440 100644 --- a/pkgs/development/libraries/gssdp/tools.nix +++ b/pkgs/development/libraries/gssdp/tools.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { mainProgram = "gssdp-device-sniffer"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl2Plus; - maintainers = gssdp_1_6.meta.maintainers; + teams = gssdp_1_6.meta.teams; platforms = platforms.all; }; } diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix index 60e403d580e22..56018a8c18bf9 100644 --- a/pkgs/development/libraries/gtk/3.x.nix +++ b/pkgs/development/libraries/gtk/3.x.nix @@ -284,7 +284,8 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://www.gtk.org/"; license = licenses.lgpl2Plus; - maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; pkgConfigModules = [ "gdk-3.0" diff --git a/pkgs/development/libraries/gtk/4.x.nix b/pkgs/development/libraries/gtk/4.x.nix index 7277fb1ca2c24..297dfa0f08842 100644 --- a/pkgs/development/libraries/gtk/4.x.nix +++ b/pkgs/development/libraries/gtk/4.x.nix @@ -311,7 +311,8 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://www.gtk.org/"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]); + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; platforms = platforms.all; changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${finalAttrs.version}/NEWS"; pkgConfigModules = diff --git a/pkgs/development/libraries/gtkmm/4.x.nix b/pkgs/development/libraries/gtkmm/4.x.nix index 75a54e47625db..f6e13a8c84a95 100644 --- a/pkgs/development/libraries/gtkmm/4.x.nix +++ b/pkgs/development/libraries/gtkmm/4.x.nix @@ -91,7 +91,8 @@ stdenv.mkDerivation rec { ''; homepage = "https://gtkmm.org/"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]); + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/gtksourceview/3.x.nix b/pkgs/development/libraries/gtksourceview/3.x.nix index e3f4c1793f795..583c680da1428 100644 --- a/pkgs/development/libraries/gtksourceview/3.x.nix +++ b/pkgs/development/libraries/gtksourceview/3.x.nix @@ -95,6 +95,6 @@ stdenv.mkDerivation (finalAttrs: { pkgConfigModules = [ "gtksourceview-3.0" ]; platforms = with platforms; linux ++ darwin; license = licenses.lgpl21; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/development/libraries/gtksourceview/4.x.nix b/pkgs/development/libraries/gtksourceview/4.x.nix index e29f0ccdf0c85..347e861e745af 100644 --- a/pkgs/development/libraries/gtksourceview/4.x.nix +++ b/pkgs/development/libraries/gtksourceview/4.x.nix @@ -132,6 +132,6 @@ stdenv.mkDerivation (finalAttrs: { pkgConfigModules = [ "gtksourceview-4" ]; platforms = platforms.unix; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/development/libraries/gtksourceview/5.x.nix b/pkgs/development/libraries/gtksourceview/5.x.nix index 7d951f7bc77e8..8633f7f709c1f 100644 --- a/pkgs/development/libraries/gtksourceview/5.x.nix +++ b/pkgs/development/libraries/gtksourceview/5.x.nix @@ -117,6 +117,6 @@ stdenv.mkDerivation (finalAttrs: { pkgConfigModules = [ "gtksourceview-5" ]; platforms = platforms.unix; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; }) diff --git a/pkgs/development/libraries/gtksourceviewmm/4.x.nix b/pkgs/development/libraries/gtksourceviewmm/4.x.nix index 021dde6d02a5b..42f841483f245 100644 --- a/pkgs/development/libraries/gtksourceviewmm/4.x.nix +++ b/pkgs/development/libraries/gtksourceviewmm/4.x.nix @@ -38,6 +38,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/gtksourceviewmm"; description = "C++ wrapper for gtksourceview"; license = licenses.lgpl2; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/development/libraries/libadwaita/default.nix b/pkgs/development/libraries/libadwaita/default.nix index 42d7be0c068c9..3af3200959531 100644 --- a/pkgs/development/libraries/libadwaita/default.nix +++ b/pkgs/development/libraries/libadwaita/default.nix @@ -142,7 +142,8 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "adwaita-1-demo"; homepage = "https://gitlab.gnome.org/GNOME/libadwaita"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members ++ (with maintainers; [ dotlambda ]); + maintainers = with maintainers; [ dotlambda ]; + teams = [ teams.gnome ]; platforms = platforms.unix; pkgConfigModules = [ "libadwaita-1" ]; }; diff --git a/pkgs/development/libraries/libcec/default.nix b/pkgs/development/libraries/libcec/default.nix index 06eafa84662a8..5a97e5c6d8893 100644 --- a/pkgs/development/libraries/libcec/default.nix +++ b/pkgs/development/libraries/libcec/default.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { homepage = "http://libcec.pulse-eight.com"; license = lib.licenses.gpl2Plus; platforms = platforms.linux; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/development/libraries/libcec/platform.nix b/pkgs/development/libraries/libcec/platform.nix index 66f7b55a999c7..e5e05bde22cac 100644 --- a/pkgs/development/libraries/libcec/platform.nix +++ b/pkgs/development/libraries/libcec/platform.nix @@ -23,6 +23,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Pulse-Eight/platform"; license = lib.licenses.gpl2Plus; platforms = platforms.all; - maintainers = teams.kodi.members; + teams = [ teams.kodi ]; }; } diff --git a/pkgs/development/libraries/libgda/6.x.nix b/pkgs/development/libraries/libgda/6.x.nix index ea2aeae35218b..06f9c064b9da7 100644 --- a/pkgs/development/libraries/libgda/6.x.nix +++ b/pkgs/development/libraries/libgda/6.x.nix @@ -114,7 +114,7 @@ stdenv.mkDerivation rec { # CLI tools gpl2Plus ]; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libgnome-games-support/2.0.nix b/pkgs/development/libraries/libgnome-games-support/2.0.nix index 300375c1843f7..27f69a5bf1e19 100644 --- a/pkgs/development/libraries/libgnome-games-support/2.0.nix +++ b/pkgs/development/libraries/libgnome-games-support/2.0.nix @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { description = "Small library intended for internal use by GNOME Games, but it may be used by others"; homepage = "https://gitlab.gnome.org/GNOME/libgnome-games-support"; license = licenses.lgpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libgnome-games-support/default.nix b/pkgs/development/libraries/libgnome-games-support/default.nix index 2deaadd37839f..f5916e6dd4443 100644 --- a/pkgs/development/libraries/libgnome-games-support/default.nix +++ b/pkgs/development/libraries/libgnome-games-support/default.nix @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { description = "Small library intended for internal use by GNOME Games, but it may be used by others"; homepage = "https://gitlab.gnome.org/GNOME/libgnome-games-support"; license = licenses.lgpl3; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libhandy/default.nix b/pkgs/development/libraries/libhandy/default.nix index 9853dcbd3ff75..f6fdf43b56b01 100644 --- a/pkgs/development/libraries/libhandy/default.nix +++ b/pkgs/development/libraries/libhandy/default.nix @@ -147,7 +147,7 @@ stdenv.mkDerivation rec { mainProgram = "handy-1-demo"; homepage = "https://gitlab.gnome.org/GNOME/libhandy"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/libinput/default.nix b/pkgs/development/libraries/libinput/default.nix index 046823ae7c758..65d8962140175 100644 --- a/pkgs/development/libraries/libinput/default.nix +++ b/pkgs/development/libraries/libinput/default.nix @@ -147,7 +147,8 @@ stdenv.mkDerivation rec { homepage = "https://www.freedesktop.org/wiki/Software/libinput/"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ codyopel ] ++ teams.freedesktop.members; + maintainers = with maintainers; [ codyopel ]; + teams = [ teams.freedesktop ]; changelog = "https://gitlab.freedesktop.org/libinput/libinput/-/releases/${version}"; }; } diff --git a/pkgs/development/libraries/libiodata/default.nix b/pkgs/development/libraries/libiodata/default.nix index 5a855f61f4623..83de828548f5b 100644 --- a/pkgs/development/libraries/libiodata/default.nix +++ b/pkgs/development/libraries/libiodata/default.nix @@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/sailfishos/libiodata"; changelog = "https://github.com/sailfishos/libiodata/releases/tag/${finalAttrs.version}"; license = lib.licenses.lgpl21Only; - maintainers = lib.teams.lomiri.members; + teams = [ lib.teams.lomiri ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/development/libraries/libpeas/2.x.nix b/pkgs/development/libraries/libpeas/2.x.nix index fecb24c1e02a4..6d892a148734f 100644 --- a/pkgs/development/libraries/libpeas/2.x.nix +++ b/pkgs/development/libraries/libpeas/2.x.nix @@ -116,6 +116,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/libpeas"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/development/libraries/libpeas/default.nix b/pkgs/development/libraries/libpeas/default.nix index 2958f8f31b554..98dae265244ae 100644 --- a/pkgs/development/libraries/libpeas/default.nix +++ b/pkgs/development/libraries/libpeas/default.nix @@ -91,6 +91,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/libpeas"; license = licenses.gpl2Plus; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/development/libraries/libqtdbusmock/default.nix b/pkgs/development/libraries/libqtdbusmock/default.nix index c5fcb384530f2..e56ad38ddb1ad 100644 --- a/pkgs/development/libraries/libqtdbusmock/default.nix +++ b/pkgs/development/libraries/libqtdbusmock/default.nix @@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://launchpad.net/libqtdbusmock"; license = licenses.lgpl3Only; platforms = platforms.unix; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; pkgConfigModules = [ "libqtdbusmock-1" ]; diff --git a/pkgs/development/libraries/libqtdbustest/default.nix b/pkgs/development/libraries/libqtdbustest/default.nix index 756fa756c3966..9fc5901af252c 100644 --- a/pkgs/development/libraries/libqtdbustest/default.nix +++ b/pkgs/development/libraries/libqtdbustest/default.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://launchpad.net/libqtdbustest"; license = licenses.lgpl3Only; platforms = platforms.unix; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; mainProgram = "qdbus-simple-test-runner"; pkgConfigModules = [ "libqtdbustest-1" diff --git a/pkgs/development/libraries/librest/1.0.nix b/pkgs/development/libraries/librest/1.0.nix index 4024ecd8a8843..128fd56a57e7a 100644 --- a/pkgs/development/libraries/librest/1.0.nix +++ b/pkgs/development/libraries/librest/1.0.nix @@ -99,6 +99,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/librest"; license = licenses.lgpl21Only; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/development/libraries/librest/default.nix b/pkgs/development/libraries/librest/default.nix index 4bbceccda5056..11652f14c589b 100644 --- a/pkgs/development/libraries/librest/default.nix +++ b/pkgs/development/libraries/librest/default.nix @@ -73,6 +73,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.gnome.org/GNOME/librest"; license = licenses.lgpl21Only; platforms = platforms.unix; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; }; } diff --git a/pkgs/development/libraries/librsvg/default.nix b/pkgs/development/libraries/librsvg/default.nix index cc3931abc4997..14cb0e75a9d44 100644 --- a/pkgs/development/libraries/librsvg/default.nix +++ b/pkgs/development/libraries/librsvg/default.nix @@ -259,7 +259,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Small library to render SVG images to Cairo surfaces"; homepage = "https://gitlab.gnome.org/GNOME/librsvg"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; mainProgram = "rsvg-convert"; platforms = platforms.unix; }; diff --git a/pkgs/development/libraries/libsigcxx/3.0.nix b/pkgs/development/libraries/libsigcxx/3.0.nix index 4e1a656def5a1..2ac12962a4a1d 100644 --- a/pkgs/development/libraries/libsigcxx/3.0.nix +++ b/pkgs/development/libraries/libsigcxx/3.0.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { homepage = "https://libsigcplusplus.github.io/libsigcplusplus/"; description = "Typesafe callback system for standard C++"; license = licenses.lgpl21Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.all; }; } diff --git a/pkgs/development/libraries/libsoup/3.x.nix b/pkgs/development/libraries/libsoup/3.x.nix index 7ab96d085c364..e0f125a2feabf 100644 --- a/pkgs/development/libraries/libsoup/3.x.nix +++ b/pkgs/development/libraries/libsoup/3.x.nix @@ -113,6 +113,6 @@ stdenv.mkDerivation rec { description = "HTTP client/server library for GNOME"; homepage = "https://gitlab.gnome.org/GNOME/libsoup"; license = lib.licenses.lgpl2Plus; - inherit (glib.meta) maintainers platforms; + inherit (glib.meta) maintainers platforms teams; }; } diff --git a/pkgs/development/libraries/libsoup/default.nix b/pkgs/development/libraries/libsoup/default.nix index 79c7f75ef0317..f15210109e44c 100644 --- a/pkgs/development/libraries/libsoup/default.nix +++ b/pkgs/development/libraries/libsoup/default.nix @@ -137,7 +137,7 @@ stdenv.mkDerivation rec { description = "HTTP client/server library for GNOME"; homepage = "https://gitlab.gnome.org/GNOME/libsoup"; license = lib.licenses.lgpl2Plus; - inherit (glib.meta) maintainers platforms; + inherit (glib.meta) maintainers platforms teams; pkgConfigModules = [ "libsoup-2.4" "libsoup-gnome-2.4" diff --git a/pkgs/development/libraries/mapnik/default.nix b/pkgs/development/libraries/mapnik/default.nix index 4769eb7ed11d7..3eeec023540ef 100644 --- a/pkgs/development/libraries/mapnik/default.nix +++ b/pkgs/development/libraries/mapnik/default.nix @@ -125,13 +125,11 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Open source toolkit for developing mapping applications"; homepage = "https://mapnik.org"; - maintainers = - with maintainers; - teams.geospatial.members - ++ [ - hrdinka - hummeltech - ]; + maintainers = with maintainers; [ + hrdinka + hummeltech + ]; + teams = [ teams.geospatial ]; license = licenses.lgpl21Plus; platforms = platforms.all; }; diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix index 3fb0961c6d381..465f24ec26308 100644 --- a/pkgs/development/libraries/openssl/default.nix +++ b/pkgs/development/libraries/openssl/default.nix @@ -300,7 +300,8 @@ let description = "Cryptographic library that implements the SSL and TLS protocols"; license = lib.licenses.openssl; mainProgram = "openssl"; - maintainers = with lib.maintainers; [ thillux ] ++ lib.teams.stridtech.members; + maintainers = with lib.maintainers; [ thillux ]; + teams = [ lib.teams.stridtech ]; pkgConfigModules = [ "libcrypto" "libssl" diff --git a/pkgs/development/libraries/pango/default.nix b/pkgs/development/libraries/pango/default.nix index aebce7dc12103..2ef9fb2e1cacf 100644 --- a/pkgs/development/libraries/pango/default.nix +++ b/pkgs/development/libraries/pango/default.nix @@ -141,7 +141,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.pango.org/"; license = licenses.lgpl2Plus; - maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; + maintainers = with maintainers; [ raskin ]; + teams = [ teams.gnome ]; platforms = platforms.unix; pkgConfigModules = [ diff --git a/pkgs/development/libraries/pangomm/2.48.nix b/pkgs/development/libraries/pangomm/2.48.nix index 79d65cfab329b..fed1004cd70e4 100644 --- a/pkgs/development/libraries/pangomm/2.48.nix +++ b/pkgs/development/libraries/pangomm/2.48.nix @@ -65,12 +65,11 @@ stdenv.mkDerivation rec { ''; homepage = "https://www.pango.org/"; license = licenses.lgpl21Plus; - maintainers = - teams.gnome.members - ++ (with maintainers; [ - lovek323 - raskin - ]); + maintainers = with maintainers; [ + lovek323 + raskin + ]; + teams = [ teams.gnome ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/libraries/poppler/default.nix b/pkgs/development/libraries/poppler/default.nix index 424dd1d608597..557bfd903e5dd 100644 --- a/pkgs/development/libraries/poppler/default.nix +++ b/pkgs/development/libraries/poppler/default.nix @@ -207,6 +207,7 @@ stdenv.mkDerivation (finalAttrs: rec { ''; license = with lib.licenses; [ gpl2Plus ]; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ ttuegel ] ++ lib.teams.freedesktop.members; + maintainers = with lib.maintainers; [ ttuegel ]; + teams = [ lib.teams.freedesktop ]; }; }) diff --git a/pkgs/development/libraries/proj/default.nix b/pkgs/development/libraries/proj/default.nix index 42da509dce8b3..4c26b6d854c8c 100644 --- a/pkgs/development/libraries/proj/default.nix +++ b/pkgs/development/libraries/proj/default.nix @@ -86,7 +86,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Cartographic Projections Library"; homepage = "https://proj.org/"; license = licenses.mit; - maintainers = with maintainers; teams.geospatial.members ++ [ dotlambda ]; + maintainers = with maintainers; [ dotlambda ]; + teams = [ teams.geospatial ]; platforms = platforms.unix; }; }) diff --git a/pkgs/development/libraries/qmenumodel/default.nix b/pkgs/development/libraries/qmenumodel/default.nix index 16e23abcc34a1..5fe61d9418a5f 100644 --- a/pkgs/development/libraries/qmenumodel/default.nix +++ b/pkgs/development/libraries/qmenumodel/default.nix @@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://github.com/AyatanaIndicators/qmenumodel"; license = licenses.lgpl3Only; - maintainers = teams.lomiri.members; + teams = [ teams.lomiri ]; platforms = platforms.linux; pkgConfigModules = [ "qmenumodel" diff --git a/pkgs/development/libraries/sailfish-access-control-plugin/default.nix b/pkgs/development/libraries/sailfish-access-control-plugin/default.nix index b53b46474f890..f9c2c132aebba 100644 --- a/pkgs/development/libraries/sailfish-access-control-plugin/default.nix +++ b/pkgs/development/libraries/sailfish-access-control-plugin/default.nix @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { homepage changelog license - maintainers + teams platforms ; }; diff --git a/pkgs/development/libraries/tclap/1.4.nix b/pkgs/development/libraries/tclap/1.4.nix index 2daa837ad5140..eb3a676807fe4 100644 --- a/pkgs/development/libraries/tclap/1.4.nix +++ b/pkgs/development/libraries/tclap/1.4.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation { description = "Templatized C++ Command Line Parser Library (v1.4)"; homepage = "https://tclap.sourceforge.net/"; license = licenses.mit; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; platforms = platforms.all; }; } diff --git a/pkgs/development/libraries/webkitgtk/default.nix b/pkgs/development/libraries/webkitgtk/default.nix index 409dc44b68296..20adf6ede7152 100644 --- a/pkgs/development/libraries/webkitgtk/default.nix +++ b/pkgs/development/libraries/webkitgtk/default.nix @@ -261,7 +261,7 @@ clangStdenv.mkDerivation (finalAttrs: { "webkit2gtk-web-extension-4.0" ]; platforms = platforms.linux ++ platforms.darwin; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; broken = clangStdenv.hostPlatform.isDarwin; }; }) diff --git a/pkgs/development/lisp-modules/nix-cl.nix b/pkgs/development/lisp-modules/nix-cl.nix index 1357dafe3df35..8441f9e90f56d 100644 --- a/pkgs/development/lisp-modules/nix-cl.nix +++ b/pkgs/development/lisp-modules/nix-cl.nix @@ -286,7 +286,8 @@ let inherit javaLibs; propagatedBuildInputs = args.propagatedBuildInputs or [ ] ++ lispLibs ++ javaLibs ++ nativeLibs; meta = (args.meta or { }) // { - maintainers = args.meta.maintainers or lib.teams.lisp.members; + maintainers = args.meta.maintainers or [ ]; + teams = args.meta.teams or [ lib.teams.lisp ]; }; } ) diff --git a/pkgs/development/mobile/androidenv/default.nix b/pkgs/development/mobile/androidenv/default.nix index 1b4f30a7f3559..93573979ec3de 100644 --- a/pkgs/development/mobile/androidenv/default.nix +++ b/pkgs/development/mobile/androidenv/default.nix @@ -36,6 +36,6 @@ lib.recurseIntoAttrs rec { description = "Android SDK tools, packaged in Nixpkgs"; license = lib.licenses.unfree; platforms = lib.platforms.all; - maintainers = lib.teams.android.members; + teams = [ lib.teams.android ]; }; } diff --git a/pkgs/development/ocaml-modules/vchan/default.nix b/pkgs/development/ocaml-modules/vchan/default.nix index fa47958ab4d22..30095f6023206 100644 --- a/pkgs/development/ocaml-modules/vchan/default.nix +++ b/pkgs/development/ocaml-modules/vchan/default.nix @@ -40,6 +40,7 @@ buildDunePackage rec { description = "Xen Vchan implementation"; homepage = "https://github.com/mirage/ocaml-vchan"; license = licenses.isc; - maintainers = teams.xen.members ++ [ maintainers.sternenseemann ]; + maintainers = [ maintainers.sternenseemann ]; + teams = [ teams.xen ]; }; } diff --git a/pkgs/development/ocaml-modules/xenstore/default.nix b/pkgs/development/ocaml-modules/xenstore/default.nix index 2955755ccb41c..59af30e462e60 100644 --- a/pkgs/development/ocaml-modules/xenstore/default.nix +++ b/pkgs/development/ocaml-modules/xenstore/default.nix @@ -25,7 +25,8 @@ buildDunePackage rec { meta = with lib; { description = "Xenstore protocol in pure OCaml"; license = licenses.lgpl21Only; - maintainers = teams.xen.members ++ [ maintainers.sternenseemann ]; + maintainers = [ maintainers.sternenseemann ]; + teams = [ teams.xen ]; homepage = "https://github.com/mirage/ocaml-xenstore"; }; } diff --git a/pkgs/development/ocaml-modules/xenstore_transport/default.nix b/pkgs/development/ocaml-modules/xenstore_transport/default.nix index 735495979cc56..e5f0df52f9ebc 100644 --- a/pkgs/development/ocaml-modules/xenstore_transport/default.nix +++ b/pkgs/development/ocaml-modules/xenstore_transport/default.nix @@ -32,6 +32,6 @@ buildDunePackage rec { description = "Low-level libraries for connecting to a xenstore service on a xen host"; license = licenses.lgpl21Only; homepage = "https://github.com/xapi-project/ocaml-xenstore-clients"; - maintainers = teams.xen.members; + teams = [ teams.xen ]; }; } diff --git a/pkgs/development/php-packages/amqp/default.nix b/pkgs/development/php-packages/amqp/default.nix index 8891aba7cd9d5..d4b7aeb203084 100644 --- a/pkgs/development/php-packages/amqp/default.nix +++ b/pkgs/development/php-packages/amqp/default.nix @@ -28,6 +28,6 @@ buildPecl { description = "PHP extension to communicate with any AMQP compliant server"; license = licenses.php301; homepage = "https://github.com/php-amqp/php-amqp"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/apcu/default.nix b/pkgs/development/php-packages/apcu/default.nix index e6a617d1aed20..50ebcc54c4a17 100644 --- a/pkgs/development/php-packages/apcu/default.nix +++ b/pkgs/development/php-packages/apcu/default.nix @@ -32,6 +32,6 @@ buildPecl { description = "Userland cache for PHP"; homepage = "https://pecl.php.net/package/APCu"; license = licenses.php301; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/ast/default.nix b/pkgs/development/php-packages/ast/default.nix index 027c80d02c86a..7cb9bd566ecb3 100644 --- a/pkgs/development/php-packages/ast/default.nix +++ b/pkgs/development/php-packages/ast/default.nix @@ -23,6 +23,6 @@ buildPecl { description = "Exposes the abstract syntax tree generated by PHP"; license = licenses.bsd3; homepage = "https://pecl.php.net/package/ast"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/box/default.nix b/pkgs/development/php-packages/box/default.nix index 06146ee776090..2c998d5102797 100644 --- a/pkgs/development/php-packages/box/default.nix +++ b/pkgs/development/php-packages/box/default.nix @@ -28,6 +28,6 @@ php82.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/box-project/box"; license = lib.licenses.mit; mainProgram = "box"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/composer/default.nix b/pkgs/development/php-packages/composer/default.nix index 2b3b3fd651ef7..6dd3d98830db5 100644 --- a/pkgs/development/php-packages/composer/default.nix +++ b/pkgs/development/php-packages/composer/default.nix @@ -121,6 +121,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://getcomposer.org/"; license = lib.licenses.mit; mainProgram = "composer"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/couchbase/default.nix b/pkgs/development/php-packages/couchbase/default.nix index fb98e4846d83a..e163ed8fcc98c 100644 --- a/pkgs/development/php-packages/couchbase/default.nix +++ b/pkgs/development/php-packages/couchbase/default.nix @@ -39,7 +39,7 @@ buildPecl { description = "Couchbase Server PHP extension"; license = licenses.asl20; homepage = "https://docs.couchbase.com/php-sdk/current/project-docs/sdk-release-notes.html"; - maintainers = teams.php.members; + teams = [ teams.php ]; broken = lib.versionAtLeast php.version "8.3"; }; } diff --git a/pkgs/development/php-packages/datadog_trace/default.nix b/pkgs/development/php-packages/datadog_trace/default.nix index 866de8be10ab0..5d9f1ac96ed57 100644 --- a/pkgs/development/php-packages/datadog_trace/default.nix +++ b/pkgs/development/php-packages/datadog_trace/default.nix @@ -65,7 +65,7 @@ buildPecl rec { asl20 bsd3 ]; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; broken = lib.versionAtLeast php.version "8.4"; }; } diff --git a/pkgs/development/php-packages/decimal/default.nix b/pkgs/development/php-packages/decimal/default.nix index ad63e5ad6a9a3..df36f230acef3 100644 --- a/pkgs/development/php-packages/decimal/default.nix +++ b/pkgs/development/php-packages/decimal/default.nix @@ -21,6 +21,6 @@ buildPecl { homepage = "https://php-decimal.github.io"; changelog = "https://pecl.php.net/package-changelog.php?package=decimal&release=${version}"; license = lib.licenses.mit; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/deployer/default.nix b/pkgs/development/php-packages/deployer/default.nix index b4186448d91e0..c75b5e1d27a71 100644 --- a/pkgs/development/php-packages/deployer/default.nix +++ b/pkgs/development/php-packages/deployer/default.nix @@ -23,6 +23,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://deployer.org/"; license = lib.licenses.mit; mainProgram = "dep"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/ds/default.nix b/pkgs/development/php-packages/ds/default.nix index a78974c42a0fe..617f0be772ab8 100644 --- a/pkgs/development/php-packages/ds/default.nix +++ b/pkgs/development/php-packages/ds/default.nix @@ -27,6 +27,6 @@ buildPecl { description = "Extension providing efficient data structures for PHP"; license = licenses.mit; homepage = "https://github.com/php-ds/ext-ds"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/event/default.nix b/pkgs/development/php-packages/event/default.nix index 46107a446c4a7..1427622234fec 100644 --- a/pkgs/development/php-packages/event/default.nix +++ b/pkgs/development/php-packages/event/default.nix @@ -36,6 +36,6 @@ buildPecl { description = "Efficiently schedule I/O, time and signal based events using the best I/O notification mechanism available"; license = licenses.php301; homepage = "https://bitbucket.org/osmanov/pecl-event/"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/excimer/default.nix b/pkgs/development/php-packages/excimer/default.nix index 18d74e90e8ef9..ff695b0d5eb5d 100644 --- a/pkgs/development/php-packages/excimer/default.nix +++ b/pkgs/development/php-packages/excimer/default.nix @@ -23,6 +23,6 @@ buildPecl { description = "PHP extension that provides an interrupting timer and a low-overhead sampling profiler"; license = lib.licenses.asl20; homepage = "https://mediawiki.org/wiki/Excimer"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/gnupg/default.nix b/pkgs/development/php-packages/gnupg/default.nix index 0efe234668407..75c08e10f8c0a 100644 --- a/pkgs/development/php-packages/gnupg/default.nix +++ b/pkgs/development/php-packages/gnupg/default.nix @@ -51,6 +51,7 @@ buildPecl { description = "PHP wrapper for GpgME library that provides access to GnuPG"; license = lib.licenses.bsd3; homepage = "https://pecl.php.net/package/gnupg"; - maintainers = with lib.maintainers; [ taikx4 ] ++ lib.teams.php.members; + maintainers = with lib.maintainers; [ taikx4 ]; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/grpc/default.nix b/pkgs/development/php-packages/grpc/default.nix index 2a919990193c9..5a5d261633fb6 100644 --- a/pkgs/development/php-packages/grpc/default.nix +++ b/pkgs/development/php-packages/grpc/default.nix @@ -25,6 +25,6 @@ buildPecl { description = "High performance, open source, general RPC framework that puts mobile and HTTP/2 first"; homepage = "https://github.com/grpc/grpc/tree/master/src/php/ext/grpc"; license = lib.licenses.asl20; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/grumphp/default.nix b/pkgs/development/php-packages/grumphp/default.nix index e08ba05f8d9a4..7a1f2fde88c4b 100644 --- a/pkgs/development/php-packages/grumphp/default.nix +++ b/pkgs/development/php-packages/grumphp/default.nix @@ -28,6 +28,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/phpro/grumphp"; license = lib.licenses.mit; mainProgram = "grumphp"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/igbinary/default.nix b/pkgs/development/php-packages/igbinary/default.nix index 6b8d426c379fb..a4be541075bc7 100644 --- a/pkgs/development/php-packages/igbinary/default.nix +++ b/pkgs/development/php-packages/igbinary/default.nix @@ -16,6 +16,6 @@ buildPecl { description = "Binary serialization for PHP"; homepage = "https://github.com/igbinary/igbinary/"; license = lib.licenses.bsd3; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/imagick/default.nix b/pkgs/development/php-packages/imagick/default.nix index a9270a025dc6b..698620e1b93c8 100644 --- a/pkgs/development/php-packages/imagick/default.nix +++ b/pkgs/development/php-packages/imagick/default.nix @@ -32,6 +32,6 @@ buildPecl { description = "Imagick is a native php extension to create and modify images using the ImageMagick API"; license = licenses.php301; homepage = "https://pecl.php.net/package/imagick"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/imap/default.nix b/pkgs/development/php-packages/imap/default.nix index 208130e95158d..ec9060cbc0dec 100644 --- a/pkgs/development/php-packages/imap/default.nix +++ b/pkgs/development/php-packages/imap/default.nix @@ -55,6 +55,6 @@ buildPecl { description = "PHP extension for checking the spelling of a word"; homepage = "https://pecl.php.net/package/imap"; license = licenses.php301; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/inotify/default.nix b/pkgs/development/php-packages/inotify/default.nix index b68af7ec6e803..b6d6826e88cf1 100644 --- a/pkgs/development/php-packages/inotify/default.nix +++ b/pkgs/development/php-packages/inotify/default.nix @@ -12,7 +12,7 @@ buildPecl { description = "Inotify bindings for PHP"; homepage = "https://github.com/arnaud-lb/php-inotify"; license = lib.licenses.php301; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/php-packages/mailparse/default.nix b/pkgs/development/php-packages/mailparse/default.nix index a6f914294e565..d17fbc25711c0 100644 --- a/pkgs/development/php-packages/mailparse/default.nix +++ b/pkgs/development/php-packages/mailparse/default.nix @@ -19,6 +19,6 @@ buildPecl { description = "Mailparse is an extension for parsing and working with email messages"; license = licenses.php301; homepage = "https://pecl.php.net/package/mailparse"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/maxminddb/default.nix b/pkgs/development/php-packages/maxminddb/default.nix index 173b2753dc859..48a673b67779e 100644 --- a/pkgs/development/php-packages/maxminddb/default.nix +++ b/pkgs/development/php-packages/maxminddb/default.nix @@ -28,6 +28,9 @@ buildPecl { description = "C extension that is a drop-in replacement for MaxMind\\Db\\Reader"; license = with licenses; [ asl20 ]; homepage = "https://github.com/maxmind/MaxMind-DB-Reader-php"; - maintainers = teams.helsinki-systems.members ++ teams.php.members; + teams = [ + teams.helsinki-systems + teams.php + ]; }; } diff --git a/pkgs/development/php-packages/memcache/default.nix b/pkgs/development/php-packages/memcache/default.nix index 30180ed16723a..b5045b8472cd8 100644 --- a/pkgs/development/php-packages/memcache/default.nix +++ b/pkgs/development/php-packages/memcache/default.nix @@ -29,6 +29,7 @@ buildPecl rec { description = "PHP extension for interfacing with memcached"; license = licenses.php301; homepage = "https://github.com/websupport-sk/pecl-memcache"; - maintainers = teams.php.members ++ [ maintainers.krzaczek ]; + maintainers = [ maintainers.krzaczek ]; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/memcached/default.nix b/pkgs/development/php-packages/memcached/default.nix index 1b85b25671aee..f8201fcd2dc91 100644 --- a/pkgs/development/php-packages/memcached/default.nix +++ b/pkgs/development/php-packages/memcached/default.nix @@ -37,6 +37,6 @@ buildPecl rec { description = "PHP extension for interfacing with memcached via libmemcached library"; license = licenses.php301; homepage = "https://github.com/php-memcached-dev/php-memcached"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/mongodb/default.nix b/pkgs/development/php-packages/mongodb/default.nix index 4e92fec0749af..819a88d2fa5ad 100644 --- a/pkgs/development/php-packages/mongodb/default.nix +++ b/pkgs/development/php-packages/mongodb/default.nix @@ -46,6 +46,6 @@ buildPecl rec { description = "Official MongoDB PHP driver"; homepage = "https://github.com/mongodb/mongo-php-driver"; license = lib.licenses.asl20; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/msgpack/default.nix b/pkgs/development/php-packages/msgpack/default.nix index c7658c161d637..b4d8e1bdea793 100644 --- a/pkgs/development/php-packages/msgpack/default.nix +++ b/pkgs/development/php-packages/msgpack/default.nix @@ -11,6 +11,7 @@ buildPecl rec { description = "PHP extension for interfacing with MessagePack"; homepage = "https://github.com/msgpack/msgpack-php"; license = lib.licenses.bsd3; - maintainers = lib.teams.php.members ++ [ lib.maintainers.ostrolucky ]; + maintainers = [ lib.maintainers.ostrolucky ]; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/oci8/default.nix b/pkgs/development/php-packages/oci8/default.nix index bd0fe21e2401d..7362fe517158e 100644 --- a/pkgs/development/php-packages/oci8/default.nix +++ b/pkgs/development/php-packages/oci8/default.nix @@ -39,6 +39,6 @@ buildPecl { description = "Extension for Oracle Database"; license = licenses.php301; homepage = "https://pecl.php.net/package/oci8"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/openswoole/default.nix b/pkgs/development/php-packages/openswoole/default.nix index 2b4e107b91b92..6a0608551c17e 100644 --- a/pkgs/development/php-packages/openswoole/default.nix +++ b/pkgs/development/php-packages/openswoole/default.nix @@ -34,7 +34,7 @@ buildPecl { It offers a range of multi-threaded I/O modules (HTTP Server, WebSockets, TaskWorkers, Process Pools) out of the box and support for popular PHP clients like PDO for MySQL, and CURL. You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process. ''; - maintainers = teams.php.members; + teams = [ teams.php ]; broken = lib.versionOlder php.version "8.2"; }; } diff --git a/pkgs/development/php-packages/parallel/default.nix b/pkgs/development/php-packages/parallel/default.nix index c3ab601ae1d5c..8271d85884c37 100644 --- a/pkgs/development/php-packages/parallel/default.nix +++ b/pkgs/development/php-packages/parallel/default.nix @@ -15,6 +15,6 @@ buildPecl { broken = !php.ztsSupport; homepage = "https://pecl.php.net/package/parallel"; license = lib.licenses.php301; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/pcov/default.nix b/pkgs/development/php-packages/pcov/default.nix index 1b990d02fd9ea..6b162d0c6a814 100644 --- a/pkgs/development/php-packages/pcov/default.nix +++ b/pkgs/development/php-packages/pcov/default.nix @@ -35,6 +35,6 @@ buildPecl { description = "Self contained php-code-coverage compatible driver for PHP"; license = lib.licenses.php301; homepage = "https://github.com/krakjoe/pcov"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/pdlib/default.nix b/pkgs/development/php-packages/pdlib/default.nix index 75714ac706401..36ae961d28ba1 100644 --- a/pkgs/development/php-packages/pdlib/default.nix +++ b/pkgs/development/php-packages/pdlib/default.nix @@ -26,6 +26,6 @@ buildPecl { description = "PHP extension for Dlib"; license = with licenses; [ mit ]; homepage = "https://github.com/goodspb/pdlib"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/pdo_oci/default.nix b/pkgs/development/php-packages/pdo_oci/default.nix index f4e4bb2856d83..d0856fd6a9a1f 100644 --- a/pkgs/development/php-packages/pdo_oci/default.nix +++ b/pkgs/development/php-packages/pdo_oci/default.nix @@ -24,6 +24,6 @@ buildPecl { description = "The PHP PDO_OCI extension lets you access Oracle Database"; license = lib.licenses.php301; homepage = "https://pecl.php.net/package/pdo_oci"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/pdo_sqlsrv/default.nix b/pkgs/development/php-packages/pdo_sqlsrv/default.nix index 1b61f74d4094e..5880260f9198c 100644 --- a/pkgs/development/php-packages/pdo_sqlsrv/default.nix +++ b/pkgs/development/php-packages/pdo_sqlsrv/default.nix @@ -21,6 +21,6 @@ buildPecl { description = "Microsoft Drivers for PHP for SQL Server"; license = licenses.mit; homepage = "https://github.com/Microsoft/msphpsql"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/phalcon/default.nix b/pkgs/development/php-packages/phalcon/default.nix index 7f67e6ef9a854..1519740038baf 100644 --- a/pkgs/development/php-packages/phalcon/default.nix +++ b/pkgs/development/php-packages/phalcon/default.nix @@ -36,6 +36,7 @@ buildPecl rec { description = "Phalcon is a full stack PHP framework offering low resource consumption and high performance"; license = licenses.bsd3; homepage = "https://phalcon.io"; - maintainers = teams.php.members ++ [ maintainers.krzaczek ]; + maintainers = [ maintainers.krzaczek ]; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/phan/default.nix b/pkgs/development/php-packages/phan/default.nix index 2b49c13a86b23..731a459578c1b 100644 --- a/pkgs/development/php-packages/phan/default.nix +++ b/pkgs/development/php-packages/phan/default.nix @@ -27,6 +27,7 @@ and attempts to prove incorrectness rather than correctness. ''; mainProgram = "phan"; - maintainers = with lib.maintainers; [ apeschar ] ++ lib.teams.php.members; + maintainers = with lib.maintainers; [ apeschar ]; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/phing/default.nix b/pkgs/development/php-packages/phing/default.nix index f1d24fe161c6f..324c7eba96767 100644 --- a/pkgs/development/php-packages/phing/default.nix +++ b/pkgs/development/php-packages/phing/default.nix @@ -31,6 +31,6 @@ homepage = "https://github.com/phingofficial/phing"; license = lib.licenses.lgpl3; mainProgram = "phing"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/phive/default.nix b/pkgs/development/php-packages/phive/default.nix index d444a6ee807f1..5d0a9f26b1b3d 100644 --- a/pkgs/development/php-packages/phive/default.nix +++ b/pkgs/development/php-packages/phive/default.nix @@ -23,6 +23,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/phar-io/phive"; license = lib.licenses.bsd3; mainProgram = "phive"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/php-codesniffer/default.nix b/pkgs/development/php-packages/php-codesniffer/default.nix index 3228ccfd0dd78..e38c47f913995 100644 --- a/pkgs/development/php-packages/php-codesniffer/default.nix +++ b/pkgs/development/php-packages/php-codesniffer/default.nix @@ -22,6 +22,7 @@ php.buildComposerProject2 (finalAttrs: { description = "PHP coding standard tool"; license = lib.licenses.bsd3; homepage = "https://github.com/PHPCSStandards/PHP_CodeSniffer/"; - maintainers = with lib.maintainers; [ javaguirre ] ++ lib.teams.php.members; + maintainers = with lib.maintainers; [ javaguirre ]; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/php-cs-fixer/default.nix b/pkgs/development/php-packages/php-cs-fixer/default.nix index 343c0747ee7e8..c178fa72e54b9 100644 --- a/pkgs/development/php-packages/php-cs-fixer/default.nix +++ b/pkgs/development/php-packages/php-cs-fixer/default.nix @@ -32,6 +32,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://cs.symfony.com/"; license = lib.licenses.mit; mainProgram = "php-cs-fixer"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/php-parallel-lint/default.nix b/pkgs/development/php-packages/php-parallel-lint/default.nix index 4e79ec0a30e39..bed0420642c70 100644 --- a/pkgs/development/php-packages/php-parallel-lint/default.nix +++ b/pkgs/development/php-packages/php-parallel-lint/default.nix @@ -28,6 +28,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/php-parallel-lint/PHP-Parallel-Lint"; license = lib.licenses.bsd2; mainProgram = "parallel-lint"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/phpinsights/default.nix b/pkgs/development/php-packages/phpinsights/default.nix index 3bae6e24cd557..5562277b4cd7b 100644 --- a/pkgs/development/php-packages/phpinsights/default.nix +++ b/pkgs/development/php-packages/phpinsights/default.nix @@ -32,6 +32,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://phpinsights.com/"; license = lib.licenses.mit; mainProgram = "phpinsights"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/phpmd/default.nix b/pkgs/development/php-packages/phpmd/default.nix index 419af98804aa0..c254fe2398718 100644 --- a/pkgs/development/php-packages/phpmd/default.nix +++ b/pkgs/development/php-packages/phpmd/default.nix @@ -31,6 +31,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://phpmd.org/"; license = lib.licenses.bsd3; mainProgram = "phpmd"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/phpstan/default.nix b/pkgs/development/php-packages/phpstan/default.nix index 7072103a525f2..e8e3310563f51 100644 --- a/pkgs/development/php-packages/phpstan/default.nix +++ b/pkgs/development/php-packages/phpstan/default.nix @@ -36,6 +36,6 @@ php.buildComposerProject2 (finalAttrs: { ''; license = lib.licenses.mit; mainProgram = "phpstan"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/pinba/default.nix b/pkgs/development/php-packages/pinba/default.nix index 4d48a591755b4..f504eb95958e3 100644 --- a/pkgs/development/php-packages/pinba/default.nix +++ b/pkgs/development/php-packages/pinba/default.nix @@ -27,6 +27,6 @@ buildPecl rec { ''; license = licenses.lgpl2Plus; homepage = "http://pinba.org/"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/protobuf/default.nix b/pkgs/development/php-packages/protobuf/default.nix index 2ce7b4e374556..0d7d6119737f3 100644 --- a/pkgs/development/php-packages/protobuf/default.nix +++ b/pkgs/development/php-packages/protobuf/default.nix @@ -16,6 +16,6 @@ buildPecl { description = "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data"; license = licenses.bsd3; homepage = "https://developers.google.com/protocol-buffers/"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/psalm/default.nix b/pkgs/development/php-packages/psalm/default.nix index 6d55d1cc98b30..3021f9429e121 100644 --- a/pkgs/development/php-packages/psalm/default.nix +++ b/pkgs/development/php-packages/psalm/default.nix @@ -44,6 +44,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/vimeo/psalm"; license = lib.licenses.mit; mainProgram = "psalm"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/pspell/default.nix b/pkgs/development/php-packages/pspell/default.nix index fb8609bca3a3c..438a15aca1de9 100644 --- a/pkgs/development/php-packages/pspell/default.nix +++ b/pkgs/development/php-packages/pspell/default.nix @@ -27,6 +27,6 @@ buildPecl { description = "PHP extension for checking the spelling of a word"; homepage = "https://pecl.php.net/package/pspell"; license = licenses.php301; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/psysh/default.nix b/pkgs/development/php-packages/psysh/default.nix index 7101e01c5c091..709efc36a5f41 100644 --- a/pkgs/development/php-packages/psysh/default.nix +++ b/pkgs/development/php-packages/psysh/default.nix @@ -58,6 +58,6 @@ php.buildComposerProject2 (finalAttrs: { mainProgram = "psysh"; license = lib.licenses.mit; homepage = "https://psysh.org/"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/php-packages/rdkafka/default.nix b/pkgs/development/php-packages/rdkafka/default.nix index ee0d0f640ca00..fb52628ea6435 100644 --- a/pkgs/development/php-packages/rdkafka/default.nix +++ b/pkgs/development/php-packages/rdkafka/default.nix @@ -25,6 +25,6 @@ buildPecl { description = "Kafka client based on librdkafka"; license = licenses.mit; homepage = "https://github.com/arnaud-lb/php-rdkafka"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/redis/default.nix b/pkgs/development/php-packages/redis/default.nix index 30f7ca2a99cb0..bcf22cbc4a540 100644 --- a/pkgs/development/php-packages/redis/default.nix +++ b/pkgs/development/php-packages/redis/default.nix @@ -26,6 +26,6 @@ buildPecl { description = "PHP extension for interfacing with Redis"; license = licenses.php301; homepage = "https://github.com/phpredis/phpredis/"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/rrd/default.nix b/pkgs/development/php-packages/rrd/default.nix index 8bcaeadd5085c..bdce061689b91 100644 --- a/pkgs/development/php-packages/rrd/default.nix +++ b/pkgs/development/php-packages/rrd/default.nix @@ -27,6 +27,6 @@ buildPecl { description = "PHP bindings to RRD tool system"; license = lib.licenses.bsd0; homepage = "https://github.com/php/pecl-processing-rrd"; - maintainers = lib.teams.wdz.members; + teams = [ lib.teams.wdz ]; }; } diff --git a/pkgs/development/php-packages/smbclient/default.nix b/pkgs/development/php-packages/smbclient/default.nix index 02654068666e8..a7f8977687d3d 100644 --- a/pkgs/development/php-packages/smbclient/default.nix +++ b/pkgs/development/php-packages/smbclient/default.nix @@ -19,6 +19,6 @@ buildPecl { description = "PHP wrapper for libsmbclient"; license = licenses.bsd2; homepage = "https://github.com/eduardok/libsmbclient-php"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/snuffleupagus/default.nix b/pkgs/development/php-packages/snuffleupagus/default.nix index 8a2e5a45f7f17..cd994c4a223a3 100644 --- a/pkgs/development/php-packages/snuffleupagus/default.nix +++ b/pkgs/development/php-packages/snuffleupagus/default.nix @@ -42,6 +42,7 @@ buildPecl rec { description = "Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!"; homepage = "https://github.com/jvoisin/snuffleupagus"; license = lib.licenses.lgpl3Only; - maintainers = lib.teams.php.members ++ [ lib.maintainers.zupo ]; + maintainers = [ lib.maintainers.zupo ]; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/sqlsrv/default.nix b/pkgs/development/php-packages/sqlsrv/default.nix index 08c59275c8488..e3bc0ce1b2d39 100644 --- a/pkgs/development/php-packages/sqlsrv/default.nix +++ b/pkgs/development/php-packages/sqlsrv/default.nix @@ -18,6 +18,6 @@ buildPecl { description = "Microsoft Drivers for PHP for SQL Server"; license = licenses.mit; homepage = "https://github.com/Microsoft/msphpsql"; - maintainers = teams.php.members; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/ssh2/default.nix b/pkgs/development/php-packages/ssh2/default.nix index d3ff860de3ade..18438dbcd6ac2 100644 --- a/pkgs/development/php-packages/ssh2/default.nix +++ b/pkgs/development/php-packages/ssh2/default.nix @@ -18,6 +18,7 @@ buildPecl rec { description = "PHP bindings for the libssh2 library"; license = licenses.php301; homepage = "https://github.com/php/pecl-networking-ssh2"; - maintainers = teams.php.members ++ [ maintainers.ostrolucky ]; + maintainers = [ maintainers.ostrolucky ]; + teams = [ teams.php ]; }; } diff --git a/pkgs/development/php-packages/swoole/default.nix b/pkgs/development/php-packages/swoole/default.nix index 16e121531ad3d..bb86442b4bc22 100644 --- a/pkgs/development/php-packages/swoole/default.nix +++ b/pkgs/development/php-packages/swoole/default.nix @@ -32,6 +32,6 @@ buildPecl { description = "Coroutine-based concurrency library for PHP"; homepage = "https://www.swoole.com"; license = lib.licenses.asl20; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/uuid/default.nix b/pkgs/development/php-packages/uuid/default.nix index 0d54c7d07f6f9..7102e50e7ebeb 100644 --- a/pkgs/development/php-packages/uuid/default.nix +++ b/pkgs/development/php-packages/uuid/default.nix @@ -30,7 +30,7 @@ buildPecl { description = "A wrapper around Universally Unique IDentifier library (libuuid)."; license = lib.licenses.php301; homepage = "https://github.com/php/pecl-networking-uuid"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/php-packages/uv/default.nix b/pkgs/development/php-packages/uv/default.nix index 1bbc6450d0b2d..21b1592114c39 100644 --- a/pkgs/development/php-packages/uv/default.nix +++ b/pkgs/development/php-packages/uv/default.nix @@ -22,7 +22,7 @@ buildPecl rec { description = "Interface to libuv for php"; license = licenses.php301; homepage = "https://github.com/amphp/ext-uv"; - maintainers = teams.php.members; + teams = [ teams.php ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/php-packages/xdebug/default.nix b/pkgs/development/php-packages/xdebug/default.nix index 1bb8ddde71644..addddb9b586e8 100644 --- a/pkgs/development/php-packages/xdebug/default.nix +++ b/pkgs/development/php-packages/xdebug/default.nix @@ -28,6 +28,6 @@ buildPecl { description = "Provides functions for function traces and profiling"; homepage = "https://xdebug.org/"; license = lib.licenses.php301; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/php-packages/yaml/default.nix b/pkgs/development/php-packages/yaml/default.nix index fecc29777ad76..2b5601ff33185 100644 --- a/pkgs/development/php-packages/yaml/default.nix +++ b/pkgs/development/php-packages/yaml/default.nix @@ -20,6 +20,6 @@ buildPecl { description = "YAML-1.1 parser and emitter"; license = lib.licenses.mit; homepage = "https://github.com/php/pecl-file_formats-yaml"; - maintainers = lib.teams.php.members; + teams = [ lib.teams.php ]; }; } diff --git a/pkgs/development/python-modules/aggregate6/default.nix b/pkgs/development/python-modules/aggregate6/default.nix index 2be5f07a85ac9..1d5efc304dad5 100644 --- a/pkgs/development/python-modules/aggregate6/default.nix +++ b/pkgs/development/python-modules/aggregate6/default.nix @@ -43,6 +43,7 @@ buildPythonPackage rec { mainProgram = "aggregate6"; homepage = "https://github.com/job/aggregate6"; license = with lib.licenses; [ bsd2 ]; - maintainers = lib.teams.wdz.members ++ (with lib.maintainers; [ marcel ]); + maintainers = with lib.maintainers; [ marcel ]; + teams = [ lib.teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/alabaster/default.nix b/pkgs/development/python-modules/alabaster/default.nix index e1bf2adaed574..4f2723b0bfab8 100644 --- a/pkgs/development/python-modules/alabaster/default.nix +++ b/pkgs/development/python-modules/alabaster/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { homepage = "https://github.com/sphinx-doc/alabaster"; description = "A light, configurable Sphinx theme"; license = lib.licenses.bsd3; - maintainers = lib.teams.sphinx.members; + teams = [ lib.teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/anyascii/default.nix b/pkgs/development/python-modules/anyascii/default.nix index 9a7b8d71bd46f..6cd446695917b 100644 --- a/pkgs/development/python-modules/anyascii/default.nix +++ b/pkgs/development/python-modules/anyascii/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "Unicode to ASCII transliteration"; homepage = "https://github.com/anyascii/anyascii"; license = licenses.isc; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/asgi-logger/default.nix b/pkgs/development/python-modules/asgi-logger/default.nix index 0133515565e27..24068df24f2e6 100644 --- a/pkgs/development/python-modules/asgi-logger/default.nix +++ b/pkgs/development/python-modules/asgi-logger/default.nix @@ -27,6 +27,6 @@ buildPythonPackage rec { description = "Access logger for ASGI servers"; homepage = "https://github.com/Kludex/asgi-logger"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/autopage/default.nix b/pkgs/development/python-modules/autopage/default.nix index 8d2963037a349..ee1366b25e5ee 100644 --- a/pkgs/development/python-modules/autopage/default.nix +++ b/pkgs/development/python-modules/autopage/default.nix @@ -24,6 +24,6 @@ buildPythonPackage rec { description = "Library to provide automatic paging for console output"; homepage = "https://github.com/zaneb/autopage"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/bangla/default.nix b/pkgs/development/python-modules/bangla/default.nix index 4cdaee2a25293..c5b00393badac 100644 --- a/pkgs/development/python-modules/bangla/default.nix +++ b/pkgs/development/python-modules/bangla/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { description = "Bangla is a package for Bangla language users with various functionalities including Bangla date and Bangla numeric conversation"; homepage = "https://github.com/arsho/bangla"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/bindep/default.nix b/pkgs/development/python-modules/bindep/default.nix index b1f9decb95e21..54355d076662c 100644 --- a/pkgs/development/python-modules/bindep/default.nix +++ b/pkgs/development/python-modules/bindep/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { homepage = "https://opendev.org/opendev/bindep"; license = licenses.asl20; mainProgram = "bindep"; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/bitvector-for-humans/default.nix b/pkgs/development/python-modules/bitvector-for-humans/default.nix index 5652d850a7ea8..5148f2ac7672e 100644 --- a/pkgs/development/python-modules/bitvector-for-humans/default.nix +++ b/pkgs/development/python-modules/bitvector-for-humans/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/JnyJny/bitvector"; description = "This simple bit vector implementation aims to make addressing single bits a little less fiddly."; license = licenses.asl20; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; }; } diff --git a/pkgs/development/python-modules/bluetooth-adapters/default.nix b/pkgs/development/python-modules/bluetooth-adapters/default.nix index 5f59b668a5504..25b04c4ecfba8 100644 --- a/pkgs/development/python-modules/bluetooth-adapters/default.nix +++ b/pkgs/development/python-modules/bluetooth-adapters/default.nix @@ -70,6 +70,6 @@ buildPythonPackage rec { homepage = "https://github.com/Bluetooth-Devices/bluetooth-adapters"; changelog = "https://github.com/bluetooth-devices/bluetooth-adapters/blob/${src.tag}/CHANGELOG.md"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/bnnumerizer/default.nix b/pkgs/development/python-modules/bnnumerizer/default.nix index f4303af27ed1a..830ede49f963c 100644 --- a/pkgs/development/python-modules/bnnumerizer/default.nix +++ b/pkgs/development/python-modules/bnnumerizer/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { description = "Bangla Number text to String Converter"; homepage = "https://github.com/banglakit/number-to-bengali-word"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/bnunicodenormalizer/default.nix b/pkgs/development/python-modules/bnunicodenormalizer/default.nix index a3a53f7c0091b..a54f933a4baf1 100644 --- a/pkgs/development/python-modules/bnunicodenormalizer/default.nix +++ b/pkgs/development/python-modules/bnunicodenormalizer/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { description = "Bangla Unicode Normalization Toolkit"; homepage = "https://github.com/mnansary/bnUnicodeNormalizer"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/breathe/default.nix b/pkgs/development/python-modules/breathe/default.nix index d09fbe37c0041..8cd7e885a060b 100644 --- a/pkgs/development/python-modules/breathe/default.nix +++ b/pkgs/development/python-modules/breathe/default.nix @@ -39,6 +39,6 @@ buildPythonPackage { mainProgram = "breathe-apidoc"; homepage = "https://github.com/breathe-doc/breathe"; license = lib.licenses.bsd3; - maintainers = lib.teams.sphinx.members; + teams = [ lib.teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/build/default.nix b/pkgs/development/python-modules/build/default.nix index 75b9e2a4703e0..ec12662ecc45e 100644 --- a/pkgs/development/python-modules/build/default.nix +++ b/pkgs/development/python-modules/build/default.nix @@ -110,6 +110,7 @@ buildPythonPackage rec { homepage = "https://github.com/pypa/build"; changelog = "https://github.com/pypa/build/blob/${version}/CHANGELOG.rst"; license = licenses.mit; - maintainers = teams.python.members ++ [ maintainers.fab ]; + maintainers = [ maintainers.fab ]; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/busylight-for-humans/default.nix b/pkgs/development/python-modules/busylight-for-humans/default.nix index f7ae2367e40f7..6b04f233054b1 100644 --- a/pkgs/development/python-modules/busylight-for-humans/default.nix +++ b/pkgs/development/python-modules/busylight-for-humans/default.nix @@ -58,7 +58,7 @@ buildPythonPackage rec { homepage = "https://github.com/JnyJny/busylight"; changelog = "https://github.com/JnyJny/busylight/releases/tag/${version}"; license = licenses.asl20; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; mainProgram = "busylight"; }; } diff --git a/pkgs/development/python-modules/cffi/default.nix b/pkgs/development/python-modules/cffi/default.nix index 0daa51b3810ae..b7a5c901435a7 100644 --- a/pkgs/development/python-modules/cffi/default.nix +++ b/pkgs/development/python-modules/cffi/default.nix @@ -30,7 +30,7 @@ if isPyPy then description = "Foreign Function Interface for Python calling C code (bundled with PyPy, placeholder package)"; homepage = "https://cffi.readthedocs.org/"; license = lib.licenses.mit; - maintainers = lib.teams.python.members; + teams = [ lib.teams.python ]; }; } else @@ -70,6 +70,6 @@ else downloadPage = "https://github.com/python-cffi/cffi"; homepage = "https://cffi.readthedocs.org/"; license = licenses.mit; - maintainers = teams.python.members; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/clean-fid/default.nix b/pkgs/development/python-modules/clean-fid/default.nix index eb6941f4aa48c..e50ccf59b1967 100644 --- a/pkgs/development/python-modules/clean-fid/default.nix +++ b/pkgs/development/python-modules/clean-fid/default.nix @@ -44,6 +44,6 @@ buildPythonPackage { description = "PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]"; homepage = "https://github.com/GaParmar/clean-fid"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/cliff/default.nix b/pkgs/development/python-modules/cliff/default.nix index 298f59292134b..634d7dac63aab 100644 --- a/pkgs/development/python-modules/cliff/default.nix +++ b/pkgs/development/python-modules/cliff/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { description = "Command Line Interface Formulation Framework"; homepage = "https://github.com/openstack/cliff"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/clip-anytorch/default.nix b/pkgs/development/python-modules/clip-anytorch/default.nix index 6054969537e74..53bd9b5008d3d 100644 --- a/pkgs/development/python-modules/clip-anytorch/default.nix +++ b/pkgs/development/python-modules/clip-anytorch/default.nix @@ -56,6 +56,6 @@ buildPythonPackage rec { description = "Contrastive Language-Image Pretraining"; homepage = "https://github.com/rom1504/CLIP"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/cobs/default.nix b/pkgs/development/python-modules/cobs/default.nix index 89f9a40e1a90b..373f856f6beae 100644 --- a/pkgs/development/python-modules/cobs/default.nix +++ b/pkgs/development/python-modules/cobs/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/cmcqueen/cobs-python/"; license = licenses.mit; - maintainers = teams.ororatech.members; + teams = [ teams.ororatech ]; }; } diff --git a/pkgs/development/python-modules/color-operations/default.nix b/pkgs/development/python-modules/color-operations/default.nix index 770bc2079f4e8..9b6260ef758bb 100644 --- a/pkgs/development/python-modules/color-operations/default.nix +++ b/pkgs/development/python-modules/color-operations/default.nix @@ -55,6 +55,6 @@ buildPythonPackage rec { homepage = "https://github.com/vincentsarago/color-operations"; changelog = "https://github.com/vincentsarago/color-operations/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/command-runner/default.nix b/pkgs/development/python-modules/command-runner/default.nix index 6327a7b0d0935..6506e68ccf316 100644 --- a/pkgs/development/python-modules/command-runner/default.nix +++ b/pkgs/development/python-modules/command-runner/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { ''; changelog = "https://github.com/netinvent/command_runner/releases/tag/${src.tag}"; license = licenses.bsd3; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/conway-polynomials/default.nix b/pkgs/development/python-modules/conway-polynomials/default.nix index c89898e851079..ba7ad497390b6 100644 --- a/pkgs/development/python-modules/conway-polynomials/default.nix +++ b/pkgs/development/python-modules/conway-polynomials/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python interface to Frank Lübeck's Conway polynomial database"; homepage = "https://github.com/sagemath/conway-polynomials"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.gpl3Plus; }; } diff --git a/pkgs/development/python-modules/coqpit/default.nix b/pkgs/development/python-modules/coqpit/default.nix index 44ff920770f8e..13ae9cc41c505 100644 --- a/pkgs/development/python-modules/coqpit/default.nix +++ b/pkgs/development/python-modules/coqpit/default.nix @@ -47,6 +47,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/idiap/coqui-ai-coqpit"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/coredis/default.nix b/pkgs/development/python-modules/coredis/default.nix index 37a452dfcfdcd..439612fdf4b3e 100644 --- a/pkgs/development/python-modules/coredis/default.nix +++ b/pkgs/development/python-modules/coredis/default.nix @@ -61,6 +61,6 @@ buildPythonPackage rec { homepage = "https://github.com/alisaifee/coredis"; changelog = "https://github.com/alisaifee/coredis/blob/${src.tag}/HISTORY.rst"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/cypari2/default.nix b/pkgs/development/python-modules/cypari2/default.nix index f14019c28c57b..f51d723ef836f 100644 --- a/pkgs/development/python-modules/cypari2/default.nix +++ b/pkgs/development/python-modules/cypari2/default.nix @@ -49,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Cython bindings for PARI"; license = licenses.gpl2Plus; - maintainers = teams.sage.members; + teams = [ teams.sage ]; homepage = "https://github.com/defeo/cypari2"; }; } diff --git a/pkgs/development/python-modules/cysignals/default.nix b/pkgs/development/python-modules/cysignals/default.nix index a711c384ccd88..9ff7b60998acc 100644 --- a/pkgs/development/python-modules/cysignals/default.nix +++ b/pkgs/development/python-modules/cysignals/default.nix @@ -52,7 +52,7 @@ buildPythonPackage rec { description = "Interrupt and signal handling for Cython"; mainProgram = "cysignals-CSI"; homepage = "https://github.com/sagemath/cysignals/"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.lgpl3Plus; }; } diff --git a/pkgs/development/python-modules/datefinder/default.nix b/pkgs/development/python-modules/datefinder/default.nix index 57bacf535706e..ddb583767de78 100644 --- a/pkgs/development/python-modules/datefinder/default.nix +++ b/pkgs/development/python-modules/datefinder/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Extract datetime objects from strings"; homepage = "https://github.com/akoumjian/datefinder"; license = lib.licenses.mit; - maintainers = lib.teams.deshaw.members; + teams = [ lib.teams.deshaw ]; }; } diff --git a/pkgs/development/python-modules/dctorch/default.nix b/pkgs/development/python-modules/dctorch/default.nix index 05315bec521d4..04e6a357cc5c6 100644 --- a/pkgs/development/python-modules/dctorch/default.nix +++ b/pkgs/development/python-modules/dctorch/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { description = "Fast discrete cosine transforms for pytorch"; homepage = "https://pypi.org/project/dctorch/"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/debtcollector/default.nix b/pkgs/development/python-modules/debtcollector/default.nix index d9b2011b17f2f..574e1c5e6e4b8 100644 --- a/pkgs/development/python-modules/debtcollector/default.nix +++ b/pkgs/development/python-modules/debtcollector/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { description = "Collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner"; homepage = "https://github.com/openstack/debtcollector"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/dronecan/default.nix b/pkgs/development/python-modules/dronecan/default.nix index fc0c3e5e15f1b..dc7fceebc45b1 100644 --- a/pkgs/development/python-modules/dronecan/default.nix +++ b/pkgs/development/python-modules/dronecan/default.nix @@ -27,6 +27,6 @@ buildPythonPackage rec { ''; homepage = "https://dronecan.github.io/"; license = licenses.mit; - maintainers = teams.ororatech.members; + teams = [ teams.ororatech ]; }; } diff --git a/pkgs/development/python-modules/encodec/default.nix b/pkgs/development/python-modules/encodec/default.nix index 2e271b643bacd..ed07cbe6c15e2 100644 --- a/pkgs/development/python-modules/encodec/default.nix +++ b/pkgs/development/python-modules/encodec/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { homepage = "https://github.com/facebookresearch/encodec"; changelog = "https://github.com/facebookresearch/encodec/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/fiona/default.nix b/pkgs/development/python-modules/fiona/default.nix index cf60fd2f39caa..c6dbee62dd7e4 100644 --- a/pkgs/development/python-modules/fiona/default.nix +++ b/pkgs/development/python-modules/fiona/default.nix @@ -101,6 +101,6 @@ buildPythonPackage rec { mainProgram = "fio"; homepage = "https://fiona.readthedocs.io/"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/flask-babel/default.nix b/pkgs/development/python-modules/flask-babel/default.nix index d3ce9996e1994..bac80640b1acc 100644 --- a/pkgs/development/python-modules/flask-babel/default.nix +++ b/pkgs/development/python-modules/flask-babel/default.nix @@ -67,7 +67,8 @@ buildPythonPackage rec { installed automatically for you if you install this library. ''; license = licenses.bsd2; - maintainers = teams.sage.members ++ (with maintainers; [ matejc ]); + maintainers = with maintainers; [ matejc ]; + teams = [ teams.sage ]; homepage = "https://github.com/python-babel/flask-babel"; }; } diff --git a/pkgs/development/python-modules/flask-silk/default.nix b/pkgs/development/python-modules/flask-silk/default.nix index 8cb47f81e5307..22d5075280d07 100644 --- a/pkgs/development/python-modules/flask-silk/default.nix +++ b/pkgs/development/python-modules/flask-silk/default.nix @@ -39,7 +39,7 @@ buildPythonPackage { meta = { description = "Adds silk icons to your Flask application or module, or extension"; license = lib.licenses.bsd3; - maintainers = lib.teams.sage.members; + teams = [ lib.teams.sage ]; homepage = "https://github.com/sublee/flask-silk"; }; } diff --git a/pkgs/development/python-modules/flit-core/default.nix b/pkgs/development/python-modules/flit-core/default.nix index 628234d2955f9..7a11691b8d4d9 100644 --- a/pkgs/development/python-modules/flit-core/default.nix +++ b/pkgs/development/python-modules/flit-core/default.nix @@ -25,6 +25,6 @@ buildPythonPackage rec { homepage = "https://github.com/pypa/flit"; changelog = "https://github.com/pypa/flit/blob/${src.rev}/doc/history.rst"; license = licenses.bsd3; - maintainers = teams.python.members; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/folium/default.nix b/pkgs/development/python-modules/folium/default.nix index c45f97fec14bb..cc77d91801116 100644 --- a/pkgs/development/python-modules/folium/default.nix +++ b/pkgs/development/python-modules/folium/default.nix @@ -80,6 +80,6 @@ buildPythonPackage rec { homepage = "https://github.com/python-visualization/folium"; changelog = "https://github.com/python-visualization/folium/releases/tag/${src.tag}"; license = with lib.licenses; [ mit ]; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/fpylll/default.nix b/pkgs/development/python-modules/fpylll/default.nix index 30c8db5b0ebc2..f8539942e455c 100644 --- a/pkgs/development/python-modules/fpylll/default.nix +++ b/pkgs/development/python-modules/fpylll/default.nix @@ -68,7 +68,7 @@ buildPythonPackage rec { description = "Python interface for fplll"; changelog = "https://github.com/fplll/fpylll/releases/tag/${src.tag}"; homepage = "https://github.com/fplll/fpylll"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.gpl2Plus; }; } diff --git a/pkgs/development/python-modules/g2pkk/default.nix b/pkgs/development/python-modules/g2pkk/default.nix index 31246604cfb8e..1f08e82b272fa 100644 --- a/pkgs/development/python-modules/g2pkk/default.nix +++ b/pkgs/development/python-modules/g2pkk/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { description = "Cross-platform g2p for Korean"; homepage = "https://github.com/harmlessman/g2pkk"; license = licenses.asl20; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/geodatasets/default.nix b/pkgs/development/python-modules/geodatasets/default.nix index e6689439078e6..f9f93fff2be53 100644 --- a/pkgs/development/python-modules/geodatasets/default.nix +++ b/pkgs/development/python-modules/geodatasets/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { description = "Spatial data examples"; homepage = "https://geodatasets.readthedocs.io/"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/geopandas/default.nix b/pkgs/development/python-modules/geopandas/default.nix index 6dbe76495fd8b..b9d9ad296f29e 100644 --- a/pkgs/development/python-modules/geopandas/default.nix +++ b/pkgs/development/python-modules/geopandas/default.nix @@ -95,6 +95,6 @@ buildPythonPackage rec { homepage = "https://geopandas.org"; changelog = "https://github.com/geopandas/geopandas/blob/v${version}/CHANGELOG.md"; license = licenses.bsd3; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/gruut-ipa/default.nix b/pkgs/development/python-modules/gruut-ipa/default.nix index 5ebc3f1f33612..23843c4c7d518 100644 --- a/pkgs/development/python-modules/gruut-ipa/default.nix +++ b/pkgs/development/python-modules/gruut-ipa/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { mainProgram = "gruut-ipa"; homepage = "https://github.com/rhasspy/gruut-ipa"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/gruut/default.nix b/pkgs/development/python-modules/gruut/default.nix index 052cc3c69cf0e..fa6d81c9b1cb5 100644 --- a/pkgs/development/python-modules/gruut/default.nix +++ b/pkgs/development/python-modules/gruut/default.nix @@ -109,6 +109,6 @@ buildPythonPackage rec { mainProgram = "gruut"; homepage = "https://github.com/rhasspy/gruut"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/gruut/language-pack.nix b/pkgs/development/python-modules/gruut/language-pack.nix index b3a9e58287786..2cc742d8b54e6 100644 --- a/pkgs/development/python-modules/gruut/language-pack.nix +++ b/pkgs/development/python-modules/gruut/language-pack.nix @@ -25,6 +25,6 @@ buildPythonPackage rec { description = "Language files for gruut tokenizer/phonemizer"; homepage = "https://github.com/rhasspy/gruut"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/ha-ffmpeg/default.nix b/pkgs/development/python-modules/ha-ffmpeg/default.nix index fcd92317adcbb..0fb335c14ae76 100644 --- a/pkgs/development/python-modules/ha-ffmpeg/default.nix +++ b/pkgs/development/python-modules/ha-ffmpeg/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { homepage = "https://github.com/home-assistant-libs/ha-ffmpeg/"; changelog = "https://github.com/home-assistant-libs/ha-ffmpeg/releases/tag/${version}"; license = licenses.bsd3; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/hacking/default.nix b/pkgs/development/python-modules/hacking/default.nix index 02690ec7b936f..f3b07dc04d908 100644 --- a/pkgs/development/python-modules/hacking/default.nix +++ b/pkgs/development/python-modules/hacking/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { description = "OpenStack Hacking Guideline Enforcement"; homepage = "https://github.com/openstack/hacking"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/hassil/default.nix b/pkgs/development/python-modules/hassil/default.nix index 93d6c4883b6fb..9c68f8c18c3c1 100644 --- a/pkgs/development/python-modules/hassil/default.nix +++ b/pkgs/development/python-modules/hassil/default.nix @@ -45,6 +45,6 @@ buildPythonPackage { mainProgram = "hassil"; homepage = "https://github.com/home-assistant/hassil"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix index 4fe4e650fc12c..8b0e834a75345 100644 --- a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix +++ b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { changelog = "https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/${src.tag}/CHANGELOG.md"; homepage = "https://github.com/home-assistant-libs/home-assistant-bluetooth"; license = lib.licenses.asl20; - maintainers = lib.teams.home-assistant.members; + teams = [ lib.teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix index 6d54eb16104c4..ffea5b7cd8207 100644 --- a/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-clusters/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/home-assistant-libs/chip-wheels"; changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/home-assistant-chip-core/default.nix b/pkgs/development/python-modules/home-assistant-chip-core/default.nix index 229f6867d38c0..1f681207882e2 100644 --- a/pkgs/development/python-modules/home-assistant-chip-core/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-core/default.nix @@ -68,6 +68,6 @@ buildPythonPackage rec { homepage = "https://github.com/home-assistant-libs/chip-wheels"; changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix index dc7b30c4aca94..f911963420396 100644 --- a/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix +++ b/pkgs/development/python-modules/home-assistant-chip-wheels/default.nix @@ -281,7 +281,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/home-assistant-libs/chip-wheels"; changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = lib.teams.home-assistant.members; + teams = [ lib.teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/imia/default.nix b/pkgs/development/python-modules/imia/default.nix index 1caa1f607f422..04de0b10feb19 100644 --- a/pkgs/development/python-modules/imia/default.nix +++ b/pkgs/development/python-modules/imia/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { changelog = "https://github.com/alex-oleshkevich/imia/releases/tag/v${version}"; homepage = "https://github.com/alex-oleshkevich/imia"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/inequality/default.nix b/pkgs/development/python-modules/inequality/default.nix index 1c153b486dc3e..cfdecec90b17a 100644 --- a/pkgs/development/python-modules/inequality/default.nix +++ b/pkgs/development/python-modules/inequality/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { description = "Spatial inequality analysis"; homepage = "https://github.com/pysal/inequality"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/inflect/default.nix b/pkgs/development/python-modules/inflect/default.nix index b1d380b022144..021c503ace3d4 100644 --- a/pkgs/development/python-modules/inflect/default.nix +++ b/pkgs/development/python-modules/inflect/default.nix @@ -54,6 +54,6 @@ buildPythonPackage rec { homepage = "https://github.com/jaraco/inflect"; changelog = "https://github.com/jaraco/inflect/blob/${src.tag}/CHANGES.rst"; license = lib.licenses.mit; - maintainers = lib.teams.tts.members; + teams = [ lib.teams.tts ]; }; } diff --git a/pkgs/development/python-modules/installer/default.nix b/pkgs/development/python-modules/installer/default.nix index 64e9a3191a674..1cfec3fc9328a 100644 --- a/pkgs/development/python-modules/installer/default.nix +++ b/pkgs/development/python-modules/installer/default.nix @@ -55,6 +55,7 @@ buildPythonPackage rec { homepage = "https://github.com/pypa/installer"; changelog = "https://github.com/pypa/installer/blob/${src.rev}/docs/changelog.md"; license = licenses.mit; - maintainers = teams.python.members ++ [ maintainers.cpcloud ]; + maintainers = [ maintainers.cpcloud ]; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/ipykernel/default.nix b/pkgs/development/python-modules/ipykernel/default.nix index 4da948088c9a3..f860af1dc7765 100644 --- a/pkgs/development/python-modules/ipykernel/default.nix +++ b/pkgs/development/python-modules/ipykernel/default.nix @@ -67,6 +67,6 @@ buildPythonPackage rec { homepage = "https://ipython.org/"; changelog = "https://github.com/ipython/ipykernel/releases/tag/v${version}"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix index 596dcade01092..7f6365975198d 100644 --- a/pkgs/development/python-modules/ipython/default.nix +++ b/pkgs/development/python-modules/ipython/default.nix @@ -125,6 +125,7 @@ buildPythonPackage rec { homepage = "https://ipython.org/"; changelog = "https://github.com/ipython/ipython/blob/${version}/docs/source/whatsnew/version${lib.versions.major version}.rst"; license = licenses.bsd3; - maintainers = with maintainers; [ bjornfor ] ++ teams.jupyter.members; + maintainers = with maintainers; [ bjornfor ]; + teams = [ teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jamo/default.nix b/pkgs/development/python-modules/jamo/default.nix index d61e56e1c50d8..8f4ec491f7c12 100644 --- a/pkgs/development/python-modules/jamo/default.nix +++ b/pkgs/development/python-modules/jamo/default.nix @@ -26,6 +26,6 @@ buildPythonPackage rec { description = "Hangul syllable decomposition and synthesis using jamo"; homepage = "https://github.com/JDongian/python-jamo"; license = licenses.asl20; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/jenkinsapi/default.nix b/pkgs/development/python-modules/jenkinsapi/default.nix index 299a6e90c9a4c..94a2c4319bc1d 100644 --- a/pkgs/development/python-modules/jenkinsapi/default.nix +++ b/pkgs/development/python-modules/jenkinsapi/default.nix @@ -55,7 +55,8 @@ buildPythonPackage rec { meta = with lib; { description = "Python API for accessing resources on a Jenkins continuous-integration server"; homepage = "https://github.com/salimfadhley/jenkinsapi"; - maintainers = with maintainers; [ drets ] ++ teams.deshaw.members; + maintainers = with maintainers; [ drets ]; + teams = [ teams.deshaw ]; license = licenses.mit; }; } diff --git a/pkgs/development/python-modules/jieba/default.nix b/pkgs/development/python-modules/jieba/default.nix index efce378d706bf..f1a80c7419ae5 100644 --- a/pkgs/development/python-modules/jieba/default.nix +++ b/pkgs/development/python-modules/jieba/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { description = "Chinese Words Segementation Utilities"; homepage = "https://github.com/fxsjy/jieba"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/jsonschema-rs/default.nix b/pkgs/development/python-modules/jsonschema-rs/default.nix index f81f0d004d900..f3ab235379477 100644 --- a/pkgs/development/python-modules/jsonschema-rs/default.nix +++ b/pkgs/development/python-modules/jsonschema-rs/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { homepage = "https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py"; changelog = "https://github.com/Stranger6667/jsonschema/blob/python-v${version}/crates/jsonschema-py/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = lib.teams.apm.members; + teams = [ lib.teams.apm ]; }; } diff --git a/pkgs/development/python-modules/jupyter-book/default.nix b/pkgs/development/python-modules/jupyter-book/default.nix index 33ea4a9e15538..254909ce832da 100644 --- a/pkgs/development/python-modules/jupyter-book/default.nix +++ b/pkgs/development/python-modules/jupyter-book/default.nix @@ -121,7 +121,7 @@ buildPythonPackage rec { homepage = "https://jupyterbook.org/"; changelog = "https://github.com/jupyter-book/jupyter-book/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; mainProgram = "jupyter-book"; }; } diff --git a/pkgs/development/python-modules/jupyter-client/default.nix b/pkgs/development/python-modules/jupyter-client/default.nix index e05209dd80d57..2aec8e08ed1ae 100644 --- a/pkgs/development/python-modules/jupyter-client/default.nix +++ b/pkgs/development/python-modules/jupyter-client/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyter/jupyter_client"; changelog = "https://github.com/jupyter/jupyter_client/blob/v${version}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-collaboration-ui/default.nix b/pkgs/development/python-modules/jupyter-collaboration-ui/default.nix index 2674aa7a8a119..cdc6e1086c215 100644 --- a/pkgs/development/python-modules/jupyter-collaboration-ui/default.nix +++ b/pkgs/development/python-modules/jupyter-collaboration-ui/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { description = "JupyterLab/Jupyter Notebook 7+ extension providing user interface integration for real time collaboration"; homepage = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-collaboration-ui"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-collaboration/default.nix b/pkgs/development/python-modules/jupyter-collaboration/default.nix index 90cc256580374..49f2aeea1a783 100644 --- a/pkgs/development/python-modules/jupyter-collaboration/default.nix +++ b/pkgs/development/python-modules/jupyter-collaboration/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyterlab/jupyter_collaboration"; changelog = "https://github.com/jupyterlab/jupyter_collaboration/blob/v${version}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-console/default.nix b/pkgs/development/python-modules/jupyter-console/default.nix index adf00a9ef12ed..887cd4e21e026 100644 --- a/pkgs/development/python-modules/jupyter-console/default.nix +++ b/pkgs/development/python-modules/jupyter-console/default.nix @@ -84,6 +84,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyter/jupyter_console"; changelog = "https://github.com/jupyter/jupyter_console/releases/tag/v${version}"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-core/default.nix b/pkgs/development/python-modules/jupyter-core/default.nix index 8c60fbb03edfa..9684013f350f0 100644 --- a/pkgs/development/python-modules/jupyter-core/default.nix +++ b/pkgs/development/python-modules/jupyter-core/default.nix @@ -70,6 +70,6 @@ buildPythonPackage rec { homepage = "https://jupyter.org/"; changelog = "https://github.com/jupyter/jupyter_core/blob/${src.rev}/CHANGELOG.md"; license = licenses.bsd3; - maintainers = teams.jupyter.members; + teams = [ teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-docprovider/default.nix b/pkgs/development/python-modules/jupyter-docprovider/default.nix index db74157af7db2..2d92623c3761b 100644 --- a/pkgs/development/python-modules/jupyter-docprovider/default.nix +++ b/pkgs/development/python-modules/jupyter-docprovider/default.nix @@ -39,6 +39,6 @@ buildPythonPackage rec { description = "JupyterLab/Jupyter Notebook 7+ extension integrating collaborative shared models"; homepage = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-docprovider"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-events/default.nix b/pkgs/development/python-modules/jupyter-events/default.nix index 439de0c2224a8..2af4cdc6b23cc 100644 --- a/pkgs/development/python-modules/jupyter-events/default.nix +++ b/pkgs/development/python-modules/jupyter-events/default.nix @@ -85,6 +85,6 @@ buildPythonPackage rec { mainProgram = "jupyter-events"; homepage = "https://github.com/jupyter/jupyter_events"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-server-ydoc/default.nix b/pkgs/development/python-modules/jupyter-server-ydoc/default.nix index f0036fe14df4b..f8f4e1023c228 100644 --- a/pkgs/development/python-modules/jupyter-server-ydoc/default.nix +++ b/pkgs/development/python-modules/jupyter-server-ydoc/default.nix @@ -47,6 +47,6 @@ buildPythonPackage rec { description = "Jupyter-server extension integrating collaborative shared models"; homepage = "https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-server-ydoc"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix index 3a4065703ff70..449f13a746893 100644 --- a/pkgs/development/python-modules/jupyter-server/default.nix +++ b/pkgs/development/python-modules/jupyter-server/default.nix @@ -140,6 +140,6 @@ buildPythonPackage rec { mainProgram = "jupyter-server"; homepage = "https://github.com/jupyter-server/jupyter_server"; license = lib.licenses.bsdOriginal; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyter-ydoc/default.nix b/pkgs/development/python-modules/jupyter-ydoc/default.nix index 94b9c84fa4bbf..01cb32662815f 100644 --- a/pkgs/development/python-modules/jupyter-ydoc/default.nix +++ b/pkgs/development/python-modules/jupyter-ydoc/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { description = "Document structures for collaborative editing using Ypy"; homepage = "https://github.com/jupyter-server/jupyter_ydoc"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyterhub/default.nix b/pkgs/development/python-modules/jupyterhub/default.nix index 5fb9cc969b59b..0e1fa2f5bc222 100644 --- a/pkgs/development/python-modules/jupyterhub/default.nix +++ b/pkgs/development/python-modules/jupyterhub/default.nix @@ -169,7 +169,7 @@ buildPythonPackage rec { homepage = "https://github.com/jupyterhub/jupyterhub"; changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md"; license = licenses.bsd3; - maintainers = teams.jupyter.members; + teams = [ teams.jupyter ]; # darwin: E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found broken = stdenv.hostPlatform.isDarwin; }; diff --git a/pkgs/development/python-modules/jupyterlab-server/default.nix b/pkgs/development/python-modules/jupyterlab-server/default.nix index 357b2b2925950..968afeb9cce86 100644 --- a/pkgs/development/python-modules/jupyterlab-server/default.nix +++ b/pkgs/development/python-modules/jupyterlab-server/default.nix @@ -88,6 +88,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyterlab/jupyterlab_server"; changelog = "https://github.com/jupyterlab/jupyterlab_server/blob/v${version}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/jupyterlab/default.nix b/pkgs/development/python-modules/jupyterlab/default.nix index 1e582a3f08bfe..f77549abf0196 100644 --- a/pkgs/development/python-modules/jupyterlab/default.nix +++ b/pkgs/development/python-modules/jupyterlab/default.nix @@ -74,7 +74,7 @@ buildPythonPackage rec { description = "Jupyter lab environment notebook server extension"; license = licenses.bsd3; homepage = "https://jupyter.org/"; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; mainProgram = "jupyter-lab"; }; } diff --git a/pkgs/development/python-modules/jupytext/default.nix b/pkgs/development/python-modules/jupytext/default.nix index 4954901e11698..67a6b7cff3af0 100644 --- a/pkgs/development/python-modules/jupytext/default.nix +++ b/pkgs/development/python-modules/jupytext/default.nix @@ -85,7 +85,7 @@ buildPythonPackage rec { homepage = "https://github.com/mwouts/jupytext"; changelog = "https://github.com/mwouts/jupytext/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; mainProgram = "jupytext"; }; } diff --git a/pkgs/development/python-modules/k-diffusion/default.nix b/pkgs/development/python-modules/k-diffusion/default.nix index d8d0aa0c7d1a2..8fa3660c03650 100644 --- a/pkgs/development/python-modules/k-diffusion/default.nix +++ b/pkgs/development/python-modules/k-diffusion/default.nix @@ -67,6 +67,6 @@ buildPythonPackage rec { description = "Karras et al. (2022) diffusion models for PyTorch"; homepage = "https://github.com/crowsonkb/k-diffusion"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/keystoneauth1/default.nix b/pkgs/development/python-modules/keystoneauth1/default.nix index 655d6c4d5f7a0..16c33b7997a30 100644 --- a/pkgs/development/python-modules/keystoneauth1/default.nix +++ b/pkgs/development/python-modules/keystoneauth1/default.nix @@ -84,6 +84,6 @@ buildPythonPackage rec { description = "Authentication Library for OpenStack Identity"; homepage = "https://github.com/openstack/keystoneauth"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/kivy-garden-modernmenu/default.nix b/pkgs/development/python-modules/kivy-garden-modernmenu/default.nix index 53bf885ee1815..7ebb517f7de64 100644 --- a/pkgs/development/python-modules/kivy-garden-modernmenu/default.nix +++ b/pkgs/development/python-modules/kivy-garden-modernmenu/default.nix @@ -40,6 +40,6 @@ buildPythonPackage { description = "Stylized menu system for Kivy"; homepage = "https://github.com/kivy-garden/modernmenu"; license = lib.licenses.mit; - maintainers = lib.teams.ngi.members; + teams = [ lib.teams.ngi ]; }; } diff --git a/pkgs/development/python-modules/krb5/default.nix b/pkgs/development/python-modules/krb5/default.nix index 093e45b5ce812..c3eaf8f81b208 100644 --- a/pkgs/development/python-modules/krb5/default.nix +++ b/pkgs/development/python-modules/krb5/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { description = "Kerberos API bindings for Python"; homepage = "https://github.com/jborean93/pykrb5"; license = licenses.mit; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; broken = stdenv.hostPlatform.isDarwin; # TODO: figure out how to build on Darwin }; } diff --git a/pkgs/development/python-modules/libpcap/default.nix b/pkgs/development/python-modules/libpcap/default.nix index 096aaa5c19404..e951a552af28f 100644 --- a/pkgs/development/python-modules/libpcap/default.nix +++ b/pkgs/development/python-modules/libpcap/default.nix @@ -66,6 +66,6 @@ buildPythonPackage rec { homepage = "https://github.com/karpierz/libpcap/"; changelog = "https://github.com/karpierz/libpcap/blob/${version}/CHANGES.rst"; license = licenses.bsd3; - maintainers = teams.ororatech.members; + teams = [ teams.ororatech ]; }; } diff --git a/pkgs/development/python-modules/libpysal/default.nix b/pkgs/development/python-modules/libpysal/default.nix index 007677277968b..99bd83935d173 100644 --- a/pkgs/development/python-modules/libpysal/default.nix +++ b/pkgs/development/python-modules/libpysal/default.nix @@ -84,6 +84,6 @@ buildPythonPackage rec { homepage = "https://pysal.org/libpysal/"; changelog = "https://github.com/pysal/libpysal/releases/tag/${src.tag}"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/lrcalc-python/default.nix b/pkgs/development/python-modules/lrcalc-python/default.nix index 8cbe109c2edbd..65f9373629e46 100644 --- a/pkgs/development/python-modules/lrcalc-python/default.nix +++ b/pkgs/development/python-modules/lrcalc-python/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Littlewood-Richardson Calculator bindings"; homepage = "https://sites.math.rutgers.edu/~asbuch/lrcalc/"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.gpl3; }; } diff --git a/pkgs/development/python-modules/mapclassify/default.nix b/pkgs/development/python-modules/mapclassify/default.nix index 75912a159421d..7bf817fab321a 100644 --- a/pkgs/development/python-modules/mapclassify/default.nix +++ b/pkgs/development/python-modules/mapclassify/default.nix @@ -61,6 +61,6 @@ buildPythonPackage rec { homepage = "https://pysal.org/mapclassify/"; changelog = "https://github.com/pysal/mapclassify/releases/tag/v${version}"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/memory-allocator/default.nix b/pkgs/development/python-modules/memory-allocator/default.nix index 1dd2782396cfd..df8fd162fd411 100644 --- a/pkgs/development/python-modules/memory-allocator/default.nix +++ b/pkgs/development/python-modules/memory-allocator/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = with lib; { description = "Extension class to allocate memory easily with cython"; homepage = "https://github.com/sagemath/memory_allocator/"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.lgpl3Plus; }; } diff --git a/pkgs/development/python-modules/minify-html/default.nix b/pkgs/development/python-modules/minify-html/default.nix index d2e9eba7cf2f5..d114134ae9243 100644 --- a/pkgs/development/python-modules/minify-html/default.nix +++ b/pkgs/development/python-modules/minify-html/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/wilsonzlin/minify-html/tree/master/minify-html-python"; changelog = "https://github.com/wilsonzlin/minify-html/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = lib.teams.apm.members; + teams = [ lib.teams.apm ]; }; } diff --git a/pkgs/development/python-modules/momepy/default.nix b/pkgs/development/python-modules/momepy/default.nix index 00334eacf4f83..5e0998cb4917c 100644 --- a/pkgs/development/python-modules/momepy/default.nix +++ b/pkgs/development/python-modules/momepy/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { description = "Urban Morphology Measuring Toolkit"; homepage = "https://github.com/pysal/momepy"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/morecantile/default.nix b/pkgs/development/python-modules/morecantile/default.nix index 76b48b5ff0271..7d5bc5801c87e 100644 --- a/pkgs/development/python-modules/morecantile/default.nix +++ b/pkgs/development/python-modules/morecantile/default.nix @@ -54,7 +54,7 @@ buildPythonPackage rec { description = "Construct and use map tile grids in different projection"; homepage = "https://developmentseed.org/morecantile/"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; mainProgram = "morecantile"; }; } diff --git a/pkgs/development/python-modules/napalm/default.nix b/pkgs/development/python-modules/napalm/default.nix index caffb2ac19ee9..c942625fe8911 100644 --- a/pkgs/development/python-modules/napalm/default.nix +++ b/pkgs/development/python-modules/napalm/default.nix @@ -80,6 +80,6 @@ buildPythonPackage rec { description = "Network Automation and Programmability Abstraction Layer with Multivendor support"; homepage = "https://github.com/napalm-automation/napalm"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.c3d2.members; + teams = [ teams.c3d2 ]; }; } diff --git a/pkgs/development/python-modules/nbconvert/default.nix b/pkgs/development/python-modules/nbconvert/default.nix index 873d206d09629..90c543962bf8b 100644 --- a/pkgs/development/python-modules/nbconvert/default.nix +++ b/pkgs/development/python-modules/nbconvert/default.nix @@ -109,6 +109,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyter/nbconvert"; changelog = "https://github.com/jupyter/nbconvert/blob/v${version}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/notebook/default.nix b/pkgs/development/python-modules/notebook/default.nix index 70531875bced1..3d0e1acb3670a 100644 --- a/pkgs/development/python-modules/notebook/default.nix +++ b/pkgs/development/python-modules/notebook/default.nix @@ -67,7 +67,7 @@ buildPythonPackage rec { description = "Web-based notebook environment for interactive computing"; homepage = "https://github.com/jupyter/notebook"; license = lib.licenses.bsd3; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; mainProgram = "jupyter-notebook"; }; } diff --git a/pkgs/development/python-modules/openrazer/common.nix b/pkgs/development/python-modules/openrazer/common.nix index 4a09be82ecf96..df6f5ef4d8a9f 100644 --- a/pkgs/development/python-modules/openrazer/common.nix +++ b/pkgs/development/python-modules/openrazer/common.nix @@ -13,7 +13,8 @@ rec { meta = { homepage = "https://openrazer.github.io/"; license = lib.licenses.gpl2Only; - maintainers = with lib.maintainers; [ evanjs ] ++ lib.teams.lumiguide.members; + maintainers = with lib.maintainers; [ evanjs ]; + teams = [ lib.teams.lumiguide ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/openstackdocstheme/default.nix b/pkgs/development/python-modules/openstackdocstheme/default.nix index ce3b63ff88440..dd1ebe0a52d95 100644 --- a/pkgs/development/python-modules/openstackdocstheme/default.nix +++ b/pkgs/development/python-modules/openstackdocstheme/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { description = "Sphinx theme for RST-sourced documentation published to docs.openstack.org"; homepage = "https://github.com/openstack/openstackdocstheme"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/openstacksdk/default.nix b/pkgs/development/python-modules/openstacksdk/default.nix index c51c06a7286ad..104f76dec0f67 100644 --- a/pkgs/development/python-modules/openstacksdk/default.nix +++ b/pkgs/development/python-modules/openstacksdk/default.nix @@ -79,6 +79,6 @@ buildPythonPackage rec { mainProgram = "openstack-inventory"; homepage = "https://github.com/openstack/openstacksdk"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/opentelemetry-api/default.nix b/pkgs/development/python-modules/opentelemetry-api/default.nix index be2711071c819..3917aa40b932d 100644 --- a/pkgs/development/python-modules/opentelemetry-api/default.nix +++ b/pkgs/development/python-modules/opentelemetry-api/default.nix @@ -65,7 +65,8 @@ let description = "OpenTelemetry Python API"; changelog = "https://github.com/open-telemetry/opentelemetry-python/releases/tag/${src.tag}"; license = licenses.asl20; - maintainers = teams.deshaw.members ++ [ maintainers.natsukium ]; + maintainers = [ maintainers.natsukium ]; + teams = [ teams.deshaw ]; }; }; in diff --git a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix index a01e04dae9c17..f99801f13bb76 100644 --- a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix +++ b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix @@ -58,6 +58,7 @@ buildPythonPackage rec { homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation"; changelog = "https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v${version}"; license = licenses.asl20; - maintainers = teams.deshaw.members ++ [ maintainers.natsukium ]; + maintainers = [ maintainers.natsukium ]; + teams = [ teams.deshaw ]; }; } diff --git a/pkgs/development/python-modules/os-client-config/default.nix b/pkgs/development/python-modules/os-client-config/default.nix index 820ee9222dbc8..ea7e88aca8b8e 100644 --- a/pkgs/development/python-modules/os-client-config/default.nix +++ b/pkgs/development/python-modules/os-client-config/default.nix @@ -66,6 +66,6 @@ buildPythonPackage rec { description = "Unified config handling for client libraries and programs"; homepage = "https://github.com/openstack/os-client-config"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/os-service-types/default.nix b/pkgs/development/python-modules/os-service-types/default.nix index e17e8f5fffe48..c2698d1b02871 100644 --- a/pkgs/development/python-modules/os-service-types/default.nix +++ b/pkgs/development/python-modules/os-service-types/default.nix @@ -41,6 +41,6 @@ buildPythonPackage rec { description = "Python library for consuming OpenStack service-types-authority data"; homepage = "https://github.com/openstack/os-service-types"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/osc-lib/default.nix b/pkgs/development/python-modules/osc-lib/default.nix index 3abf6888b8708..7f66de96733c0 100644 --- a/pkgs/development/python-modules/osc-lib/default.nix +++ b/pkgs/development/python-modules/osc-lib/default.nix @@ -60,6 +60,6 @@ buildPythonPackage rec { description = "OpenStackClient Library"; homepage = "https://github.com/openstack/osc-lib"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/osc-placement/default.nix b/pkgs/development/python-modules/osc-placement/default.nix index f353710c95dc2..2a6e26775918c 100644 --- a/pkgs/development/python-modules/osc-placement/default.nix +++ b/pkgs/development/python-modules/osc-placement/default.nix @@ -68,6 +68,6 @@ buildPythonPackage rec { homepage = "https://opendev.org/openstack/osc-placement"; description = "OpenStackClient plugin for the Placement service"; license = lib.licenses.asl20; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-concurrency/default.nix b/pkgs/development/python-modules/oslo-concurrency/default.nix index 6876f33cbdb7f..e554b710e7230 100644 --- a/pkgs/development/python-modules/oslo-concurrency/default.nix +++ b/pkgs/development/python-modules/oslo-concurrency/default.nix @@ -77,6 +77,6 @@ buildPythonPackage rec { mainProgram = "lockutils-wrapper"; homepage = "https://github.com/openstack/oslo.concurrency"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-config/default.nix b/pkgs/development/python-modules/oslo-config/default.nix index 793776d399ff2..a4274a88b1edf 100644 --- a/pkgs/development/python-modules/oslo-config/default.nix +++ b/pkgs/development/python-modules/oslo-config/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { description = "Oslo Configuration API"; homepage = "https://github.com/openstack/oslo.config"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-context/default.nix b/pkgs/development/python-modules/oslo-context/default.nix index 7c7cc9a181d55..f81be99451f32 100644 --- a/pkgs/development/python-modules/oslo-context/default.nix +++ b/pkgs/development/python-modules/oslo-context/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { description = "Oslo Context library"; homepage = "https://github.com/openstack/oslo.context"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-db/default.nix b/pkgs/development/python-modules/oslo-db/default.nix index d432b352628e3..6ecc24f95a360 100644 --- a/pkgs/development/python-modules/oslo-db/default.nix +++ b/pkgs/development/python-modules/oslo-db/default.nix @@ -66,6 +66,6 @@ buildPythonPackage rec { description = "Oslo Database library"; homepage = "https://github.com/openstack/oslo.db"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-i18n/default.nix b/pkgs/development/python-modules/oslo-i18n/default.nix index 4415ab0230fd7..162ebe47267c4 100644 --- a/pkgs/development/python-modules/oslo-i18n/default.nix +++ b/pkgs/development/python-modules/oslo-i18n/default.nix @@ -54,6 +54,6 @@ buildPythonPackage rec { description = "Oslo i18n library"; homepage = "https://github.com/openstack/oslo.i18n"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-log/default.nix b/pkgs/development/python-modules/oslo-log/default.nix index 55984a5bfe46e..f488d317c00cf 100644 --- a/pkgs/development/python-modules/oslo-log/default.nix +++ b/pkgs/development/python-modules/oslo-log/default.nix @@ -71,6 +71,6 @@ buildPythonPackage rec { mainProgram = "convert-json"; homepage = "https://github.com/openstack/oslo.log"; license = lib.licenses.asl20; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-serialization/default.nix b/pkgs/development/python-modules/oslo-serialization/default.nix index d8c3b892a5007..17be0e980f20d 100644 --- a/pkgs/development/python-modules/oslo-serialization/default.nix +++ b/pkgs/development/python-modules/oslo-serialization/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { description = "Oslo Serialization library"; homepage = "https://github.com/openstack/oslo.serialization"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslo-utils/default.nix b/pkgs/development/python-modules/oslo-utils/default.nix index d18e38a517e5e..b174efdb298e0 100644 --- a/pkgs/development/python-modules/oslo-utils/default.nix +++ b/pkgs/development/python-modules/oslo-utils/default.nix @@ -101,6 +101,6 @@ buildPythonPackage rec { description = "Oslo Utility library"; homepage = "https://github.com/openstack/oslo.utils"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/oslotest/default.nix b/pkgs/development/python-modules/oslotest/default.nix index 9aebaf81d38cb..5114df79c6530 100644 --- a/pkgs/development/python-modules/oslotest/default.nix +++ b/pkgs/development/python-modules/oslotest/default.nix @@ -40,6 +40,6 @@ buildPythonPackage rec { description = "Oslo test framework"; homepage = "https://github.com/openstack/oslotest"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/osmpythontools/default.nix b/pkgs/development/python-modules/osmpythontools/default.nix index b64ea716e5538..8f8e21974597f 100644 --- a/pkgs/development/python-modules/osmpythontools/default.nix +++ b/pkgs/development/python-modules/osmpythontools/default.nix @@ -57,6 +57,7 @@ buildPythonPackage rec { homepage = "https://github.com/mocnik-science/osm-python-tools"; license = licenses.gpl3Only; changelog = "https://raw.githubusercontent.com/mocnik-science/osm-python-tools/v${version}/version-history.md"; - maintainers = with maintainers; teams.geospatial.members ++ [ das-g ]; + maintainers = with maintainers; [ das-g ]; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/osprofiler/default.nix b/pkgs/development/python-modules/osprofiler/default.nix index 01c8c09f1c156..b0c6e012133d0 100644 --- a/pkgs/development/python-modules/osprofiler/default.nix +++ b/pkgs/development/python-modules/osprofiler/default.nix @@ -49,6 +49,6 @@ buildPythonPackage rec { homepage = "https://opendev.org/openstack/osprofiler/"; license = licenses.asl20; mainProgram = "osprofiler"; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/owslib/default.nix b/pkgs/development/python-modules/owslib/default.nix index 233e0891e9a0c..786523dd74206 100644 --- a/pkgs/development/python-modules/owslib/default.nix +++ b/pkgs/development/python-modules/owslib/default.nix @@ -70,6 +70,6 @@ buildPythonPackage rec { homepage = "https://www.osgeo.org/projects/owslib/"; changelog = "https://github.com/geopython/OWSLib/releases/tag/${src.tag}"; license = licenses.bsd3; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/packaging/default.nix b/pkgs/development/python-modules/packaging/default.nix index e93e3680351bf..dc014fc6a77a9 100644 --- a/pkgs/development/python-modules/packaging/default.nix +++ b/pkgs/development/python-modules/packaging/default.nix @@ -57,7 +57,8 @@ let bsd2 asl20 ]; - maintainers = teams.python.members ++ (with maintainers; [ bennofs ]); + maintainers = with maintainers; [ bennofs ]; + teams = [ teams.python ]; }; }; in diff --git a/pkgs/development/python-modules/paramiko/default.nix b/pkgs/development/python-modules/paramiko/default.nix index 2e531c16a2e3c..56c676f8f0e68 100644 --- a/pkgs/development/python-modules/paramiko/default.nix +++ b/pkgs/development/python-modules/paramiko/default.nix @@ -74,6 +74,6 @@ buildPythonPackage rec { between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too. ''; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; }; } diff --git a/pkgs/development/python-modules/pastedeploy/default.nix b/pkgs/development/python-modules/pastedeploy/default.nix index 8b25b8f4aab5b..4edafccb3cdc7 100644 --- a/pkgs/development/python-modules/pastedeploy/default.nix +++ b/pkgs/development/python-modules/pastedeploy/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { homepage = "https://github.com/Pylons/pastedeploy"; changelog = "https://github.com/Pylons/pastedeploy/blob/${version}/docs/news.rst"; license = licenses.mit; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/pbr/default.nix b/pkgs/development/python-modules/pbr/default.nix index fe52ff5b7da9d..ae34740c87af0 100644 --- a/pkgs/development/python-modules/pbr/default.nix +++ b/pkgs/development/python-modules/pbr/default.nix @@ -40,6 +40,6 @@ buildPythonPackage rec { mainProgram = "pbr"; homepage = "https://github.com/openstack/pbr"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/pkg-about/default.nix b/pkgs/development/python-modules/pkg-about/default.nix index 2326aba56a1f5..58d217546d345 100644 --- a/pkgs/development/python-modules/pkg-about/default.nix +++ b/pkgs/development/python-modules/pkg-about/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { homepage = "https://github.com/karpierz/pkg_about/"; changelog = "https://github.com/karpierz/pkg_about/blob/${version}/CHANGES.rst"; license = licenses.zlib; - maintainers = teams.ororatech.members; + teams = [ teams.ororatech ]; }; } diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix index f44cd9ac93673..1d7c6c7813ab7 100644 --- a/pkgs/development/python-modules/poetry-core/default.nix +++ b/pkgs/development/python-modules/poetry-core/default.nix @@ -64,6 +64,6 @@ buildPythonPackage rec { description = "Poetry PEP 517 Build Backend"; homepage = "https://github.com/python-poetry/poetry-core/"; license = licenses.mit; - maintainers = teams.python.members; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/pplpy/default.nix b/pkgs/development/python-modules/pplpy/default.nix index d9684090774a7..ac03516955bde 100644 --- a/pkgs/development/python-modules/pplpy/default.nix +++ b/pkgs/development/python-modules/pplpy/default.nix @@ -68,7 +68,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python wrapper for ppl"; homepage = "https://gitlab.com/videlec/pplpy"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.gpl3; }; } diff --git a/pkgs/development/python-modules/primecountpy/default.nix b/pkgs/development/python-modules/primecountpy/default.nix index 1d9a31791e237..666713cd95b5a 100644 --- a/pkgs/development/python-modules/primecountpy/default.nix +++ b/pkgs/development/python-modules/primecountpy/default.nix @@ -39,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Cython interface for C++ primecount library"; homepage = "https://github.com/dimpase/primecountpy/"; - maintainers = teams.sage.members; + teams = [ teams.sage ]; license = licenses.gpl3Only; }; } diff --git a/pkgs/development/python-modules/psutil-home-assistant/default.nix b/pkgs/development/python-modules/psutil-home-assistant/default.nix index 447283def468b..c7d83164377f5 100644 --- a/pkgs/development/python-modules/psutil-home-assistant/default.nix +++ b/pkgs/development/python-modules/psutil-home-assistant/default.nix @@ -27,6 +27,6 @@ buildPythonPackage rec { description = "Wrapper of psutil that removes reliance on globals"; homepage = "https://github.com/home-assistant-libs/psutil-home-assistant"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/py-radix-sr/default.nix b/pkgs/development/python-modules/py-radix-sr/default.nix index 307abcc9bd678..4b6bad8a83d4e 100644 --- a/pkgs/development/python-modules/py-radix-sr/default.nix +++ b/pkgs/development/python-modules/py-radix-sr/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { isc bsdOriginal ]; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/pycrdt-websocket/default.nix b/pkgs/development/python-modules/pycrdt-websocket/default.nix index ec07f899bdbee..7a3a2362de002 100644 --- a/pkgs/development/python-modules/pycrdt-websocket/default.nix +++ b/pkgs/development/python-modules/pycrdt-websocket/default.nix @@ -79,6 +79,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyter-server/pycrdt-websocket"; changelog = "https://github.com/jupyter-server/pycrdt-websocket/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/pycrdt/default.nix b/pkgs/development/python-modules/pycrdt/default.nix index 9d84c80ffe061..a51cacc66692c 100644 --- a/pkgs/development/python-modules/pycrdt/default.nix +++ b/pkgs/development/python-modules/pycrdt/default.nix @@ -65,6 +65,6 @@ buildPythonPackage rec { homepage = "https://github.com/jupyter-server/pycrdt"; changelog = "https://github.com/jupyter-server/pycrdt/blob/${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = lib.teams.jupyter.members; + teams = [ lib.teams.jupyter ]; }; } diff --git a/pkgs/development/python-modules/pycsdr/default.nix b/pkgs/development/python-modules/pycsdr/default.nix index 53a8f25d78d8b..b3545bf63c382 100644 --- a/pkgs/development/python-modules/pycsdr/default.nix +++ b/pkgs/development/python-modules/pycsdr/default.nix @@ -27,6 +27,6 @@ buildPythonPackage rec { homepage = "https://github.com/jketterl/pycsdr"; description = "bindings for the csdr library"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.c3d2.members; + teams = [ lib.teams.c3d2 ]; }; } diff --git a/pkgs/development/python-modules/pycyphal/default.nix b/pkgs/development/python-modules/pycyphal/default.nix index 28cda484050c8..c587497eea138 100644 --- a/pkgs/development/python-modules/pycyphal/default.nix +++ b/pkgs/development/python-modules/pycyphal/default.nix @@ -86,6 +86,6 @@ buildPythonPackage rec { homepage = "https://opencyphal.org/"; changelog = "https://github.com/OpenCyphal/pycyphal/blob/${version}/CHANGELOG.rst"; license = licenses.mit; - maintainers = teams.ororatech.members; + teams = [ teams.ororatech ]; }; } diff --git a/pkgs/development/python-modules/pydigiham/default.nix b/pkgs/development/python-modules/pydigiham/default.nix index 77653bc83c34b..ddec29080b90c 100644 --- a/pkgs/development/python-modules/pydigiham/default.nix +++ b/pkgs/development/python-modules/pydigiham/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://github.com/jketterl/pydigiham"; description = "bindings for the csdr library"; license = lib.licenses.gpl3Only; - maintainers = lib.teams.c3d2.members; + teams = [ lib.teams.c3d2 ]; }; } diff --git a/pkgs/development/python-modules/pyeclib/default.nix b/pkgs/development/python-modules/pyeclib/default.nix index d025e5426f4f9..36d8ae711ec98 100644 --- a/pkgs/development/python-modules/pyeclib/default.nix +++ b/pkgs/development/python-modules/pyeclib/default.nix @@ -56,6 +56,6 @@ buildPythonPackage rec { description = "This library provides a simple Python interface for implementing erasure codes"; homepage = "https://github.com/openstack/pyeclib"; license = licenses.bsd2; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/pygmt/default.nix b/pkgs/development/python-modules/pygmt/default.nix index 42efd2c5b1373..7c6f6a53a1ad8 100644 --- a/pkgs/development/python-modules/pygmt/default.nix +++ b/pkgs/development/python-modules/pygmt/default.nix @@ -66,6 +66,6 @@ buildPythonPackage rec { homepage = "https://github.com/GenericMappingTools/pygmt"; license = lib.licenses.bsd3; changelog = "https://github.com/GenericMappingTools/pygmt/releases/tag/${src.tag}"; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/pyixapi/default.nix b/pkgs/development/python-modules/pyixapi/default.nix index 4334f451ac592..46db024222b1e 100644 --- a/pkgs/development/python-modules/pyixapi/default.nix +++ b/pkgs/development/python-modules/pyixapi/default.nix @@ -41,6 +41,6 @@ buildPythonPackage rec { homepage = "https://github.com/peering-manager/pyixapi/"; changelog = "https://github.com/peering-manager/pyixapi/releases/tag/${src.tag}"; license = licenses.asl20; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/pyogrio/default.nix b/pkgs/development/python-modules/pyogrio/default.nix index 559a4e0af835a..ffba2dbdfcb9c 100644 --- a/pkgs/development/python-modules/pyogrio/default.nix +++ b/pkgs/development/python-modules/pyogrio/default.nix @@ -67,6 +67,6 @@ buildPythonPackage rec { homepage = "https://pyogrio.readthedocs.io/"; changelog = "https://github.com/geopandas/pyogrio/blob/${src.rev}/CHANGES.md"; license = lib.licenses.mit; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/pypinyin/default.nix b/pkgs/development/python-modules/pypinyin/default.nix index 18360eaa9f2f2..64f7b232b2f04 100644 --- a/pkgs/development/python-modules/pypinyin/default.nix +++ b/pkgs/development/python-modules/pypinyin/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { homepage = "https://github.com/mozillazg/python-pinyin"; changelog = "https://github.com/mozillazg/python-pinyin/blob/${src.tag}/CHANGELOG.rst"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/pyproj/default.nix b/pkgs/development/python-modules/pyproj/default.nix index 9d7df731dfb16..577197aa371b0 100644 --- a/pkgs/development/python-modules/pyproj/default.nix +++ b/pkgs/development/python-modules/pyproj/default.nix @@ -108,12 +108,10 @@ buildPythonPackage rec { homepage = "https://github.com/pyproj4/pyproj"; changelog = "https://github.com/pyproj4/pyproj/blob/${src.rev}/docs/history.rst"; license = licenses.mit; - maintainers = - with maintainers; - teams.geospatial.members - ++ [ - lsix - dotlambda - ]; + maintainers = with maintainers; [ + lsix + dotlambda + ]; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/pyproject-hooks/default.nix b/pkgs/development/python-modules/pyproject-hooks/default.nix index 65bf85d27f392..8b34fe55b1c5b 100644 --- a/pkgs/development/python-modules/pyproject-hooks/default.nix +++ b/pkgs/development/python-modules/pyproject-hooks/default.nix @@ -63,6 +63,6 @@ buildPythonPackage rec { homepage = "https://github.com/pypa/pyproject-hooks"; changelog = "https://github.com/pypa/pyproject-hooks/blob/v${version}/docs/changelog.rst"; license = licenses.mit; - maintainers = teams.python.members; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/pyqwikswitch/default.nix b/pkgs/development/python-modules/pyqwikswitch/default.nix index 5ccd23833092e..b68e11db72d6c 100644 --- a/pkgs/development/python-modules/pyqwikswitch/default.nix +++ b/pkgs/development/python-modules/pyqwikswitch/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "QwikSwitch USB Modem API binding for Python"; homepage = "https://github.com/kellerza/pyqwikswitch"; license = licenses.mit; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/pysbd/default.nix b/pkgs/development/python-modules/pysbd/default.nix index fcc440fe4c74e..2a915521243b9 100644 --- a/pkgs/development/python-modules/pysbd/default.nix +++ b/pkgs/development/python-modules/pysbd/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages"; homepage = "https://github.com/nipunsadvilkar/pySBD"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/pystac-client/default.nix b/pkgs/development/python-modules/pystac-client/default.nix index 9afca9ce01dd5..cf752cf5a5bf3 100644 --- a/pkgs/development/python-modules/pystac-client/default.nix +++ b/pkgs/development/python-modules/pystac-client/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { description = "A Python client for working with STAC Catalogs and APIs"; homepage = "https://github.com/stac-utils/pystac-client"; license = lib.licenses.asl20; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/pystac/default.nix b/pkgs/development/python-modules/pystac/default.nix index ce5407f191a3d..269743e7fd94c 100644 --- a/pkgs/development/python-modules/pystac/default.nix +++ b/pkgs/development/python-modules/pystac/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { description = "Python library for working with any SpatioTemporal Asset Catalog (STAC)"; homepage = "https://github.com/stac-utils/pystac"; license = lib.licenses.asl20; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/pytest-grpc/default.nix b/pkgs/development/python-modules/pytest-grpc/default.nix index 18fa92f9279d2..7e1f58515a4ff 100644 --- a/pkgs/development/python-modules/pytest-grpc/default.nix +++ b/pkgs/development/python-modules/pytest-grpc/default.nix @@ -24,6 +24,6 @@ buildPythonPackage rec { description = "pytest plugin for grpc"; homepage = "https://github.com/MobileDynasty/pytest-env"; license = licenses.mit; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; } diff --git a/pkgs/development/python-modules/pytest/default.nix b/pkgs/development/python-modules/pytest/default.nix index 97be4c03335e0..7027e2492dba5 100644 --- a/pkgs/development/python-modules/pytest/default.nix +++ b/pkgs/development/python-modules/pytest/default.nix @@ -106,7 +106,7 @@ buildPythonPackage rec { description = "Framework for writing tests"; homepage = "https://docs.pytest.org"; changelog = "https://github.com/pytest-dev/pytest/releases/tag/${version}"; - maintainers = teams.python.members; + teams = [ teams.python ]; license = licenses.mit; }; } diff --git a/pkgs/development/python-modules/python-aodhclient/default.nix b/pkgs/development/python-modules/python-aodhclient/default.nix index 342816f73bfdc..b9ef6d55ace67 100644 --- a/pkgs/development/python-modules/python-aodhclient/default.nix +++ b/pkgs/development/python-modules/python-aodhclient/default.nix @@ -77,6 +77,6 @@ buildPythonPackage rec { description = "Client library for OpenStack Aodh API"; license = lib.licenses.asl20; mainProgram = "aodh"; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-barbicanclient/default.nix b/pkgs/development/python-modules/python-barbicanclient/default.nix index 9c65649a2336f..2b91fd28efc03 100644 --- a/pkgs/development/python-modules/python-barbicanclient/default.nix +++ b/pkgs/development/python-modules/python-barbicanclient/default.nix @@ -78,6 +78,6 @@ buildPythonPackage rec { description = "Client library for OpenStack Barbican API"; license = lib.licenses.asl20; mainProgram = "barbican"; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-cinderclient/default.nix b/pkgs/development/python-modules/python-cinderclient/default.nix index 216f5914e7885..ca6110b77e87e 100644 --- a/pkgs/development/python-modules/python-cinderclient/default.nix +++ b/pkgs/development/python-modules/python-cinderclient/default.nix @@ -88,6 +88,6 @@ buildPythonPackage rec { mainProgram = "cinder"; homepage = "https://github.com/openstack/python-cinderclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-crfsuite/default.nix b/pkgs/development/python-modules/python-crfsuite/default.nix index ae56a4e20418c..cc0ee44e25bc3 100644 --- a/pkgs/development/python-modules/python-crfsuite/default.nix +++ b/pkgs/development/python-modules/python-crfsuite/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Python binding for CRFsuite"; homepage = "https://github.com/scrapinghub/python-crfsuite"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/python-designateclient/default.nix b/pkgs/development/python-modules/python-designateclient/default.nix index 44b5b4a665efc..dd638353d3720 100644 --- a/pkgs/development/python-modules/python-designateclient/default.nix +++ b/pkgs/development/python-modules/python-designateclient/default.nix @@ -78,6 +78,6 @@ buildPythonPackage rec { homepage = "https://opendev.org/openstack/python-designateclient"; description = "Client library for OpenStack Designate API"; license = lib.licenses.asl20; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-efl/default.nix b/pkgs/development/python-modules/python-efl/default.nix index 63c1043729fe7..0b0eaec2d29df 100644 --- a/pkgs/development/python-modules/python-efl/default.nix +++ b/pkgs/development/python-modules/python-efl/default.nix @@ -55,12 +55,10 @@ buildPythonPackage rec { gpl3 lgpl3 ]; - maintainers = - with maintainers; - [ - matejc - ftrvxmtrx - ] - ++ teams.enlightenment.members; + maintainers = with maintainers; [ + matejc + ftrvxmtrx + ]; + teams = [ teams.enlightenment ]; }; } diff --git a/pkgs/development/python-modules/python-glanceclient/default.nix b/pkgs/development/python-modules/python-glanceclient/default.nix index 273310df37d45..209f587f8b9db 100644 --- a/pkgs/development/python-modules/python-glanceclient/default.nix +++ b/pkgs/development/python-modules/python-glanceclient/default.nix @@ -92,6 +92,6 @@ buildPythonPackage { description = "Python bindings for the OpenStack Images API"; homepage = "https://github.com/openstack/python-glanceclient/"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-heatclient/default.nix b/pkgs/development/python-modules/python-heatclient/default.nix index dd0a7220896ae..125335c312b85 100644 --- a/pkgs/development/python-modules/python-heatclient/default.nix +++ b/pkgs/development/python-modules/python-heatclient/default.nix @@ -82,6 +82,6 @@ buildPythonPackage rec { mainProgram = "heat"; homepage = "https://github.com/openstack/python-heatclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-ironicclient/default.nix b/pkgs/development/python-modules/python-ironicclient/default.nix index 4f416fd3de680..e056b4afc9d24 100644 --- a/pkgs/development/python-modules/python-ironicclient/default.nix +++ b/pkgs/development/python-modules/python-ironicclient/default.nix @@ -89,6 +89,6 @@ buildPythonPackage rec { mainProgram = "baremetal"; homepage = "https://github.com/openstack/python-ironicclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-keystoneclient/default.nix b/pkgs/development/python-modules/python-keystoneclient/default.nix index 0ea5c5a15acc1..ff276e02b93ec 100644 --- a/pkgs/development/python-modules/python-keystoneclient/default.nix +++ b/pkgs/development/python-modules/python-keystoneclient/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { description = "Client Library for OpenStack Identity"; homepage = "https://github.com/openstack/python-keystoneclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-magnumclient/default.nix b/pkgs/development/python-modules/python-magnumclient/default.nix index 52de2da2cbf0d..b38948d6c8390 100644 --- a/pkgs/development/python-modules/python-magnumclient/default.nix +++ b/pkgs/development/python-modules/python-magnumclient/default.nix @@ -94,6 +94,6 @@ buildPythonPackage rec { description = "Client library for OpenStack Magnum API"; license = lib.licenses.asl20; mainProgram = "magnum"; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-manilaclient/default.nix b/pkgs/development/python-modules/python-manilaclient/default.nix index 90558200c9dc2..bb2d2a9220923 100644 --- a/pkgs/development/python-modules/python-manilaclient/default.nix +++ b/pkgs/development/python-modules/python-manilaclient/default.nix @@ -68,6 +68,6 @@ buildPythonPackage rec { mainProgram = "manila"; homepage = "https://github.com/openstack/python-manilaclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index 133261a665937..b3021288d6a04 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -132,6 +132,6 @@ buildPythonPackage rec { description = "Python bindings for Mapnik"; homepage = "https://mapnik.org"; license = lib.licenses.lgpl21Plus; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index 90563f8b101f5..a8fbd9cdbf8bb 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -129,6 +129,6 @@ buildPythonPackage rec { mainProgram = "matter-server"; homepage = "https://github.com/home-assistant-libs/python-matter-server"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/development/python-modules/python-mistralclient/default.nix b/pkgs/development/python-modules/python-mistralclient/default.nix index 6452fe3063e29..dc763e1c54bce 100644 --- a/pkgs/development/python-modules/python-mistralclient/default.nix +++ b/pkgs/development/python-modules/python-mistralclient/default.nix @@ -90,6 +90,6 @@ buildPythonPackage rec { homepage = "https://opendev.org/openstack/python-mistralclient/"; license = licenses.asl20; mainProgram = "mistral"; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-neutronclient/default.nix b/pkgs/development/python-modules/python-neutronclient/default.nix index 697900ca3dcdc..155a26d64b71d 100644 --- a/pkgs/development/python-modules/python-neutronclient/default.nix +++ b/pkgs/development/python-modules/python-neutronclient/default.nix @@ -91,6 +91,6 @@ buildPythonPackage rec { description = "Python bindings for the OpenStack Networking API"; homepage = "https://github.com/openstack/python-neutronclient/"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-novaclient/default.nix b/pkgs/development/python-modules/python-novaclient/default.nix index 653c2025a35ec..9876da3d82b09 100644 --- a/pkgs/development/python-modules/python-novaclient/default.nix +++ b/pkgs/development/python-modules/python-novaclient/default.nix @@ -78,6 +78,6 @@ buildPythonPackage rec { mainProgram = "nova"; homepage = "https://github.com/openstack/python-novaclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-octaviaclient/default.nix b/pkgs/development/python-modules/python-octaviaclient/default.nix index bac414607d6a1..659285e47619e 100644 --- a/pkgs/development/python-modules/python-octaviaclient/default.nix +++ b/pkgs/development/python-modules/python-octaviaclient/default.nix @@ -98,6 +98,6 @@ buildPythonPackage rec { description = "OpenStack Octavia Command-line Client"; homepage = "https://github.com/openstack/python-octaviaclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 1119f6e896fc2..f6fc84c87a6de 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -107,6 +107,6 @@ buildPythonPackage rec { mainProgram = "openstack"; homepage = "https://github.com/openstack/python-openstackclient"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-swiftclient/default.nix b/pkgs/development/python-modules/python-swiftclient/default.nix index 9cd3685fa0155..eca0e65cb0b5c 100644 --- a/pkgs/development/python-modules/python-swiftclient/default.nix +++ b/pkgs/development/python-modules/python-swiftclient/default.nix @@ -57,6 +57,6 @@ buildPythonPackage rec { description = "Python bindings to the OpenStack Object Storage API"; mainProgram = "swift"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-troveclient/default.nix b/pkgs/development/python-modules/python-troveclient/default.nix index 44297b38f3722..a97b5a8081dcb 100644 --- a/pkgs/development/python-modules/python-troveclient/default.nix +++ b/pkgs/development/python-modules/python-troveclient/default.nix @@ -84,6 +84,6 @@ buildPythonPackage rec { description = "Client library for OpenStack Trove API"; license = lib.licenses.asl20; mainProgram = "trove"; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-watcherclient/default.nix b/pkgs/development/python-modules/python-watcherclient/default.nix index cd0cba731c736..6558a7d669f54 100644 --- a/pkgs/development/python-modules/python-watcherclient/default.nix +++ b/pkgs/development/python-modules/python-watcherclient/default.nix @@ -70,6 +70,6 @@ buildPythonPackage rec { description = "Client library for OpenStack Watcher API"; license = lib.licenses.asl20; mainProgram = "watcher"; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-xapp/default.nix b/pkgs/development/python-modules/python-xapp/default.nix index 9abed704189a6..698f9735fd218 100644 --- a/pkgs/development/python-modules/python-xapp/default.nix +++ b/pkgs/development/python-modules/python-xapp/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { description = "Cross-desktop libraries and common resources for python"; license = licenses.lgpl2Plus; platforms = platforms.linux; - maintainers = teams.cinnamon.members; + teams = [ teams.cinnamon ]; }; } diff --git a/pkgs/development/python-modules/python-zaqarclient/default.nix b/pkgs/development/python-modules/python-zaqarclient/default.nix index 083fa62980461..aaf4e3e5daa0d 100644 --- a/pkgs/development/python-modules/python-zaqarclient/default.nix +++ b/pkgs/development/python-modules/python-zaqarclient/default.nix @@ -77,6 +77,6 @@ buildPythonPackage rec { homepage = "https://github.com/openstack/python-zaqarclient"; description = "Client library for OpenStack Zaqar API"; license = lib.licenses.asl20; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/python-zunclient/default.nix b/pkgs/development/python-modules/python-zunclient/default.nix index 9785016ac9a28..df9fc135c6c84 100644 --- a/pkgs/development/python-modules/python-zunclient/default.nix +++ b/pkgs/development/python-modules/python-zunclient/default.nix @@ -87,6 +87,6 @@ buildPythonPackage rec { description = "Client library for OpenStack Zun API"; license = lib.licenses.asl20; mainProgram = "zun"; - maintainers = lib.teams.openstack.members; + teams = [ lib.teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/rasterio/default.nix b/pkgs/development/python-modules/rasterio/default.nix index 3a1ed83aa5ab3..448adcc5d7b88 100644 --- a/pkgs/development/python-modules/rasterio/default.nix +++ b/pkgs/development/python-modules/rasterio/default.nix @@ -109,6 +109,6 @@ buildPythonPackage rec { homepage = "https://rasterio.readthedocs.io/"; changelog = "https://github.com/rasterio/rasterio/blob/${version}/CHANGES.txt"; license = licenses.bsd3; - maintainers = teams.geospatial.members; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/reno/default.nix b/pkgs/development/python-modules/reno/default.nix index a4a701de99758..525534eda7150 100644 --- a/pkgs/development/python-modules/reno/default.nix +++ b/pkgs/development/python-modules/reno/default.nix @@ -85,6 +85,6 @@ buildPythonApplication rec { mainProgram = "reno"; homepage = "https://docs.openstack.org/reno/latest"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/resize-right/default.nix b/pkgs/development/python-modules/resize-right/default.nix index 43afc063867a8..5c64984251893 100644 --- a/pkgs/development/python-modules/resize-right/default.nix +++ b/pkgs/development/python-modules/resize-right/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { description = "Correct way to resize images or tensors. For Numpy or Pytorch (differentiable"; homepage = "https://github.com/assafshocher/ResizeRight"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/rio-tiler/default.nix b/pkgs/development/python-modules/rio-tiler/default.nix index da27d333ad6db..18c1739231612 100644 --- a/pkgs/development/python-modules/rio-tiler/default.nix +++ b/pkgs/development/python-modules/rio-tiler/default.nix @@ -60,7 +60,7 @@ buildPythonPackage rec { description = "User friendly Rasterio plugin to read raster datasets"; homepage = "https://cogeotiff.github.io/rio-tiler/"; license = licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; # Tests broken with gdal 3.10 # https://github.com/cogeotiff/rio-tiler/issues/769 broken = true; diff --git a/pkgs/development/python-modules/rioxarray/default.nix b/pkgs/development/python-modules/rioxarray/default.nix index 834f206d002ee..908a2b7b372f6 100644 --- a/pkgs/development/python-modules/rioxarray/default.nix +++ b/pkgs/development/python-modules/rioxarray/default.nix @@ -66,6 +66,6 @@ buildPythonPackage rec { homepage = "https://corteva.github.io/rioxarray/"; changelog = "https://github.com/corteva/rioxarray/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/roman-numerals-py/default.nix b/pkgs/development/python-modules/roman-numerals-py/default.nix index 5a2b5008b3500..a16e9feab09e8 100644 --- a/pkgs/development/python-modules/roman-numerals-py/default.nix +++ b/pkgs/development/python-modules/roman-numerals-py/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { homepage = "https://github.com/AA-Turner/roman-numerals/"; changelog = "https://github.com/AA-Turner/roman-numerals/blob/${src.tag}/CHANGES.rst"; license = lib.licenses.cc0; - maintainers = sphinx.meta.maintainers; + teams = sphinx.meta.teams; mainProgram = "roman-numerals-py"; platforms = lib.platforms.all; }; diff --git a/pkgs/development/python-modules/rotary-embedding-torch/default.nix b/pkgs/development/python-modules/rotary-embedding-torch/default.nix index facd9e0b23634..c78c437f3ef6a 100644 --- a/pkgs/development/python-modules/rotary-embedding-torch/default.nix +++ b/pkgs/development/python-modules/rotary-embedding-torch/default.nix @@ -45,6 +45,6 @@ buildPythonPackage rec { homepage = "https://github.com/lucidrains/rotary-embedding-torch"; changelog = "https://github.com/lucidrains/rotary-embedding-torch/releases/tag/${version}"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/rtree/default.nix b/pkgs/development/python-modules/rtree/default.nix index a30e420c05892..d0eeb585c7273 100644 --- a/pkgs/development/python-modules/rtree/default.nix +++ b/pkgs/development/python-modules/rtree/default.nix @@ -49,6 +49,7 @@ buildPythonPackage rec { homepage = "https://github.com/Toblerity/rtree"; changelog = "https://github.com/Toblerity/rtree/blob/${src.tag}/CHANGES.rst"; license = licenses.mit; - maintainers = with maintainers; teams.geospatial.members ++ [ bgamari ]; + maintainers = with maintainers; [ bgamari ]; + teams = [ teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/setuptools/default.nix b/pkgs/development/python-modules/setuptools/default.nix index 3629d5a3aa2d5..99d3c13fea109 100644 --- a/pkgs/development/python-modules/setuptools/default.nix +++ b/pkgs/development/python-modules/setuptools/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { }"; license = with licenses; [ mit ]; platforms = python.meta.platforms; - maintainers = teams.python.members; + teams = [ teams.python ]; }; } diff --git a/pkgs/development/python-modules/shapely/default.nix b/pkgs/development/python-modules/shapely/default.nix index f7f6ecb96acb1..91add277496e5 100644 --- a/pkgs/development/python-modules/shapely/default.nix +++ b/pkgs/development/python-modules/shapely/default.nix @@ -65,6 +65,6 @@ buildPythonPackage rec { description = "Manipulation and analysis of geometric objects"; homepage = "https://github.com/shapely/shapely"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/smtpdfix/default.nix b/pkgs/development/python-modules/smtpdfix/default.nix index 51346fe358aa4..9c6078c3a048e 100644 --- a/pkgs/development/python-modules/smtpdfix/default.nix +++ b/pkgs/development/python-modules/smtpdfix/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { homepage = "https://github.com/bebleo/smtpdfix"; changelog = "https://github.com/bebleo/smtpdfix/releases/tag/v${version}"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index e578f401e9364..72e199987a198 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -190,6 +190,6 @@ buildPythonPackage rec { homepage = "https://www.sphinx-doc.org"; changelog = "https://www.sphinx-doc.org/en/master/changes.html"; license = lib.licenses.bsd3; - maintainers = lib.teams.sphinx.members; + teams = [ lib.teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix b/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix index 359b5387f6399..c082247fbaf99 100644 --- a/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { description = "Sphinx extension for running sphinx-apidoc on each build"; homepage = "https://github.com/sphinx-contrib/apidoc"; license = licenses.bsd2; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix index b2afb6071d4bb..3bd8448fb4b91 100644 --- a/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"; homepage = "https://github.com/sphinx-doc/sphinxcontrib-applehelp"; license = licenses.bsd2; - maintainers = teams.sphinx.members; + teams = [ teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix index 753c4a55c38fd..68b0126aa1c11 100644 --- a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document"; homepage = "https://github.com/sphinx-doc/sphinxcontrib-devhelp"; license = licenses.bsd2; - maintainers = teams.sphinx.members; + teams = [ teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix index 3279faae01287..7d99f7027b803 100644 --- a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "Sphinx extension which renders HTML help files"; homepage = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp"; license = licenses.bsd2; - maintainers = teams.sphinx.members; + teams = [ teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-jsmath/default.nix b/pkgs/development/python-modules/sphinxcontrib-jsmath/default.nix index 9ce7c66abc997..64dd8e4922796 100644 --- a/pkgs/development/python-modules/sphinxcontrib-jsmath/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-jsmath/default.nix @@ -25,6 +25,6 @@ buildPythonPackage rec { description = "sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript"; homepage = "https://github.com/sphinx-doc/sphinxcontrib-jsmath"; license = licenses.bsd0; - maintainers = teams.sphinx.members; + teams = [ teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix index 1dfbb8afb86de..9b92c43d5c1ac 100644 --- a/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-qthelp/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document"; homepage = "https://github.com/sphinx-doc/sphinxcontrib-qthelp"; license = licenses.bsd2; - maintainers = teams.sphinx.members; + teams = [ teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix index 952ade587f416..83f6633e000ad 100644 --- a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)"; homepage = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml"; license = licenses.bsd2; - maintainers = teams.sphinx.members; + teams = [ teams.sphinx ]; }; } diff --git a/pkgs/development/python-modules/starlette-wtf/default.nix b/pkgs/development/python-modules/starlette-wtf/default.nix index c1d3e83dd9200..54aafb0f41324 100644 --- a/pkgs/development/python-modules/starlette-wtf/default.nix +++ b/pkgs/development/python-modules/starlette-wtf/default.nix @@ -43,6 +43,6 @@ buildPythonPackage rec { changelog = "https://github.com/muicss/starlette-wtf/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/muicss/starlette-wtf"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/stestr/default.nix b/pkgs/development/python-modules/stestr/default.nix index 57c1723b86c30..e7914a8f92b80 100644 --- a/pkgs/development/python-modules/stestr/default.nix +++ b/pkgs/development/python-modules/stestr/default.nix @@ -60,6 +60,6 @@ buildPythonPackage rec { mainProgram = "stestr"; homepage = "https://github.com/mtreinish/stestr"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/stevedore/default.nix b/pkgs/development/python-modules/stevedore/default.nix index 616483424c0f4..0c1c38502b080 100644 --- a/pkgs/development/python-modules/stevedore/default.nix +++ b/pkgs/development/python-modules/stevedore/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "Manage dynamic plugins for Python applications"; homepage = "https://github.com/openstack/stevedore"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/subunit2sql/default.nix b/pkgs/development/python-modules/subunit2sql/default.nix index 402ee1a7bc3ec..ea239315d2201 100644 --- a/pkgs/development/python-modules/subunit2sql/default.nix +++ b/pkgs/development/python-modules/subunit2sql/default.nix @@ -56,7 +56,7 @@ buildPythonPackage rec { description = "Command to Read a subunit file or stream and put the data in a SQL DB"; homepage = "https://opendev.org/opendev/subunit2sql"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; # version 1.10.0 is incomptaible with oslo-db 14.0.0 broken = true; }; diff --git a/pkgs/development/python-modules/swift/default.nix b/pkgs/development/python-modules/swift/default.nix index d7dd3b54cb7ea..5c6eceb831492 100644 --- a/pkgs/development/python-modules/swift/default.nix +++ b/pkgs/development/python-modules/swift/default.nix @@ -81,6 +81,6 @@ buildPythonPackage rec { description = "OpenStack Object Storage"; homepage = "https://github.com/openstack/swift"; license = licenses.asl20; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/sympy/default.nix b/pkgs/development/python-modules/sympy/default.nix index a6c5d1fca4253..a4360a586c913 100644 --- a/pkgs/development/python-modules/sympy/default.nix +++ b/pkgs/development/python-modules/sympy/default.nix @@ -36,6 +36,7 @@ buildPythonPackage rec { mainProgram = "isympy"; homepage = "https://www.sympy.org/"; license = licenses.bsd3; - maintainers = with maintainers; [ lovek323 ] ++ teams.sage.members; + maintainers = with maintainers; [ lovek323 ]; + teams = [ teams.sage ]; }; } diff --git a/pkgs/development/python-modules/tempest/default.nix b/pkgs/development/python-modules/tempest/default.nix index cac0455b82cb0..a8184503afc30 100644 --- a/pkgs/development/python-modules/tempest/default.nix +++ b/pkgs/development/python-modules/tempest/default.nix @@ -98,6 +98,6 @@ buildPythonPackage rec { homepage = "https://github.com/openstack/tempest"; license = licenses.asl20; mainProgram = "tempest"; - maintainers = teams.openstack.members; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/python-modules/tiptapy/default.nix b/pkgs/development/python-modules/tiptapy/default.nix index 41fc1c05e54e0..52c625b32c23e 100644 --- a/pkgs/development/python-modules/tiptapy/default.nix +++ b/pkgs/development/python-modules/tiptapy/default.nix @@ -37,6 +37,6 @@ buildPythonPackage { homepage = "https://github.com/stckme/tiptapy"; changelog = "https://github.com/stckme/tiptapy/blob/master/CHANGELOG.rst"; license = lib.licenses.mit; - maintainers = lib.teams.apm.members; + teams = [ lib.teams.apm ]; }; } diff --git a/pkgs/development/python-modules/torchdiffeq/default.nix b/pkgs/development/python-modules/torchdiffeq/default.nix index fed9c71ce5465..34eb33ad2fa5f 100644 --- a/pkgs/development/python-modules/torchdiffeq/default.nix +++ b/pkgs/development/python-modules/torchdiffeq/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { description = "Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation"; homepage = "https://github.com/rtqichen/torchdiffeq"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/torchsde/default.nix b/pkgs/development/python-modules/torchsde/default.nix index 4f44bda9859b6..b80bc7f871d03 100644 --- a/pkgs/development/python-modules/torchsde/default.nix +++ b/pkgs/development/python-modules/torchsde/default.nix @@ -59,6 +59,6 @@ buildPythonPackage rec { description = "Differentiable SDE solvers with GPU support and efficient sensitivity analysis"; homepage = "https://github.com/google-research/torchsde"; license = licenses.asl20; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/trainer/default.nix b/pkgs/development/python-modules/trainer/default.nix index ba4443f07d771..92ed14557cd16 100644 --- a/pkgs/development/python-modules/trainer/default.nix +++ b/pkgs/development/python-modules/trainer/default.nix @@ -60,6 +60,6 @@ buildPythonPackage { homepage = "https://github.com/idiap/coqui-ai-Trainer"; changelog = "https://github.com/idiap/coqui-ai-Trainer/releases/tag/v${version}"; license = licenses.asl20; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/trampoline/default.nix b/pkgs/development/python-modules/trampoline/default.nix index 6cc163885ccc7..802a2da01f289 100644 --- a/pkgs/development/python-modules/trampoline/default.nix +++ b/pkgs/development/python-modules/trampoline/default.nix @@ -26,6 +26,6 @@ buildPythonPackage { description = "Simple and tiny yield-based trampoline implementation for python"; homepage = "https://gitlab.com/ferreum/trampoline"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/unidic-lite/default.nix b/pkgs/development/python-modules/unidic-lite/default.nix index 3152b87253131..e5b136790171e 100644 --- a/pkgs/development/python-modules/unidic-lite/default.nix +++ b/pkgs/development/python-modules/unidic-lite/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { description = "Small version of UniDic"; homepage = "https://github.com/polm/unidic-lite"; license = licenses.mit; - maintainers = teams.tts.members; + teams = [ teams.tts ]; }; } diff --git a/pkgs/development/python-modules/weasyprint/default.nix b/pkgs/development/python-modules/weasyprint/default.nix index 057cfd1a5421b..36824cdcc2ff3 100644 --- a/pkgs/development/python-modules/weasyprint/default.nix +++ b/pkgs/development/python-modules/weasyprint/default.nix @@ -106,6 +106,6 @@ buildPythonPackage rec { mainProgram = "weasyprint"; homepage = "https://weasyprint.org/"; license = lib.licenses.bsd3; - maintainers = lib.teams.apm.members; + teams = [ lib.teams.apm ]; }; } diff --git a/pkgs/development/python-modules/wtforms-bootstrap5/default.nix b/pkgs/development/python-modules/wtforms-bootstrap5/default.nix index 280fc791e0b04..e55c3b98a82fa 100644 --- a/pkgs/development/python-modules/wtforms-bootstrap5/default.nix +++ b/pkgs/development/python-modules/wtforms-bootstrap5/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { homepage = "https://github.com/LaunchPlatform/wtforms-bootstrap5"; changelog = "https://github.com/LaunchPlatform/wtforms-bootstrap5/releases/tag/${version}"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/development/python-modules/xyzservices/default.nix b/pkgs/development/python-modules/xyzservices/default.nix index 944997ce28156..347e5f0b62960 100644 --- a/pkgs/development/python-modules/xyzservices/default.nix +++ b/pkgs/development/python-modules/xyzservices/default.nix @@ -42,6 +42,6 @@ buildPythonPackage rec { description = "Source of XYZ tiles providers"; homepage = "https://github.com/geopandas/xyzservices"; license = lib.licenses.bsd3; - maintainers = lib.teams.geospatial.members; + teams = [ lib.teams.geospatial ]; }; } diff --git a/pkgs/development/python-modules/ydiff/default.nix b/pkgs/development/python-modules/ydiff/default.nix index 753d6e35f3f09..00648d8f2ef1f 100644 --- a/pkgs/development/python-modules/ydiff/default.nix +++ b/pkgs/development/python-modules/ydiff/default.nix @@ -55,6 +55,7 @@ buildPythonPackage rec { ''; homepage = "https://github.com/ymattw/ydiff"; license = licenses.bsd3; - maintainers = (with maintainers; [ leenaars ]) ++ teams.deshaw.members; + maintainers = with maintainers; [ leenaars ]; + teams = [ teams.deshaw ]; }; } diff --git a/pkgs/development/rocm-modules/5/clang-ocl/default.nix b/pkgs/development/rocm-modules/5/clang-ocl/default.nix index 07ff08fa2e142..c0a9e21b75064 100644 --- a/pkgs/development/rocm-modules/5/clang-ocl/default.nix +++ b/pkgs/development/rocm-modules/5/clang-ocl/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "clang-ocl"; homepage = "https://github.com/ROCm/clang-ocl"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/clr/default.nix b/pkgs/development/rocm-modules/5/clr/default.nix index 30f7f90a4fc2b..cd5061bff9bc8 100644 --- a/pkgs/development/rocm-modules/5/clr/default.nix +++ b/pkgs/development/rocm-modules/5/clr/default.nix @@ -190,7 +190,8 @@ stdenv.mkDerivation (finalAttrs: { description = "AMD Common Language Runtime for hipamd, opencl, and rocclr"; homepage = "https://github.com/ROCm/clr"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/clr/test-opencl-example.nix b/pkgs/development/rocm-modules/5/clr/test-opencl-example.nix index 2b3959d6e3ec5..dd63ed97bd0e8 100644 --- a/pkgs/development/rocm-modules/5/clr/test-opencl-example.nix +++ b/pkgs/development/rocm-modules/5/clr/test-opencl-example.nix @@ -54,7 +54,7 @@ let homepage = "https://github.com/OpenCL/AMD_APP_samples"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = lib.teams.rocm.members; + teams = [ lib.teams.rocm ]; }; }; @@ -83,6 +83,6 @@ makeImpureTest { ''; meta = with lib; { - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; }; } diff --git a/pkgs/development/rocm-modules/5/clr/test-rocm-smi.nix b/pkgs/development/rocm-modules/5/clr/test-rocm-smi.nix index 16bf1287001a5..609b8a06f5503 100644 --- a/pkgs/development/rocm-modules/5/clr/test-rocm-smi.nix +++ b/pkgs/development/rocm-modules/5/clr/test-rocm-smi.nix @@ -22,6 +22,6 @@ makeImpureTest { ''; meta = with lib; { - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; }; } diff --git a/pkgs/development/rocm-modules/5/composable_kernel/default.nix b/pkgs/development/rocm-modules/5/composable_kernel/default.nix index 1792acccab685..3df00f9ec23d9 100644 --- a/pkgs/development/rocm-modules/5/composable_kernel/default.nix +++ b/pkgs/development/rocm-modules/5/composable_kernel/default.nix @@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "ckProfiler"; homepage = "https://github.com/ROCm/composable_kernel"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/half/default.nix b/pkgs/development/rocm-modules/5/half/default.nix index 168613cf912d7..aca87edeb6a77 100644 --- a/pkgs/development/rocm-modules/5/half/default.nix +++ b/pkgs/development/rocm-modules/5/half/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { description = "C++ library for half precision floating point arithmetics"; homepage = "https://github.com/ROCm/half"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.unix; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hip-common/default.nix b/pkgs/development/rocm-modules/5/hip-common/default.nix index 4e7e23943cd17..9d98208190203 100644 --- a/pkgs/development/rocm-modules/5/hip-common/default.nix +++ b/pkgs/development/rocm-modules/5/hip-common/default.nix @@ -38,7 +38,8 @@ stdenv.mkDerivation (finalAttrs: { description = "C++ Heterogeneous-Compute Interface for Portability"; homepage = "https://github.com/ROCm/HIP"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipblas/default.nix b/pkgs/development/rocm-modules/5/hipblas/default.nix index 59d93a4cd2b05..05ab718fd9010 100644 --- a/pkgs/development/rocm-modules/5/hipblas/default.nix +++ b/pkgs/development/rocm-modules/5/hipblas/default.nix @@ -108,7 +108,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm BLAS marshalling library"; homepage = "https://github.com/ROCm/hipBLAS"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipcc/default.nix b/pkgs/development/rocm-modules/5/hipcc/default.nix index f89227bb50581..da704805db38c 100644 --- a/pkgs/development/rocm-modules/5/hipcc/default.nix +++ b/pkgs/development/rocm-modules/5/hipcc/default.nix @@ -40,7 +40,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Compiler driver utility that calls clang or nvcc"; homepage = "https://github.com/ROCm/HIPCC"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipcub/default.nix b/pkgs/development/rocm-modules/5/hipcub/default.nix index cda80a0ed795f..73288bfa8fdcf 100644 --- a/pkgs/development/rocm-modules/5/hipcub/default.nix +++ b/pkgs/development/rocm-modules/5/hipcub/default.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Thin wrapper library on top of rocPRIM or CUB"; homepage = "https://github.com/ROCm/hipCUB"; license = with licenses; [ bsd3 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipfft/default.nix b/pkgs/development/rocm-modules/5/hipfft/default.nix index 93eb03370b7d2..21dd155891b8b 100644 --- a/pkgs/development/rocm-modules/5/hipfft/default.nix +++ b/pkgs/development/rocm-modules/5/hipfft/default.nix @@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: { description = "FFT marshalling library"; homepage = "https://github.com/ROCm/hipFFT"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipfort/default.nix b/pkgs/development/rocm-modules/5/hipfort/default.nix index e9a2f82ed0319..c8a14376d2baa 100644 --- a/pkgs/development/rocm-modules/5/hipfort/default.nix +++ b/pkgs/development/rocm-modules/5/hipfort/default.nix @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "hipfc"; homepage = "https://github.com/ROCm/hipfort"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipify/default.nix b/pkgs/development/rocm-modules/5/hipify/default.nix index 8c885610756d2..f4a998dcd7361 100644 --- a/pkgs/development/rocm-modules/5/hipify/default.nix +++ b/pkgs/development/rocm-modules/5/hipify/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Convert CUDA to Portable C++ Code"; homepage = "https://github.com/ROCm/HIPIFY"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipsolver/default.nix b/pkgs/development/rocm-modules/5/hipsolver/default.nix index a7b20ad6d7272..98f4e788a9956 100644 --- a/pkgs/development/rocm-modules/5/hipsolver/default.nix +++ b/pkgs/development/rocm-modules/5/hipsolver/default.nix @@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm SOLVER marshalling library"; homepage = "https://github.com/ROCm/hipSOLVER"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hipsparse/default.nix b/pkgs/development/rocm-modules/5/hipsparse/default.nix index 1891a60c1d0ed..29dcecaeaf176 100644 --- a/pkgs/development/rocm-modules/5/hipsparse/default.nix +++ b/pkgs/development/rocm-modules/5/hipsparse/default.nix @@ -148,7 +148,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm SPARSE marshalling library"; homepage = "https://github.com/ROCm/hipSPARSE"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/hsa-amd-aqlprofile-bin/default.nix b/pkgs/development/rocm-modules/5/hsa-amd-aqlprofile-bin/default.nix index 84e603c71f784..501aac4aeb469 100644 --- a/pkgs/development/rocm-modules/5/hsa-amd-aqlprofile-bin/default.nix +++ b/pkgs/development/rocm-modules/5/hsa-amd-aqlprofile-bin/default.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { description = "AQLPROFILE library for AMD HSA runtime API extension support"; homepage = "https://rocm.docs.amd.com/en/latest/"; license = with licenses; [ unfree ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/llvm/base.nix b/pkgs/development/rocm-modules/5/llvm/base.nix index 86a865613487d..df5ab72a5b1fb 100644 --- a/pkgs/development/rocm-modules/5/llvm/base.nix +++ b/pkgs/development/rocm-modules/5/llvm/base.nix @@ -195,13 +195,11 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm fork of the LLVM compiler infrastructure"; homepage = "https://github.com/ROCm/llvm-project"; license = with licenses; [ ncsa ] ++ extraLicenses; - maintainers = - with maintainers; - [ - acowley - lovesegfault - ] - ++ teams.rocm.members; + maintainers = with maintainers; [ + acowley + lovesegfault + ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = isBroken || versionAtLeast finalAttrs.version "6.0.0"; }; diff --git a/pkgs/development/rocm-modules/5/migraphx/default.nix b/pkgs/development/rocm-modules/5/migraphx/default.nix index 1f060a1a8fd55..e2efd0daff61e 100644 --- a/pkgs/development/rocm-modules/5/migraphx/default.nix +++ b/pkgs/development/rocm-modules/5/migraphx/default.nix @@ -180,7 +180,7 @@ stdenv.mkDerivation (finalAttrs: { description = "AMD's graph optimization engine"; homepage = "https://github.com/ROCm/AMDMIGraphX"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/miopen/default.nix b/pkgs/development/rocm-modules/5/miopen/default.nix index b42450529ed21..6d83ef06a697a 100644 --- a/pkgs/development/rocm-modules/5/miopen/default.nix +++ b/pkgs/development/rocm-modules/5/miopen/default.nix @@ -264,7 +264,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Machine intelligence library for ROCm"; homepage = "https://github.com/ROCm/MIOpen"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/miopengemm/default.nix b/pkgs/development/rocm-modules/5/miopengemm/default.nix index 24a7056b5a0b1..a2224c14e3d55 100644 --- a/pkgs/development/rocm-modules/5/miopengemm/default.nix +++ b/pkgs/development/rocm-modules/5/miopengemm/default.nix @@ -139,7 +139,7 @@ stdenv.mkDerivation (finalAttrs: { description = "OpenCL general matrix multiplication API for ROCm"; homepage = "https://github.com/ROCmSoftwarePlatform/MIOpenGEMM"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; # They are not making tags or releases, this may break other derivations in the future # Use version major instead of minor, 6.0 will HOPEFULLY have a release or tag diff --git a/pkgs/development/rocm-modules/5/mivisionx/default.nix b/pkgs/development/rocm-modules/5/mivisionx/default.nix index 9d8e57ae70022..abc9c7a5581b4 100644 --- a/pkgs/development/rocm-modules/5/mivisionx/default.nix +++ b/pkgs/development/rocm-modules/5/mivisionx/default.nix @@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Set of comprehensive computer vision and machine intelligence libraries, utilities, and applications"; homepage = "https://github.com/ROCm/MIVisionX"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rccl/default.nix b/pkgs/development/rocm-modules/5/rccl/default.nix index ecb9ed461c2b4..7d554e5cc07e6 100644 --- a/pkgs/development/rocm-modules/5/rccl/default.nix +++ b/pkgs/development/rocm-modules/5/rccl/default.nix @@ -95,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: { bsd2 bsd3 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rdc/default.nix b/pkgs/development/rocm-modules/5/rdc/default.nix index 7c8b26f16cf79..304e3e377f51f 100644 --- a/pkgs/development/rocm-modules/5/rdc/default.nix +++ b/pkgs/development/rocm-modules/5/rdc/default.nix @@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Simplifies administration and addresses infrastructure challenges in cluster and datacenter environments"; homepage = "https://github.com/ROCm/rdc"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; # broken = versions.minor finalAttrs.version != versions.minor rocm-smi.version || versionAtLeast finalAttrs.version "6.0.0"; broken = true; # Too many errors, unsure how to fix diff --git a/pkgs/development/rocm-modules/5/rocalution/default.nix b/pkgs/development/rocm-modules/5/rocalution/default.nix index e4d1cf7f59b86..624cdebafe362 100644 --- a/pkgs/development/rocm-modules/5/rocalution/default.nix +++ b/pkgs/development/rocm-modules/5/rocalution/default.nix @@ -123,7 +123,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Iterative sparse solvers for ROCm"; homepage = "https://github.com/ROCm/rocALUTION"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocblas/default.nix b/pkgs/development/rocm-modules/5/rocblas/default.nix index baedf04b14511..f583b50e9fe7e 100644 --- a/pkgs/development/rocm-modules/5/rocblas/default.nix +++ b/pkgs/development/rocm-modules/5/rocblas/default.nix @@ -239,7 +239,7 @@ stdenv.mkDerivation (finalAttrs: { description = "BLAS implementation for ROCm platform"; homepage = "https://github.com/ROCm/rocBLAS"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocdbgapi/default.nix b/pkgs/development/rocm-modules/5/rocdbgapi/default.nix index dddab5997bafc..bf00f881d1fd1 100644 --- a/pkgs/development/rocm-modules/5/rocdbgapi/default.nix +++ b/pkgs/development/rocm-modules/5/rocdbgapi/default.nix @@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Debugger support for control of execution and inspection state"; homepage = "https://github.com/ROCm/ROCdbgapi"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocfft/default.nix b/pkgs/development/rocm-modules/5/rocfft/default.nix index d7a0d0e81ba87..438bce9cb66d5 100644 --- a/pkgs/development/rocm-modules/5/rocfft/default.nix +++ b/pkgs/development/rocm-modules/5/rocfft/default.nix @@ -167,7 +167,8 @@ stdenv.mkDerivation (finalAttrs: { description = "FFT implementation for ROCm"; homepage = "https://github.com/ROCm/rocFFT"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ kira-bruneau ] ++ teams.rocm.members; + maintainers = with maintainers; [ kira-bruneau ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocgdb/default.nix b/pkgs/development/rocm-modules/5/rocgdb/default.nix index 7a289dbae38e5..47a774f973956 100644 --- a/pkgs/development/rocm-modules/5/rocgdb/default.nix +++ b/pkgs/development/rocm-modules/5/rocgdb/default.nix @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: { gpl3 bsd3 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versionAtLeast finalAttrs.version "6.0.0"; }; diff --git a/pkgs/development/rocm-modules/5/rocm-cmake/default.nix b/pkgs/development/rocm-modules/5/rocm-cmake/default.nix index 009dcf6f0d6c1..cfac40da8a332 100644 --- a/pkgs/development/rocm-modules/5/rocm-cmake/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-cmake/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: { description = "CMake modules for common build tasks for the ROCm stack"; homepage = "https://github.com/ROCm/rocm-cmake"; license = licenses.mit; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.unix; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocm-comgr/default.nix b/pkgs/development/rocm-modules/5/rocm-comgr/default.nix index d54b848885024..2e7f8b9182e89 100644 --- a/pkgs/development/rocm-modules/5/rocm-comgr/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-comgr/default.nix @@ -53,7 +53,8 @@ stdenv.mkDerivation (finalAttrs: { description = "APIs for compiling and inspecting AMDGPU code objects"; homepage = "https://github.com/ROCm/ROCm-CompilerSupport/tree/amd-stg-open/lib/comgr"; license = licenses.ncsa; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocm-core/default.nix b/pkgs/development/rocm-modules/5/rocm-core/default.nix index bd11a416bc915..5be1b796e43b5 100644 --- a/pkgs/development/rocm-modules/5/rocm-core/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-core/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Utility for getting the ROCm release version"; homepage = "https://github.com/ROCm/rocm-core"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocm-device-libs/default.nix b/pkgs/development/rocm-modules/5/rocm-device-libs/default.nix index 52342c23121ed..a629560d1ed6d 100644 --- a/pkgs/development/rocm-modules/5/rocm-device-libs/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-device-libs/default.nix @@ -48,7 +48,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Set of AMD-specific device-side language runtime libraries"; homepage = "https://github.com/ROCm/ROCm-Device-Libs"; license = licenses.ncsa; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocm-docs-core/default.nix b/pkgs/development/rocm-modules/5/rocm-docs-core/default.nix index f199bc9b9277e..23cf0d7c2dc23 100644 --- a/pkgs/development/rocm-modules/5/rocm-docs-core/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-docs-core/default.nix @@ -64,7 +64,7 @@ buildPythonPackage rec { mit cc-by-40 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/rocm-modules/5/rocm-runtime/default.nix b/pkgs/development/rocm-modules/5/rocm-runtime/default.nix index a8a71ce3df6b6..12f56c92e5699 100644 --- a/pkgs/development/rocm-modules/5/rocm-runtime/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-runtime/default.nix @@ -72,7 +72,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Platform runtime for ROCm"; homepage = "https://github.com/ROCm/ROCR-Runtime"; license = with licenses; [ ncsa ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocm-smi/default.nix b/pkgs/development/rocm-modules/5/rocm-smi/default.nix index 2d19e2575cf8e..7940f89d299ed 100644 --- a/pkgs/development/rocm-modules/5/rocm-smi/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-smi/default.nix @@ -49,7 +49,8 @@ stdenv.mkDerivation (finalAttrs: { mainProgram = "rocm-smi"; homepage = "https://github.com/ROCm/rocm_smi_lib"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = [ "x86_64-linux" ]; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocm-thunk/default.nix b/pkgs/development/rocm-modules/5/rocm-thunk/default.nix index b013a3c26f581..60ddab0a04e03 100644 --- a/pkgs/development/rocm-modules/5/rocm-thunk/default.nix +++ b/pkgs/development/rocm-modules/5/rocm-thunk/default.nix @@ -51,7 +51,8 @@ stdenv.mkDerivation (finalAttrs: { bsd2 mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocminfo/default.nix b/pkgs/development/rocm-modules/5/rocminfo/default.nix index 2c1ad76a61e74..05184f8a1ec96 100644 --- a/pkgs/development/rocm-modules/5/rocminfo/default.nix +++ b/pkgs/development/rocm-modules/5/rocminfo/default.nix @@ -57,7 +57,8 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm Application for Reporting System Info"; homepage = "https://github.com/ROCm/rocminfo"; license = licenses.ncsa; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = stdenv.hostPlatform.isAarch64 diff --git a/pkgs/development/rocm-modules/5/rocmlir/default.nix b/pkgs/development/rocm-modules/5/rocmlir/default.nix index 85c0c0bc17d47..ad0a262e51ff8 100644 --- a/pkgs/development/rocm-modules/5/rocmlir/default.nix +++ b/pkgs/development/rocm-modules/5/rocmlir/default.nix @@ -140,7 +140,7 @@ stdenv.mkDerivation (finalAttrs: { description = "MLIR-based convolution and GEMM kernel generator"; homepage = "https://github.com/ROCm/rocMLIR"; license = with licenses; [ asl20 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocprim/default.nix b/pkgs/development/rocm-modules/5/rocprim/default.nix index 97f7418d3d25a..35e55ee75ac2c 100644 --- a/pkgs/development/rocm-modules/5/rocprim/default.nix +++ b/pkgs/development/rocm-modules/5/rocprim/default.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm parallel primitives"; homepage = "https://github.com/ROCm/rocPRIM"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocprofiler/default.nix b/pkgs/development/rocm-modules/5/rocprofiler/default.nix index 2948a7c036868..6c7569d9b1445 100644 --- a/pkgs/development/rocm-modules/5/rocprofiler/default.nix +++ b/pkgs/development/rocm-modules/5/rocprofiler/default.nix @@ -130,7 +130,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Profiling with perf-counters and derived metrics"; homepage = "https://github.com/ROCm/rocprofiler"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor clr.version diff --git a/pkgs/development/rocm-modules/5/rocr-debug-agent/default.nix b/pkgs/development/rocm-modules/5/rocr-debug-agent/default.nix index 3b94b41169c09..52c5221122874 100644 --- a/pkgs/development/rocm-modules/5/rocr-debug-agent/default.nix +++ b/pkgs/development/rocm-modules/5/rocr-debug-agent/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Library that provides some debugging functionality for ROCr"; homepage = "https://github.com/ROCm/rocr_debug_agent"; license = with licenses; [ ncsa ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocrand/default.nix b/pkgs/development/rocm-modules/5/rocrand/default.nix index d62d348ca5d2f..428968ff91043 100644 --- a/pkgs/development/rocm-modules/5/rocrand/default.nix +++ b/pkgs/development/rocm-modules/5/rocrand/default.nix @@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Generate pseudo-random and quasi-random numbers"; homepage = "https://github.com/ROCm/rocRAND"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocsolver/default.nix b/pkgs/development/rocm-modules/5/rocsolver/default.nix index a1b24af681b8b..628c4c6faa86a 100644 --- a/pkgs/development/rocm-modules/5/rocsolver/default.nix +++ b/pkgs/development/rocm-modules/5/rocsolver/default.nix @@ -107,7 +107,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm LAPACK implementation"; homepage = "https://github.com/ROCm/rocSOLVER"; license = with licenses; [ bsd2 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; timeout = 14400; # 4 hours maxSilent = 14400; # 4 hours diff --git a/pkgs/development/rocm-modules/5/rocsparse/default.nix b/pkgs/development/rocm-modules/5/rocsparse/default.nix index 58890373403d1..a9f9dc5b83af2 100644 --- a/pkgs/development/rocm-modules/5/rocsparse/default.nix +++ b/pkgs/development/rocm-modules/5/rocsparse/default.nix @@ -154,7 +154,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm SPARSE implementation"; homepage = "https://github.com/ROCm/rocSPARSE"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rocthrust/default.nix b/pkgs/development/rocm-modules/5/rocthrust/default.nix index cbf9d77f149d6..4e4f7c8a3a66d 100644 --- a/pkgs/development/rocm-modules/5/rocthrust/default.nix +++ b/pkgs/development/rocm-modules/5/rocthrust/default.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm parallel algorithm library"; homepage = "https://github.com/ROCm/rocThrust"; license = with licenses; [ asl20 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/roctracer/default.nix b/pkgs/development/rocm-modules/5/roctracer/default.nix index 44736676a2dd3..0e1c59d4f3a37 100644 --- a/pkgs/development/rocm-modules/5/roctracer/default.nix +++ b/pkgs/development/rocm-modules/5/roctracer/default.nix @@ -114,7 +114,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Tracer callback/activity library"; homepage = "https://github.com/ROCm/roctracer"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor clr.version diff --git a/pkgs/development/rocm-modules/5/rocwmma/default.nix b/pkgs/development/rocm-modules/5/rocwmma/default.nix index 7fdd88e2277b4..16fca6255993c 100644 --- a/pkgs/development/rocm-modules/5/rocwmma/default.nix +++ b/pkgs/development/rocm-modules/5/rocwmma/default.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Mixed precision matrix multiplication and accumulation"; homepage = "https://github.com/ROCm/rocWMMA"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/rpp/default.nix b/pkgs/development/rocm-modules/5/rpp/default.nix index 59f633f4bfa11..7c0d8cab93682 100644 --- a/pkgs/development/rocm-modules/5/rpp/default.nix +++ b/pkgs/development/rocm-modules/5/rpp/default.nix @@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Comprehensive high-performance computer vision library for AMD processors"; homepage = "https://github.com/ROCm/rpp"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version diff --git a/pkgs/development/rocm-modules/5/tensile/default.nix b/pkgs/development/rocm-modules/5/tensile/default.nix index 262939c0ae67f..eb486686bb4ab 100644 --- a/pkgs/development/rocm-modules/5/tensile/default.nix +++ b/pkgs/development/rocm-modules/5/tensile/default.nix @@ -66,7 +66,7 @@ buildPythonPackage rec { description = "GEMMs and tensor contractions"; homepage = "https://github.com/ROCm/Tensile"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = versions.minor version != versions.minor stdenv.cc.version || versionAtLeast version "6.0.0"; diff --git a/pkgs/development/rocm-modules/6/amdsmi/default.nix b/pkgs/development/rocm-modules/6/amdsmi/default.nix index 3803928a05dae..2b4db7be7aa69 100644 --- a/pkgs/development/rocm-modules/6/amdsmi/default.nix +++ b/pkgs/development/rocm-modules/6/amdsmi/default.nix @@ -83,7 +83,8 @@ stdenv.mkDerivation (finalAttrs: { description = "System management interface for AMD GPUs supported by ROCm"; homepage = "https://github.com/ROCm/rocm_smi_lib"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = [ "x86_64-linux" ]; }; }) diff --git a/pkgs/development/rocm-modules/6/aotriton/default.nix b/pkgs/development/rocm-modules/6/aotriton/default.nix index 6d6c922934449..b6b543084e77b 100644 --- a/pkgs/development/rocm-modules/6/aotriton/default.nix +++ b/pkgs/development/rocm-modules/6/aotriton/default.nix @@ -219,7 +219,7 @@ stdenv.mkDerivation ( description = "ROCm Ahead of Time (AOT) Triton Math Library "; homepage = "https://github.com/ROCm/aotriton"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/rocm-modules/6/clr/default.nix b/pkgs/development/rocm-modules/6/clr/default.nix index 4cafa419ef8c6..dca39f5be4078 100644 --- a/pkgs/development/rocm-modules/6/clr/default.nix +++ b/pkgs/development/rocm-modules/6/clr/default.nix @@ -279,7 +279,8 @@ stdenv.mkDerivation (finalAttrs: { description = "AMD Common Language Runtime for hipamd, opencl, and rocclr"; homepage = "https://github.com/ROCm/clr"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/clr/test-opencl-example.nix b/pkgs/development/rocm-modules/6/clr/test-opencl-example.nix index 3ed1143d66c61..90da7f085617f 100644 --- a/pkgs/development/rocm-modules/6/clr/test-opencl-example.nix +++ b/pkgs/development/rocm-modules/6/clr/test-opencl-example.nix @@ -54,7 +54,7 @@ let homepage = "https://github.com/OpenCL/AMD_APP_samples"; license = licenses.bsd2; platforms = platforms.linux; - maintainers = lib.teams.rocm.members; + teams = [ lib.teams.rocm ]; }; }; @@ -83,6 +83,6 @@ makeImpureTest { ''; meta = with lib; { - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; }; } diff --git a/pkgs/development/rocm-modules/6/clr/test-rocm-smi.nix b/pkgs/development/rocm-modules/6/clr/test-rocm-smi.nix index dfbb67343e3f4..904c4ae441b0f 100644 --- a/pkgs/development/rocm-modules/6/clr/test-rocm-smi.nix +++ b/pkgs/development/rocm-modules/6/clr/test-rocm-smi.nix @@ -22,6 +22,6 @@ makeImpureTest { ''; meta = with lib; { - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; }; } diff --git a/pkgs/development/rocm-modules/6/composable_kernel/base.nix b/pkgs/development/rocm-modules/6/composable_kernel/base.nix index fe9e102b91ac0..2ed9532ff3e56 100644 --- a/pkgs/development/rocm-modules/6/composable_kernel/base.nix +++ b/pkgs/development/rocm-modules/6/composable_kernel/base.nix @@ -162,7 +162,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Performance portable programming model for machine learning tensor operators"; homepage = "https://github.com/ROCm/composable_kernel"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = true; }; diff --git a/pkgs/development/rocm-modules/6/composable_kernel/ck4inductor.nix b/pkgs/development/rocm-modules/6/composable_kernel/ck4inductor.nix index 583c5cbfc5dda..d09268cb16660 100644 --- a/pkgs/development/rocm-modules/6/composable_kernel/ck4inductor.nix +++ b/pkgs/development/rocm-modules/6/composable_kernel/ck4inductor.nix @@ -37,7 +37,7 @@ buildPythonPackage { description = "pytorch inductor backend which uses composable_kernel universal GEMM implementations"; homepage = "https://github.com/ROCm/composable_kernel"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/rocm-modules/6/half/default.nix b/pkgs/development/rocm-modules/6/half/default.nix index 22b1daa26a1c2..953152b37e0ff 100644 --- a/pkgs/development/rocm-modules/6/half/default.nix +++ b/pkgs/development/rocm-modules/6/half/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { description = "C++ library for half precision floating point arithmetics"; homepage = "https://github.com/ROCm/half"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.unix; }; }) diff --git a/pkgs/development/rocm-modules/6/hip-common/default.nix b/pkgs/development/rocm-modules/6/hip-common/default.nix index 8e42f26c81a09..a169c97cae549 100644 --- a/pkgs/development/rocm-modules/6/hip-common/default.nix +++ b/pkgs/development/rocm-modules/6/hip-common/default.nix @@ -38,7 +38,8 @@ stdenv.mkDerivation (finalAttrs: { description = "C++ Heterogeneous-Compute Interface for Portability"; homepage = "https://github.com/ROCm/HIP"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipblas-common/default.nix b/pkgs/development/rocm-modules/6/hipblas-common/default.nix index aa1ef10982d3d..c34c056038dd4 100644 --- a/pkgs/development/rocm-modules/6/hipblas-common/default.nix +++ b/pkgs/development/rocm-modules/6/hipblas-common/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Common files shared by hipBLAS and hipBLASLt"; homepage = "https://github.com/ROCm/hipBLASlt"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipblas/default.nix b/pkgs/development/rocm-modules/6/hipblas/default.nix index 64b7ed1cd8b0b..22706ff562b51 100644 --- a/pkgs/development/rocm-modules/6/hipblas/default.nix +++ b/pkgs/development/rocm-modules/6/hipblas/default.nix @@ -133,7 +133,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm BLAS marshalling library"; homepage = "https://github.com/ROCm/hipBLAS"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipblaslt/default.nix b/pkgs/development/rocm-modules/6/hipblaslt/default.nix index 72c2ebca7c31a..a5ab8ff2ab211 100644 --- a/pkgs/development/rocm-modules/6/hipblaslt/default.nix +++ b/pkgs/development/rocm-modules/6/hipblaslt/default.nix @@ -228,7 +228,7 @@ stdenv.mkDerivation ( description = "hipBLASLt is a library that provides general matrix-matrix operations with a flexible API"; homepage = "https://github.com/ROCm/hipBLASlt"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/rocm-modules/6/hipcc/default.nix b/pkgs/development/rocm-modules/6/hipcc/default.nix index 9eaa072b931d1..4dc1c609036eb 100644 --- a/pkgs/development/rocm-modules/6/hipcc/default.nix +++ b/pkgs/development/rocm-modules/6/hipcc/default.nix @@ -40,7 +40,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Compiler driver utility that calls clang or nvcc"; homepage = "https://github.com/ROCm/HIPCC"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipcub/default.nix b/pkgs/development/rocm-modules/6/hipcub/default.nix index d890e5b12bcae..d51b5b36bab9c 100644 --- a/pkgs/development/rocm-modules/6/hipcub/default.nix +++ b/pkgs/development/rocm-modules/6/hipcub/default.nix @@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Thin wrapper library on top of rocPRIM or CUB"; homepage = "https://github.com/ROCm/hipCUB"; license = with licenses; [ bsd3 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipfft/default.nix b/pkgs/development/rocm-modules/6/hipfft/default.nix index 0b4b1706d8797..80c21f158a770 100644 --- a/pkgs/development/rocm-modules/6/hipfft/default.nix +++ b/pkgs/development/rocm-modules/6/hipfft/default.nix @@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: { description = "FFT marshalling library"; homepage = "https://github.com/ROCm/hipFFT"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipfort/default.nix b/pkgs/development/rocm-modules/6/hipfort/default.nix index 95b7a48f98a5c..d3916bf6d20c7 100644 --- a/pkgs/development/rocm-modules/6/hipfort/default.nix +++ b/pkgs/development/rocm-modules/6/hipfort/default.nix @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Fortran interfaces for ROCm libraries"; homepage = "https://github.com/ROCm/hipfort"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipify/default.nix b/pkgs/development/rocm-modules/6/hipify/default.nix index 738d3f4c29956..8747dba16b96a 100644 --- a/pkgs/development/rocm-modules/6/hipify/default.nix +++ b/pkgs/development/rocm-modules/6/hipify/default.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Convert CUDA to Portable C++ Code"; homepage = "https://github.com/ROCm/HIPIFY"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hiprand/default.nix b/pkgs/development/rocm-modules/6/hiprand/default.nix index 2f6f501f06dc5..f32f4e508a186 100644 --- a/pkgs/development/rocm-modules/6/hiprand/default.nix +++ b/pkgs/development/rocm-modules/6/hiprand/default.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { description = "HIP wrapper for rocRAND and cuRAND"; homepage = "https://github.com/ROCm/hipRAND"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipsolver/default.nix b/pkgs/development/rocm-modules/6/hipsolver/default.nix index 66249fddd5d50..dbc0b0c43c3d3 100644 --- a/pkgs/development/rocm-modules/6/hipsolver/default.nix +++ b/pkgs/development/rocm-modules/6/hipsolver/default.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm SOLVER marshalling library"; homepage = "https://github.com/ROCm/hipSOLVER"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hipsparse/default.nix b/pkgs/development/rocm-modules/6/hipsparse/default.nix index 5fc4240f382b8..5a318c7fe1e20 100644 --- a/pkgs/development/rocm-modules/6/hipsparse/default.nix +++ b/pkgs/development/rocm-modules/6/hipsparse/default.nix @@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm SPARSE marshalling library"; homepage = "https://github.com/ROCm/hipSPARSE"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/hsa-amd-aqlprofile-bin/default.nix b/pkgs/development/rocm-modules/6/hsa-amd-aqlprofile-bin/default.nix index e62f3f515807a..68d7a337f89d6 100644 --- a/pkgs/development/rocm-modules/6/hsa-amd-aqlprofile-bin/default.nix +++ b/pkgs/development/rocm-modules/6/hsa-amd-aqlprofile-bin/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { description = "AQLPROFILE library for AMD HSA runtime API extension support"; homepage = "https://rocm.docs.amd.com/en/latest/"; license = with licenses; [ unfree ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/migraphx/default.nix b/pkgs/development/rocm-modules/6/migraphx/default.nix index 4560b38666381..5501e6044b615 100644 --- a/pkgs/development/rocm-modules/6/migraphx/default.nix +++ b/pkgs/development/rocm-modules/6/migraphx/default.nix @@ -188,7 +188,7 @@ stdenv.mkDerivation (finalAttrs: { description = "AMD's graph optimization engine"; homepage = "https://github.com/ROCm/AMDMIGraphX"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/miopen/default.nix b/pkgs/development/rocm-modules/6/miopen/default.nix index a0855ba098550..b8e072b9c3fb2 100644 --- a/pkgs/development/rocm-modules/6/miopen/default.nix +++ b/pkgs/development/rocm-modules/6/miopen/default.nix @@ -311,7 +311,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Machine intelligence library for ROCm"; homepage = "https://github.com/ROCm/MIOpen"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/mivisionx/default.nix b/pkgs/development/rocm-modules/6/mivisionx/default.nix index 121d1f9d22622..34d1fadc2c36c 100644 --- a/pkgs/development/rocm-modules/6/mivisionx/default.nix +++ b/pkgs/development/rocm-modules/6/mivisionx/default.nix @@ -143,7 +143,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Set of comprehensive computer vision and machine intelligence libraries, utilities, and applications"; homepage = "https://github.com/ROCm/MIVisionX"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = useOpenCL; }; diff --git a/pkgs/development/rocm-modules/6/rccl/default.nix b/pkgs/development/rocm-modules/6/rccl/default.nix index 01025f079d7a3..c74c6287cf213 100644 --- a/pkgs/development/rocm-modules/6/rccl/default.nix +++ b/pkgs/development/rocm-modules/6/rccl/default.nix @@ -138,7 +138,7 @@ stdenv.mkDerivation (finalAttrs: { bsd2 bsd3 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rdc/default.nix b/pkgs/development/rocm-modules/6/rdc/default.nix index 6e9ca6eec56da..a19f2c9aa51f2 100644 --- a/pkgs/development/rocm-modules/6/rdc/default.nix +++ b/pkgs/development/rocm-modules/6/rdc/default.nix @@ -140,7 +140,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Simplifies administration and addresses infrastructure challenges in cluster and datacenter environments"; homepage = "https://github.com/ROCm/rdc"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocalution/default.nix b/pkgs/development/rocm-modules/6/rocalution/default.nix index 0091d2b5cdf08..785a2f4676a27 100644 --- a/pkgs/development/rocm-modules/6/rocalution/default.nix +++ b/pkgs/development/rocm-modules/6/rocalution/default.nix @@ -129,7 +129,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Iterative sparse solvers for ROCm"; homepage = "https://github.com/ROCm/rocALUTION"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocblas/default.nix b/pkgs/development/rocm-modules/6/rocblas/default.nix index c3621933267d8..2b110e0f127f6 100644 --- a/pkgs/development/rocm-modules/6/rocblas/default.nix +++ b/pkgs/development/rocm-modules/6/rocblas/default.nix @@ -192,7 +192,7 @@ stdenv.mkDerivation (finalAttrs: { description = "BLAS implementation for ROCm platform"; homepage = "https://github.com/ROCm/rocBLAS"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocdbgapi/default.nix b/pkgs/development/rocm-modules/6/rocdbgapi/default.nix index 11340dca56768..8226f62bf0f37 100644 --- a/pkgs/development/rocm-modules/6/rocdbgapi/default.nix +++ b/pkgs/development/rocm-modules/6/rocdbgapi/default.nix @@ -108,7 +108,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Debugger support for control of execution and inspection state"; homepage = "https://github.com/ROCm/ROCdbgapi"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocfft/default.nix b/pkgs/development/rocm-modules/6/rocfft/default.nix index 4946dfd85fcbb..d8ae87d509c19 100644 --- a/pkgs/development/rocm-modules/6/rocfft/default.nix +++ b/pkgs/development/rocm-modules/6/rocfft/default.nix @@ -168,7 +168,7 @@ stdenv.mkDerivation (finalAttrs: { description = "FFT implementation for ROCm"; homepage = "https://github.com/ROCm/rocFFT"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocgdb/default.nix b/pkgs/development/rocm-modules/6/rocgdb/default.nix index 0623d4a1a9cb8..8e009e583b08c 100644 --- a/pkgs/development/rocm-modules/6/rocgdb/default.nix +++ b/pkgs/development/rocm-modules/6/rocgdb/default.nix @@ -111,7 +111,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm source-level debugger for Linux, based on GDB"; homepage = "https://github.com/ROCm/ROCgdb"; license = licenses.gpl3Plus; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocm-cmake/default.nix b/pkgs/development/rocm-modules/6/rocm-cmake/default.nix index cf25cb6ad2ca3..23a48dcd55b2b 100644 --- a/pkgs/development/rocm-modules/6/rocm-cmake/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-cmake/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { description = "CMake modules for common build tasks for the ROCm stack"; homepage = "https://github.com/ROCm/rocm-cmake"; license = licenses.mit; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.unix; }; }) diff --git a/pkgs/development/rocm-modules/6/rocm-comgr/default.nix b/pkgs/development/rocm-modules/6/rocm-comgr/default.nix index 64f4f85053116..58b35a1a7621a 100644 --- a/pkgs/development/rocm-modules/6/rocm-comgr/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-comgr/default.nix @@ -66,7 +66,8 @@ stdenv.mkDerivation (finalAttrs: { description = "APIs for compiling and inspecting AMDGPU code objects"; homepage = "https://github.com/ROCm/ROCm-CompilerSupport/tree/amd-stg-open/lib/comgr"; license = licenses.ncsa; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocm-core/default.nix b/pkgs/development/rocm-modules/6/rocm-core/default.nix index 314324472b677..55316f4c65d5b 100644 --- a/pkgs/development/rocm-modules/6/rocm-core/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-core/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Utility for getting the ROCm release version"; homepage = "https://github.com/ROCm/rocm-core"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocm-device-libs/default.nix b/pkgs/development/rocm-modules/6/rocm-device-libs/default.nix index 492fd2409f6aa..748b53914e7bb 100644 --- a/pkgs/development/rocm-modules/6/rocm-device-libs/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-device-libs/default.nix @@ -55,7 +55,8 @@ stdenv.mkDerivation { description = "Set of AMD-specific device-side language runtime libraries"; homepage = "https://github.com/ROCm/ROCm-Device-Libs"; license = licenses.ncsa; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/rocm-modules/6/rocm-docs-core/default.nix b/pkgs/development/rocm-modules/6/rocm-docs-core/default.nix index 4786935ab77f8..c86fa10cdff40 100644 --- a/pkgs/development/rocm-modules/6/rocm-docs-core/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-docs-core/default.nix @@ -65,7 +65,7 @@ buildPythonPackage rec { mit cc-by-40 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/rocm-modules/6/rocm-runtime/default.nix b/pkgs/development/rocm-modules/6/rocm-runtime/default.nix index 4c67224e18081..2fc96b60850d4 100644 --- a/pkgs/development/rocm-modules/6/rocm-runtime/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-runtime/default.nix @@ -103,7 +103,8 @@ stdenv.mkDerivation (finalAttrs: { description = "Platform runtime for ROCm"; homepage = "https://github.com/ROCm/ROCR-Runtime"; license = with licenses; [ ncsa ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocm-smi/default.nix b/pkgs/development/rocm-modules/6/rocm-smi/default.nix index d3d9368d6e0d2..981c3ca6f892c 100644 --- a/pkgs/development/rocm-modules/6/rocm-smi/default.nix +++ b/pkgs/development/rocm-modules/6/rocm-smi/default.nix @@ -49,7 +49,8 @@ stdenv.mkDerivation (finalAttrs: { description = "System management interface for AMD GPUs supported by ROCm"; homepage = "https://github.com/ROCm/rocm_smi_lib"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = [ "x86_64-linux" ]; }; }) diff --git a/pkgs/development/rocm-modules/6/rocminfo/default.nix b/pkgs/development/rocm-modules/6/rocminfo/default.nix index 796e79f96d750..19d1f76dbbc6a 100644 --- a/pkgs/development/rocm-modules/6/rocminfo/default.nix +++ b/pkgs/development/rocm-modules/6/rocminfo/default.nix @@ -58,7 +58,8 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm Application for Reporting System Info"; homepage = "https://github.com/ROCm/rocminfo"; license = licenses.ncsa; - maintainers = with maintainers; [ lovesegfault ] ++ teams.rocm.members; + maintainers = with maintainers; [ lovesegfault ]; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocmlir/default.nix b/pkgs/development/rocm-modules/6/rocmlir/default.nix index 9d0983d4cdfdb..13ffe4ada1bd1 100644 --- a/pkgs/development/rocm-modules/6/rocmlir/default.nix +++ b/pkgs/development/rocm-modules/6/rocmlir/default.nix @@ -159,7 +159,7 @@ stdenv.mkDerivation (finalAttrs: { description = "MLIR-based convolution and GEMM kernel generator"; homepage = "https://github.com/ROCm/rocMLIR"; license = with licenses; [ asl20 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocprim/default.nix b/pkgs/development/rocm-modules/6/rocprim/default.nix index 4ffe51580d9c2..87505bee0d7ad 100644 --- a/pkgs/development/rocm-modules/6/rocprim/default.nix +++ b/pkgs/development/rocm-modules/6/rocprim/default.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm parallel primitives"; homepage = "https://github.com/ROCm/rocPRIM"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocprofiler-register/default.nix b/pkgs/development/rocm-modules/6/rocprofiler-register/default.nix index 66b7c66cb473c..64ef999a506c5 100644 --- a/pkgs/development/rocm-modules/6/rocprofiler-register/default.nix +++ b/pkgs/development/rocm-modules/6/rocprofiler-register/default.nix @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Profiling with perf-counters and derived metrics"; homepage = "https://github.com/ROCm/rocprofiler"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocprofiler/default.nix b/pkgs/development/rocm-modules/6/rocprofiler/default.nix index a088276fc8525..06612a65d5912 100644 --- a/pkgs/development/rocm-modules/6/rocprofiler/default.nix +++ b/pkgs/development/rocm-modules/6/rocprofiler/default.nix @@ -136,7 +136,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Profiling with perf-counters and derived metrics"; homepage = "https://github.com/ROCm/rocprofiler"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocr-debug-agent/default.nix b/pkgs/development/rocm-modules/6/rocr-debug-agent/default.nix index 972979215a83a..7fbf0a04da090 100644 --- a/pkgs/development/rocm-modules/6/rocr-debug-agent/default.nix +++ b/pkgs/development/rocm-modules/6/rocr-debug-agent/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Library that provides some debugging functionality for ROCr"; homepage = "https://github.com/ROCm/rocr_debug_agent"; license = with licenses; [ ncsa ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocrand/default.nix b/pkgs/development/rocm-modules/6/rocrand/default.nix index f02a5b736b0db..d0796c1267b8e 100644 --- a/pkgs/development/rocm-modules/6/rocrand/default.nix +++ b/pkgs/development/rocm-modules/6/rocrand/default.nix @@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Generate pseudo-random and quasi-random numbers"; homepage = "https://github.com/ROCm/rocRAND"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocsolver/default.nix b/pkgs/development/rocm-modules/6/rocsolver/default.nix index db0a74f53d949..a9e06550a8eda 100644 --- a/pkgs/development/rocm-modules/6/rocsolver/default.nix +++ b/pkgs/development/rocm-modules/6/rocsolver/default.nix @@ -126,7 +126,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm LAPACK implementation"; homepage = "https://github.com/ROCm/rocSOLVER"; license = with licenses; [ bsd2 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; timeout = 14400; # 4 hours maxSilent = 14400; # 4 hours diff --git a/pkgs/development/rocm-modules/6/rocsparse/default.nix b/pkgs/development/rocm-modules/6/rocsparse/default.nix index 7c2976179552a..b4a1ead7608a8 100644 --- a/pkgs/development/rocm-modules/6/rocsparse/default.nix +++ b/pkgs/development/rocm-modules/6/rocsparse/default.nix @@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm SPARSE implementation"; homepage = "https://github.com/ROCm/rocSPARSE"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocthrust/default.nix b/pkgs/development/rocm-modules/6/rocthrust/default.nix index 9381b6111390d..06cd7a552aeb8 100644 --- a/pkgs/development/rocm-modules/6/rocthrust/default.nix +++ b/pkgs/development/rocm-modules/6/rocthrust/default.nix @@ -88,7 +88,7 @@ stdenv.mkDerivation (finalAttrs: { description = "ROCm parallel algorithm library"; homepage = "https://github.com/ROCm/rocThrust"; license = with licenses; [ asl20 ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/roctracer/default.nix b/pkgs/development/rocm-modules/6/roctracer/default.nix index 8c68e6e3d29b5..c0fe6456df958 100644 --- a/pkgs/development/rocm-modules/6/roctracer/default.nix +++ b/pkgs/development/rocm-modules/6/roctracer/default.nix @@ -114,7 +114,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Tracer callback/activity library"; homepage = "https://github.com/ROCm/roctracer"; license = with licenses; [ mit ]; # mitx11 - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rocwmma/default.nix b/pkgs/development/rocm-modules/6/rocwmma/default.nix index 47de6e5674247..623e6878a2837 100644 --- a/pkgs/development/rocm-modules/6/rocwmma/default.nix +++ b/pkgs/development/rocm-modules/6/rocwmma/default.nix @@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Mixed precision matrix multiplication and accumulation"; homepage = "https://github.com/ROCm/rocWMMA"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; }) diff --git a/pkgs/development/rocm-modules/6/rpp/default.nix b/pkgs/development/rocm-modules/6/rpp/default.nix index 2161aef3da055..64fd8af1cba6d 100644 --- a/pkgs/development/rocm-modules/6/rpp/default.nix +++ b/pkgs/development/rocm-modules/6/rpp/default.nix @@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Comprehensive high-performance computer vision library for AMD processors"; homepage = "https://github.com/ROCm/rpp"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; broken = useOpenCL; }; diff --git a/pkgs/development/rocm-modules/6/tensile/default.nix b/pkgs/development/rocm-modules/6/tensile/default.nix index e8a5608133298..6d66513bd4024 100644 --- a/pkgs/development/rocm-modules/6/tensile/default.nix +++ b/pkgs/development/rocm-modules/6/tensile/default.nix @@ -107,7 +107,7 @@ buildPythonPackage rec { description = "GEMMs and tensor contractions"; homepage = "https://github.com/ROCm/Tensile"; license = with licenses; [ mit ]; - maintainers = teams.rocm.members; + teams = [ teams.rocm ]; platforms = platforms.linux; }; } diff --git a/pkgs/development/tools/bashate/default.nix b/pkgs/development/tools/bashate/default.nix index 3cbf97398953a..975e34e30d632 100644 --- a/pkgs/development/tools/bashate/default.nix +++ b/pkgs/development/tools/bashate/default.nix @@ -44,6 +44,7 @@ python3Packages.buildPythonApplication rec { mainProgram = "bashate"; homepage = "https://opendev.org/openstack/bashate"; license = with licenses; [ asl20 ]; - maintainers = teams.openstack.members ++ (with maintainers; [ fab ]); + maintainers = with maintainers; [ fab ]; + teams = [ teams.openstack ]; }; } diff --git a/pkgs/development/tools/build-managers/bazel/bazel_5/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_5/default.nix index e63331148b6e0..c78e571adad9f 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_5/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_5/default.nix @@ -182,7 +182,7 @@ stdenv.mkDerivation rec { binaryBytecode # source bundles dependencies as jars ]; license = licenses.asl20; - maintainers = lib.teams.bazel.members; + teams = [ lib.teams.bazel ]; mainProgram = "bazel"; inherit platforms; }; diff --git a/pkgs/development/tools/build-managers/bazel/bazel_6/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_6/default.nix index 81bdd88b2e035..4232c7a98132c 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_6/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_6/default.nix @@ -217,7 +217,7 @@ stdenv.mkDerivation rec { binaryBytecode # source bundles dependencies as jars ]; license = licenses.asl20; - maintainers = lib.teams.bazel.members; + teams = [ lib.teams.bazel ]; mainProgram = "bazel"; inherit platforms; }; diff --git a/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix b/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix index 6c4820d9894ef..7a5b4a6a2bb85 100644 --- a/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix +++ b/pkgs/development/tools/build-managers/bazel/bazel_7/default.nix @@ -526,7 +526,7 @@ stdenv.mkDerivation rec { binaryBytecode # source bundles dependencies as jars ]; license = licenses.asl20; - maintainers = lib.teams.bazel.members; + teams = [ lib.teams.bazel ]; mainProgram = "bazel"; inherit platforms; }; diff --git a/pkgs/development/tools/build-managers/gradle/default.nix b/pkgs/development/tools/build-managers/gradle/default.nix index b557d85eff15f..0f11faa893136 100644 --- a/pkgs/development/tools/build-managers/gradle/default.nix +++ b/pkgs/development/tools/build-managers/gradle/default.nix @@ -214,14 +214,12 @@ rec { binaryNativeCode ]; license = licenses.asl20; - maintainers = - with maintainers; - [ - britter - liff - lorenzleutgeb - ] - ++ lib.teams.java.members; + maintainers = with maintainers; [ + britter + liff + lorenzleutgeb + ]; + teams = [ lib.teams.java ]; mainProgram = "gradle"; } // meta; diff --git a/pkgs/development/tools/build-managers/rebar/default.nix b/pkgs/development/tools/build-managers/rebar/default.nix index b6fc00753c5c2..5d27f273d85bf 100644 --- a/pkgs/development/tools/build-managers/rebar/default.nix +++ b/pkgs/development/tools/build-managers/rebar/default.nix @@ -41,6 +41,6 @@ stdenv.mkDerivation rec { platforms = lib.platforms.unix; license = lib.licenses.asl20; - maintainers = lib.teams.beam.members; + teams = [ lib.teams.beam ]; }; } diff --git a/pkgs/development/tools/build-managers/rebar3/default.nix b/pkgs/development/tools/build-managers/rebar3/default.nix index 9a70da3f09fdb..a84a7ef6dac7b 100644 --- a/pkgs/development/tools/build-managers/rebar3/default.nix +++ b/pkgs/development/tools/build-managers/rebar3/default.nix @@ -80,7 +80,7 @@ let ''; platforms = lib.platforms.unix; - maintainers = lib.teams.beam.members; + teams = [ lib.teams.beam ]; license = lib.licenses.asl20; }; diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix index c53d412f7d303..113fabe322e2d 100644 --- a/pkgs/development/tools/buildah/default.nix +++ b/pkgs/development/tools/buildah/default.nix @@ -87,6 +87,6 @@ buildGoModule rec { homepage = "https://buildah.io/"; changelog = "https://github.com/containers/buildah/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ ] ++ teams.podman.members; + teams = [ teams.podman ]; }; } diff --git a/pkgs/development/tools/continuous-integration/buildbot/master.nix b/pkgs/development/tools/continuous-integration/buildbot/master.nix index d1a77f0ab25a3..22fbbd4f7260a 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/master.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/master.nix @@ -171,7 +171,7 @@ buildPythonApplication rec { description = "Open-source continuous integration framework for automating software build, test, and release processes"; homepage = "https://buildbot.net/"; changelog = "https://github.com/buildbot/buildbot/releases/tag/v${version}"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2Only; }; } diff --git a/pkgs/development/tools/continuous-integration/buildbot/pkg.nix b/pkgs/development/tools/continuous-integration/buildbot/pkg.nix index 44c4e9591116d..988f503d9fdee 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/pkg.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/pkg.nix @@ -26,7 +26,7 @@ buildPythonPackage { meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot Packaging Helper"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; } diff --git a/pkgs/development/tools/continuous-integration/buildbot/plugins.nix b/pkgs/development/tools/continuous-integration/buildbot/plugins.nix index da78957e52718..957da318e5dbe 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/plugins.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/plugins.nix @@ -37,7 +37,7 @@ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot UI"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }; @@ -59,7 +59,7 @@ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot Console View Plugin"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }; @@ -81,7 +81,7 @@ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot Waterfall View Plugin"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }; @@ -103,7 +103,7 @@ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot Grid View Plugin"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }; @@ -125,7 +125,7 @@ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot WSGI dashboards Plugin"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }; @@ -152,7 +152,8 @@ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot Badges Plugin"; - maintainers = teams.buildbot.members ++ [ maintainers.julienmalka ]; + maintainers = [ maintainers.julienmalka ]; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }; diff --git a/pkgs/development/tools/continuous-integration/buildbot/worker.nix b/pkgs/development/tools/continuous-integration/buildbot/worker.nix index cfbc3b33f5334..c8d4633b4716d 100644 --- a/pkgs/development/tools/continuous-integration/buildbot/worker.nix +++ b/pkgs/development/tools/continuous-integration/buildbot/worker.nix @@ -54,7 +54,7 @@ buildPythonPackage ({ meta = with lib; { homepage = "https://buildbot.net/"; description = "Buildbot Worker Daemon"; - maintainers = teams.buildbot.members; + teams = [ teams.buildbot ]; license = licenses.gpl2; }; }) diff --git a/pkgs/development/tools/infisical/default.nix b/pkgs/development/tools/infisical/default.nix index ba617677602de..652c13b716c61 100644 --- a/pkgs/development/tools/infisical/default.nix +++ b/pkgs/development/tools/infisical/default.nix @@ -84,7 +84,8 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/infisical/infisical/releases/tag/infisical-cli%2Fv${version}"; license = licenses.mit; mainProgram = "infisical"; - maintainers = teams.infisical.members ++ (with maintainers; [ hausken ]); + maintainers = with maintainers; [ hausken ]; + teams = [ teams.infisical ]; platforms = [ "x86_64-linux" "aarch64-linux" diff --git a/pkgs/development/tools/misc/yakut/default.nix b/pkgs/development/tools/misc/yakut/default.nix index 9fabbb56fd1d1..d4c98e0e7114f 100644 --- a/pkgs/development/tools/misc/yakut/default.nix +++ b/pkgs/development/tools/misc/yakut/default.nix @@ -55,6 +55,6 @@ buildPythonApplication rec { ''; homepage = "https://github.com/OpenCyphal/yakut/"; license = licenses.mit; - maintainers = teams.ororatech.members; + teams = [ teams.ororatech ]; }; } diff --git a/pkgs/development/tools/parsing/javacc/default.nix b/pkgs/development/tools/parsing/javacc/default.nix index 8845ae95f2f98..a157134569884 100644 --- a/pkgs/development/tools/parsing/javacc/default.nix +++ b/pkgs/development/tools/parsing/javacc/default.nix @@ -60,6 +60,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://javacc.github.io/javacc"; license = licenses.bsd2; mainProgram = "javacc"; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }) diff --git a/pkgs/development/tools/profiling/sysprof/default.nix b/pkgs/development/tools/profiling/sysprof/default.nix index 837a0c8f05728..dcab3c49969fe 100644 --- a/pkgs/development/tools/profiling/sysprof/default.nix +++ b/pkgs/development/tools/profiling/sysprof/default.nix @@ -85,7 +85,7 @@ stdenv.mkDerivation (finalAttrs: { be restarted. ''; license = licenses.gpl3Plus; - maintainers = teams.gnome.members; + teams = [ teams.gnome ]; platforms = platforms.unix; }; }) diff --git a/pkgs/kde/lib/mk-kde-derivation.nix b/pkgs/kde/lib/mk-kde-derivation.nix index 510d6f19a722f..61ef7a69f00e4 100644 --- a/pkgs/kde/lib/mk-kde-derivation.nix +++ b/pkgs/kde/lib/mk-kde-derivation.nix @@ -152,7 +152,7 @@ let description = projectInfo.${pname}.description; homepage = "https://invent.kde.org/${projectInfo.${pname}.repo_path}"; license = lib.filter (l: l != null) (map (l: licensesBySpdxId.${l}) licenseInfo.${pname}); - maintainers = lib.teams.qt-kde.members; + teams = [ lib.teams.qt-kde ]; # Platforms are currently limited to what upstream tests in CI, but can be extended if there's interest. platforms = lib.platforms.linux ++ lib.platforms.freebsd; } // (args.meta or { }); diff --git a/pkgs/kde/misc/kup/default.nix b/pkgs/kde/misc/kup/default.nix index 60ae6db479e90..a093834a998e4 100644 --- a/pkgs/kde/misc/kup/default.nix +++ b/pkgs/kde/misc/kup/default.nix @@ -20,5 +20,6 @@ mkKdeDerivation rec { meta = with lib; { license = licenses.gpl2Plus; maintainers = [ maintainers.pwoelfel ]; + teams = [ ]; }; } diff --git a/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix b/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix index 4ea13d340dbf7..3d6d3b9fd4ea4 100644 --- a/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix +++ b/pkgs/kde/third-party/wallpaper-engine-plugin/default.nix @@ -68,5 +68,6 @@ mkKdeDerivation { homepage = "https://github.com/catsout/wallpaper-engine-kde-plugin"; license = licenses.gpl2Only; maintainers = with maintainers; [ macronova ]; + teams = [ ]; }; } diff --git a/pkgs/os-specific/darwin/apple-source-releases/ICU/package.nix b/pkgs/os-specific/darwin/apple-source-releases/ICU/package.nix index 98dc93a20d273..6fe6e487b1586 100644 --- a/pkgs/os-specific/darwin/apple-source-releases/ICU/package.nix +++ b/pkgs/os-specific/darwin/apple-source-releases/ICU/package.nix @@ -69,7 +69,7 @@ let meta = { description = "Unicode and globalization support library with Apple customizations"; license = [ lib.licenses.icu ]; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; pkgConfigModules = [ "icu-i18n" diff --git a/pkgs/os-specific/darwin/apple-source-releases/locale/package.nix b/pkgs/os-specific/darwin/apple-source-releases/locale/package.nix index 77955a309e8a5..85376eafe625a 100644 --- a/pkgs/os-specific/darwin/apple-source-releases/locale/package.nix +++ b/pkgs/os-specific/darwin/apple-source-releases/locale/package.nix @@ -58,6 +58,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { lib.licenses.apsl10 lib.licenses.apsl20 ]; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; }; }) diff --git a/pkgs/os-specific/darwin/apple-source-releases/mkAppleDerivation.nix b/pkgs/os-specific/darwin/apple-source-releases/mkAppleDerivation.nix index a200a11799b37..d53da980b6481 100644 --- a/pkgs/os-specific/darwin/apple-source-releases/mkAppleDerivation.nix +++ b/pkgs/os-specific/darwin/apple-source-releases/mkAppleDerivation.nix @@ -59,7 +59,7 @@ lib.makeOverridable ( meta = { homepage = "https://opensource.apple.com/releases/"; license = lib.licenses.apple-psl20; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; } // super.meta or { }; } diff --git a/pkgs/os-specific/darwin/libunwind/default.nix b/pkgs/os-specific/darwin/libunwind/default.nix index 4923348b24a39..4d3c3f9e3dd3d 100644 --- a/pkgs/os-specific/darwin/libunwind/default.nix +++ b/pkgs/os-specific/darwin/libunwind/default.nix @@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { meta = { description = "Compatibility package for libunwind on Darwin"; - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; platforms = lib.platforms.darwin; pkgConfigModules = [ "libunwind" ]; }; diff --git a/pkgs/os-specific/linux/it87/default.nix b/pkgs/os-specific/linux/it87/default.nix index d5d8c60d92fd5..030233fcc40d4 100644 --- a/pkgs/os-specific/linux/it87/default.nix +++ b/pkgs/os-specific/linux/it87/default.nix @@ -40,6 +40,6 @@ stdenv.mkDerivation rec { "x86_64-linux" "i686-linux" ]; - maintainers = teams.lumiguide.members; + teams = [ teams.lumiguide ]; }; } diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix index 0def032047f05..e99473a4e7235 100644 --- a/pkgs/os-specific/linux/kernel/manual-config.nix +++ b/pkgs/os-specific/linux/kernel/manual-config.nix @@ -102,6 +102,7 @@ lib.makeOverridable ( optionalString optionalAttrs maintainers + teams platforms ; @@ -514,9 +515,8 @@ lib.makeOverridable ( ); license = lib.licenses.gpl2Only; homepage = "https://www.kernel.org/"; - maintainers = lib.teams.linux-kernel.members ++ [ - maintainers.thoughtpolice - ]; + maintainers = [ maintainers.thoughtpolice ]; + teams = [ teams.linux-kernel ]; platforms = platforms.linux; badPlatforms = lib.optionals (lib.versionOlder version "4.15") [ diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix index afaf8931f9d04..04187e60ce970 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -79,6 +79,7 @@ let zzzsy eljamm ]; + teams = [ ]; description = "Built with custom settings and new features built to provide a stable, responsive and smooth desktop experience"; broken = stdenv.hostPlatform.isAarch64; }; diff --git a/pkgs/os-specific/linux/kernel/zen-kernels.nix b/pkgs/os-specific/linux/kernel/zen-kernels.nix index ddb4f41b8688d..f7732ba134717 100644 --- a/pkgs/os-specific/linux/kernel/zen-kernels.nix +++ b/pkgs/os-specific/linux/kernel/zen-kernels.nix @@ -157,6 +157,7 @@ let jerrysm64 axertheaxe ]; + teams = [ ]; description = "Built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads." + lib.optionalString isLqx " (Same as linux_zen, but less aggressive release schedule and additional extra config)"; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/bash/2.nix b/pkgs/os-specific/linux/minimal-bootstrap/bash/2.nix index fd273838c9544..a6adb130049c6 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/bash/2.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/bash/2.nix @@ -129,7 +129,7 @@ kaem.runCommand "${pname}-${version}" description = "GNU Bourne-Again Shell, the de facto standard shell on Linux"; homepage = "https://www.gnu.org/software/bash"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix index 32daa77ed55da..8de6229e88099 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/bash/default.nix @@ -97,7 +97,7 @@ bootBash.runCommand "${pname}-${version}" description = "GNU Bourne-Again Shell, the de facto standard shell on Linux"; homepage = "https://www.gnu.org/software/bash"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/binutils/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/binutils/default.nix index 3292dd0528dd6..a5430d2198908 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/binutils/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/binutils/default.nix @@ -78,7 +78,7 @@ bash.runCommand "${pname}-${version}" description = "Tools for manipulating binaries (linker, assembler, etc.)"; homepage = "https://www.gnu.org/software/binutils"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/bzip2/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/bzip2/default.nix index ccceabe9a6e4f..7ccfbd4065358 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/bzip2/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/bzip2/default.nix @@ -38,7 +38,7 @@ bash.runCommand "${pname}-${version}" description = "High-quality data compression program"; homepage = "https://www.sourceware.org/bzip2"; license = licenses.bsdOriginal; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/coreutils/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/coreutils/default.nix index 9edf6402fbed8..40601a8483e5d 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/coreutils/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/coreutils/default.nix @@ -85,7 +85,7 @@ kaem.runCommand "${pname}-${version}" description = "GNU Core Utilities"; homepage = "https://www.gnu.org/software/coreutils"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix index b37e94a5f2632..8753b67db489e 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/coreutils/musl.nix @@ -56,7 +56,7 @@ bash.runCommand "${pname}-${version}" description = "GNU Core Utilities"; homepage = "https://www.gnu.org/software/coreutils"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/diffutils/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/diffutils/default.nix index e6648b5987bee..c74d4b07a2ad4 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/diffutils/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/diffutils/default.nix @@ -47,7 +47,7 @@ bash.runCommand "${pname}-${version}" description = "Commands for showing the differences between files (diff, cmp, etc.)"; homepage = "https://www.gnu.org/software/diffutils/diffutils.html"; license = licenses.gpl3Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/findutils/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/findutils/default.nix index d731ee8037e41..3ba4d39dd18a5 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/findutils/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/findutils/default.nix @@ -46,7 +46,7 @@ bash.runCommand "${pname}-${version}" description = "GNU Find Utilities, the basic directory searching utilities of the GNU operating system"; homepage = "https://www.gnu.org/software/findutils"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gawk/common.nix b/pkgs/os-specific/linux/minimal-bootstrap/gawk/common.nix index d95c66d86337c..35c12b8bfa32a 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gawk/common.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gawk/common.nix @@ -5,7 +5,7 @@ description = "GNU implementation of the Awk programming language"; homepage = "https://www.gnu.org/software/gawk"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.cxx.nix b/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.cxx.nix index f4f8ee6a23016..e899a0a7413e7 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.cxx.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.cxx.nix @@ -100,7 +100,7 @@ bash.runCommand "${pname}-${version}" description = "GNU Compiler Collection, version ${version}"; homepage = "https://gcc.gnu.org"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.nix b/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.nix index 4a2ea3fd84ab8..7b98276305b52 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gcc/4.6.nix @@ -82,7 +82,7 @@ bash.runCommand "${pname}-${version}" description = "GNU Compiler Collection, version ${version}"; homepage = "https://gcc.gnu.org"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gcc/8.nix b/pkgs/os-specific/linux/minimal-bootstrap/gcc/8.nix index 7a158ff8f4362..f0911017d2216 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gcc/8.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gcc/8.nix @@ -99,7 +99,7 @@ bash.runCommand "${pname}-${version}" description = "GNU Compiler Collection, version ${version}"; homepage = "https://gcc.gnu.org"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gcc/latest.nix b/pkgs/os-specific/linux/minimal-bootstrap/gcc/latest.nix index f22570e940caf..25c9f25e5c872 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gcc/latest.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gcc/latest.nix @@ -98,7 +98,7 @@ bash.runCommand "${pname}-${version}" description = "GNU Compiler Collection, version ${version}"; homepage = "https://gcc.gnu.org"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/default.nix index 62dd295eefe87..fb73a3216e73e 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnugrep/default.nix @@ -41,7 +41,7 @@ bash.runCommand "${pname}-${version}" description = "GNU implementation of the Unix grep command"; homepage = "https://www.gnu.org/software/grep"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "grep"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnumake/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnumake/default.nix index bced960269653..4307dadc32981 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnumake/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnumake/default.nix @@ -166,7 +166,7 @@ kaem.runCommand "${pname}-${version}" description = "Tool to control the generation of non-source files from sources"; homepage = "https://www.gnu.org/software/make"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "make"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix index d2b53fb9a97fb..69d7bfece73c1 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnumake/musl.nix @@ -57,7 +57,7 @@ bash.runCommand "${pname}-${version}" description = "Tool to control the generation of non-source files from sources"; homepage = "https://www.gnu.org/software/make"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "make"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnupatch/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnupatch/default.nix index 66de5351204a8..ac387537f7dc7 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnupatch/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnupatch/default.nix @@ -78,7 +78,7 @@ kaem.runCommand "${pname}-${version}" description = "GNU Patch, a program to apply differences to files"; homepage = "https://www.gnu.org/software/patch"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "patch"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnused/common.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnused/common.nix index 658f05923ac3e..f9e776854ed07 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnused/common.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnused/common.nix @@ -5,7 +5,7 @@ description = "GNU sed, a batch stream editor"; homepage = "https://www.gnu.org/software/sed"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "sed"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnutar/latest.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnutar/latest.nix index aa702b245b978..e31f977f5e3bd 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnutar/latest.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnutar/latest.nix @@ -50,7 +50,7 @@ bash.runCommand "${pname}-${version}" description = "GNU implementation of the `tar' archiver"; homepage = "https://www.gnu.org/software/tar"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "tar"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnutar/mes.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnutar/mes.nix index f674dcfffa9b5..0296da13e3def 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnutar/mes.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnutar/mes.nix @@ -41,7 +41,7 @@ bash.runCommand "${pname}-${version}" description = "GNU implementation of the `tar' archiver"; homepage = "https://www.gnu.org/software/tar"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "tar"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gnutar/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/gnutar/musl.nix index 84d46b8f5743f..3e3829a7dd3eb 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gnutar/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gnutar/musl.nix @@ -42,7 +42,7 @@ bash.runCommand "${pname}-${version}" description = "GNU implementation of the `tar' archiver"; homepage = "https://www.gnu.org/software/tar"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "tar"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/gzip/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/gzip/default.nix index 8013bd5a91c5a..950968bc178be 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/gzip/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/gzip/default.nix @@ -38,7 +38,7 @@ bash.runCommand "${pname}-${version}" description = "GNU zip compression program"; homepage = "https://www.gnu.org/software/gzip"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/heirloom-devtools/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/heirloom-devtools/default.nix index 5262083a1d0ac..234240ea7cbbe 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/heirloom-devtools/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/heirloom-devtools/default.nix @@ -52,7 +52,7 @@ kaem.runCommand "${pname}-${version}" bsdOriginalUC caldera ]; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/heirloom/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/heirloom/default.nix index a3aa461b22715..7e1f45be50e16 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/heirloom/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/heirloom/default.nix @@ -108,7 +108,7 @@ bash.runCommand "${pname}-${version}" lpl-102 info-zip ]; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/linux-headers/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/linux-headers/default.nix index ec3fa5aa7bdf2..851b164afa16b 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/linux-headers/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/linux-headers/default.nix @@ -36,7 +36,7 @@ bash.runCommand "${pname}-${version}" meta = with lib; { description = "Header files and scripts for Linux kernel"; license = licenses.gpl2Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.linux; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/ln-boot/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/ln-boot/default.nix index 0aef4ced911b3..4cd211f6817c5 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/ln-boot/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/ln-boot/default.nix @@ -16,7 +16,7 @@ kaem.runCommand "${pname}-${version}" meta = with lib; { description = "Basic tool for creating symbolic links"; license = licenses.mit; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; mainProgram = "ln"; platforms = platforms.unix; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/mes/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/mes/default.nix index dfde3aff704f2..710520b68f917 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/mes/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/mes/default.nix @@ -42,7 +42,7 @@ let description = "Scheme interpreter and C compiler for bootstrapping"; homepage = "https://www.gnu.org/software/mes"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = [ "i686-linux" ]; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/mes/libc.nix b/pkgs/os-specific/linux/minimal-bootstrap/mes/libc.nix index e1224326e7204..751e627097a2e 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/mes/libc.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/mes/libc.nix @@ -33,7 +33,7 @@ kaem.runCommand "${pname}-${version}" description = "Mes C Library"; homepage = "https://www.gnu.org/software/mes"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = [ "i686-linux" ]; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/mes/nyacc.nix b/pkgs/os-specific/linux/minimal-bootstrap/mes/nyacc.nix index 12e7b1f833c62..58a577e11230a 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/mes/nyacc.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/mes/nyacc.nix @@ -30,7 +30,7 @@ kaem.runCommand "${pname}-${version}" ''; homepage = "https://savannah.nongnu.org/projects/nyacc"; license = licenses.lgpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.all; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/musl/common.nix b/pkgs/os-specific/linux/minimal-bootstrap/musl/common.nix index ac1bb84b9f3e5..2aa2664550413 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/musl/common.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/musl/common.nix @@ -7,7 +7,7 @@ description = "Efficient, small, quality libc implementation"; homepage = "https://musl.libc.org"; license = licenses.mit; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/hex0.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/hex0.nix index cc6dbfca73ce3..1cbddd9c4c10f 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/hex0.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/hex0.nix @@ -39,7 +39,7 @@ derivationWithMeta { description = "Minimal assembler for bootstrapping"; homepage = "https://github.com/oriansj/stage0-posix"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit platforms; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/default.nix index a18bb717a8576..84463ef7b133d 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/default.nix @@ -58,7 +58,7 @@ derivationWithMeta { description = "Minimal build tool for running scripts on systems that lack any shell"; homepage = "https://github.com/oriansj/mescc-tools"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit platforms; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/minimal.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/minimal.nix index 51fb5f5115f40..b06bd900e45a4 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/minimal.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/kaem/minimal.nix @@ -20,7 +20,7 @@ derivationWithMeta { description = "First stage minimal scriptable build tool for bootstrapping"; homepage = "https://github.com/oriansj/stage0-posix"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit platforms; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/make-bootstrap-sources.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/make-bootstrap-sources.nix index 82f38b7d939cf..c819a6105220d 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/make-bootstrap-sources.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/make-bootstrap-sources.nix @@ -55,7 +55,7 @@ fetchFromGitHub { description = "Packaged sources for the first bootstrapping stage"; homepage = "https://github.com/oriansj/stage0-posix"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.all; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-boot.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-boot.nix index c4ece4d085535..783c3c93cc460 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-boot.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-boot.nix @@ -61,7 +61,7 @@ rec { description = "Collection of tools written for use in bootstrapping"; homepage = "https://github.com/oriansj/stage0-posix"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit platforms; }; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-extra/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-extra/default.nix index 28381dc81ca61..ec263d72cff6d 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-extra/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools-extra/default.nix @@ -30,7 +30,7 @@ derivationWithMeta { description = "Collection of tools written for use in bootstrapping"; homepage = "https://github.com/oriansj/mescc-tools-extra"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit platforms; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools/default.nix index 769f0df399093..b6b8f790da3fb 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/mescc-tools/default.nix @@ -110,7 +110,7 @@ derivationWithMeta { description = "Collection of tools written for use in bootstrapping"; homepage = "https://github.com/oriansj/mescc-tools"; license = licenses.gpl3Plus; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; inherit platforms; }; } diff --git a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/bootstrappable.nix b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/bootstrappable.nix index 594ac6768a60b..65234932c71ec 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/bootstrappable.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/bootstrappable.nix @@ -43,7 +43,7 @@ let description = "Tiny C Compiler's bootstrappable fork"; homepage = "https://gitlab.com/janneke/tinycc"; license = licenses.lgpl21Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = [ "i686-linux" ]; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/mes.nix b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/mes.nix index 76f5ff9587ae4..596e53a1c83b0 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/mes.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/mes.nix @@ -39,7 +39,7 @@ let description = "Small, fast, and embeddable C compiler and interpreter"; homepage = "https://repo.or.cz/w/tinycc.git"; license = licenses.lgpl21Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = [ "i686-linux" ]; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix index 75b64f579c482..9065e2f1f7275 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/tinycc/musl.nix @@ -30,7 +30,7 @@ let description = "Small, fast, and embeddable C compiler and interpreter"; homepage = "https://repo.or.cz/w/tinycc.git"; license = licenses.lgpl21Only; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = [ "i686-linux" ]; }; diff --git a/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix b/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix index 5ef744115642b..13bc5708a678c 100644 --- a/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix +++ b/pkgs/os-specific/linux/minimal-bootstrap/xz/default.nix @@ -49,7 +49,7 @@ bash.runCommand "${pname}-${version}" gpl2Plus lgpl21Plus ]; - maintainers = teams.minimal-bootstrap.members; + teams = [ teams.minimal-bootstrap ]; platforms = platforms.unix; }; } diff --git a/pkgs/os-specific/linux/udisks/2-default.nix b/pkgs/os-specific/linux/udisks/2-default.nix index c3eac48f118fc..a29e669380c47 100644 --- a/pkgs/os-specific/linux/udisks/2-default.nix +++ b/pkgs/os-specific/linux/udisks/2-default.nix @@ -149,7 +149,8 @@ stdenv.mkDerivation rec { lgpl2Plus gpl2Plus ]; # lgpl2Plus for the library, gpl2Plus for the tools & daemon - maintainers = teams.freedesktop.members ++ (with maintainers; [ johnazoidberg ]); + maintainers = with maintainers; [ johnazoidberg ]; + teams = [ teams.freedesktop ]; platforms = platforms.linux; }; } diff --git a/pkgs/servers/home-assistant/appdaemon.nix b/pkgs/servers/home-assistant/appdaemon.nix index 00bc9aa07967d..36cccbe3f3f99 100644 --- a/pkgs/servers/home-assistant/appdaemon.nix +++ b/pkgs/servers/home-assistant/appdaemon.nix @@ -55,6 +55,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/AppDaemon/appdaemon"; changelog = "https://github.com/AppDaemon/appdaemon/blob/${version}/docs/HISTORY.md"; license = licenses.mit; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/servers/home-assistant/cli.nix b/pkgs/servers/home-assistant/cli.nix index d8839e155d56a..c7b1c56ea42cd 100644 --- a/pkgs/servers/home-assistant/cli.nix +++ b/pkgs/servers/home-assistant/cli.nix @@ -59,6 +59,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/home-assistant-ecosystem/home-assistant-cli"; changelog = "https://github.com/home-assistant-ecosystem/home-assistant-cli/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = lib.teams.home-assistant.members; + teams = [ lib.teams.home-assistant ]; }; } diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index c526ac3a94181..b3ccf65ed0320 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -603,7 +603,7 @@ python.pkgs.buildPythonApplication rec { changelog = "https://github.com/home-assistant/core/releases/tag/${src.tag}"; description = "Open source home automation that puts local control and privacy first"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; platforms = platforms.linux; mainProgram = "hass"; }; diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix index 164dcde4e27a2..97cb20c44b3f9 100644 --- a/pkgs/servers/home-assistant/frontend.nix +++ b/pkgs/servers/home-assistant/frontend.nix @@ -30,6 +30,6 @@ buildPythonPackage rec { description = "Frontend for Home Assistant"; homepage = "https://github.com/home-assistant/frontend"; license = licenses.asl20; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/servers/home-assistant/intents.nix b/pkgs/servers/home-assistant/intents.nix index 99cfdadb9148c..73a691d405a34 100644 --- a/pkgs/servers/home-assistant/intents.nix +++ b/pkgs/servers/home-assistant/intents.nix @@ -70,6 +70,6 @@ buildPythonPackage rec { description = "Intents to be used with Home Assistant"; homepage = "https://github.com/home-assistant/intents"; license = licenses.cc-by-40; - maintainers = teams.home-assistant.members; + teams = [ teams.home-assistant ]; }; } diff --git a/pkgs/servers/home-assistant/stubs.nix b/pkgs/servers/home-assistant/stubs.nix index 6244ed72f9396..082610e1a6d55 100644 --- a/pkgs/servers/home-assistant/stubs.nix +++ b/pkgs/servers/home-assistant/stubs.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { homepage = "https://github.com/KapJI/homeassistant-stubs"; changelog = "https://github.com/KapJI/homeassistant-stubs/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = lib.teams.home-assistant.members; + teams = [ lib.teams.home-assistant ]; }; } diff --git a/pkgs/servers/http/nginx/generic.nix b/pkgs/servers/http/nginx/generic.nix index 758b713c854a7..0f924e135aae8 100644 --- a/pkgs/servers/http/nginx/generic.nix +++ b/pkgs/servers/http/nginx/generic.nix @@ -316,13 +316,13 @@ stdenv.mkDerivation { license = [ licenses.bsd2 ] ++ concatMap (m: m.meta.license) modules; broken = lib.any (m: m.meta.broken or false) modules; platforms = platforms.all; - maintainers = - with maintainers; - [ - fpletz - raitobezarius - ] - ++ teams.helsinki-systems.members - ++ teams.stridtech.members; + maintainers = with maintainers; [ + fpletz + raitobezarius + ]; + teams = with teams; [ + helsinki-systems + stridtech + ]; }; } diff --git a/pkgs/servers/http/nginx/modules.nix b/pkgs/servers/http/nginx/modules.nix index 14176166d3a9d..b9dd155780cd7 100644 --- a/pkgs/servers/http/nginx/modules.nix +++ b/pkgs/servers/http/nginx/modules.nix @@ -824,7 +824,7 @@ let description = "SPNEGO HTTP Authentication Module"; homepage = "https://github.com/stnoonan/spnego-http-auth-nginx-module"; license = with licenses; [ bsd2 ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -1082,7 +1082,7 @@ let homepage = "https://github.com/evanmiller/mod_zip"; license = with licenses; [ bsd3 ]; broken = stdenv.hostPlatform.isDarwin; - maintainers = teams.apm.members; + teams = [ teams.apm ]; }; }; diff --git a/pkgs/servers/icingaweb2/default.nix b/pkgs/servers/icingaweb2/default.nix index c13c808ec7f7d..ffa3325d52e2f 100644 --- a/pkgs/servers/icingaweb2/default.nix +++ b/pkgs/servers/icingaweb2/default.nix @@ -38,7 +38,7 @@ stdenvNoCC.mkDerivation rec { ''; homepage = "https://www.icinga.com/products/icinga-web-2/"; license = licenses.gpl2Plus; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; mainProgram = "icingacli"; platforms = platforms.all; }; diff --git a/pkgs/servers/icingaweb2/ipl.nix b/pkgs/servers/icingaweb2/ipl.nix index e408fc8130c2f..df228ce0fdb43 100644 --- a/pkgs/servers/icingaweb2/ipl.nix +++ b/pkgs/servers/icingaweb2/ipl.nix @@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/Icinga/icinga-php-library"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; }; } diff --git a/pkgs/servers/icingaweb2/thirdparty.nix b/pkgs/servers/icingaweb2/thirdparty.nix index 87a12d2f57884..38224744b047c 100644 --- a/pkgs/servers/icingaweb2/thirdparty.nix +++ b/pkgs/servers/icingaweb2/thirdparty.nix @@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec { homepage = "https://github.com/Icinga/icinga-php-thirdparty"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; }; } diff --git a/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix b/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix index 0b2e0a09aa33e..c5057f6ea389c 100644 --- a/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix @@ -7,7 +7,7 @@ grafanaPlugin { meta = with lib; { description = "The Grafana Logs Drilldown app offers a queryless experience for browsing Loki logs without the need for writing complex queries."; license = licenses.agpl3Only; - maintainers = lib.teams.fslabs.members; + teams = [ lib.teams.fslabs ]; platforms = platforms.unix; }; } diff --git a/pkgs/servers/monitoring/grafana/plugins/grafana-oncall-app/default.nix b/pkgs/servers/monitoring/grafana/plugins/grafana-oncall-app/default.nix index 8767f2b51e885..3b0ca6791f891 100644 --- a/pkgs/servers/monitoring/grafana/plugins/grafana-oncall-app/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/grafana-oncall-app/default.nix @@ -7,7 +7,7 @@ grafanaPlugin { meta = with lib; { description = "Developer-friendly incident response for Grafana"; license = licenses.agpl3Only; - maintainers = lib.teams.fslabs.members; + teams = [ lib.teams.fslabs ]; platforms = platforms.unix; }; } diff --git a/pkgs/servers/monitoring/icinga2/default.nix b/pkgs/servers/monitoring/icinga2/default.nix index 02b382349bc6c..2c50c42bf9e0b 100644 --- a/pkgs/servers/monitoring/icinga2/default.nix +++ b/pkgs/servers/monitoring/icinga2/default.nix @@ -127,6 +127,6 @@ stdenv.mkDerivation rec { homepage = "https://www.icinga.com"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; }; } diff --git a/pkgs/servers/monitoring/prometheus/fastly-exporter.nix b/pkgs/servers/monitoring/prometheus/fastly-exporter.nix index 636e49ddd8a35..404ca04f2520d 100644 --- a/pkgs/servers/monitoring/prometheus/fastly-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/fastly-exporter.nix @@ -26,7 +26,7 @@ buildGoModule rec { description = "Prometheus exporter for the Fastly Real-time Analytics API"; homepage = "https://github.com/fastly/fastly-exporter"; license = licenses.asl20; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; mainProgram = "fastly-exporter"; }; } diff --git a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix index fc92bf47a8e02..8fa4abcbb556a 100644 --- a/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/junos-czerwonk-exporter.nix @@ -22,6 +22,6 @@ buildGoModule rec { mainProgram = "junos_exporter"; homepage = "https://github.com/czerwonk/junos_exporter"; license = licenses.mit; - maintainers = teams.wdz.members; + teams = [ teams.wdz ]; }; } diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index ea9d5b7e70ef7..31c253cbb62e1 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -43,7 +43,7 @@ let changelog = "https://nextcloud.com/changelog/#${lib.replaceStrings [ "." ] [ "-" ] version}"; description = "Sharing solution for files, calendars, contacts and more"; homepage = "https://nextcloud.com"; - maintainers = lib.teams.nextcloud.members; + teams = [ lib.teams.nextcloud ]; license = lib.licenses.agpl3Plus; platforms = lib.platforms.linux; knownVulnerabilities = diff --git a/pkgs/servers/nextcloud/notify_push.nix b/pkgs/servers/nextcloud/notify_push.nix index 9e953aad56468..b24c99df8acf8 100644 --- a/pkgs/servers/nextcloud/notify_push.nix +++ b/pkgs/servers/nextcloud/notify_push.nix @@ -65,6 +65,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nextcloud/notify_push"; license = licenses.agpl3Plus; platforms = platforms.linux; - maintainers = teams.helsinki-systems.members; + teams = [ teams.helsinki-systems ]; }; } diff --git a/pkgs/servers/nextcloud/packages/default.nix b/pkgs/servers/nextcloud/packages/default.nix index 7c2325cdd3661..8d0f2abc5cb50 100644 --- a/pkgs/servers/nextcloud/packages/default.nix +++ b/pkgs/servers/nextcloud/packages/default.nix @@ -32,7 +32,7 @@ let appName = pname; appVersion = data.version; license = appBaseDefs.${pname}; - maintainers = lib.teams.nextcloud.members; + teams = [ lib.teams.nextcloud ]; inherit (data) url hash diff --git a/pkgs/servers/sql/mariadb/default.nix b/pkgs/servers/sql/mariadb/default.nix index ed5d65eeaea57..281ed9117250e 100644 --- a/pkgs/servers/sql/mariadb/default.nix +++ b/pkgs/servers/sql/mariadb/default.nix @@ -221,7 +221,8 @@ let description = "Enhanced, drop-in replacement for MySQL"; homepage = "https://mariadb.org/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ thoughtpolice ] ++ teams.helsinki-systems.members; + maintainers = with maintainers; [ thoughtpolice ]; + teams = [ teams.helsinki-systems ]; platforms = platforms.all; }; }; diff --git a/pkgs/servers/sql/percona-server/8_0.nix b/pkgs/servers/sql/percona-server/8_0.nix index d64e5c445b037..dd9125599c481 100644 --- a/pkgs/servers/sql/percona-server/8_0.nix +++ b/pkgs/servers/sql/percona-server/8_0.nix @@ -201,7 +201,7 @@ stdenv.mkDerivation (finalAttrs: { Long-term support release. ''; license = licenses.gpl2Only; - maintainers = teams.flyingcircus.members; + teams = [ teams.flyingcircus ]; platforms = platforms.unix; }; }) diff --git a/pkgs/servers/sql/percona-server/8_4.nix b/pkgs/servers/sql/percona-server/8_4.nix index 3b53fc525f28b..7293c97a52d8c 100644 --- a/pkgs/servers/sql/percona-server/8_4.nix +++ b/pkgs/servers/sql/percona-server/8_4.nix @@ -223,7 +223,7 @@ stdenv.mkDerivation (finalAttrs: { Long-term support release. ''; license = licenses.gpl2Only; - maintainers = teams.flyingcircus.members; + teams = [ teams.flyingcircus ]; platforms = platforms.unix; }; }) diff --git a/pkgs/servers/sql/postgresql/ext/anonymizer.nix b/pkgs/servers/sql/postgresql/ext/anonymizer.nix index 71e7624d26774..e3f19881199e9 100644 --- a/pkgs/servers/sql/postgresql/ext/anonymizer.nix +++ b/pkgs/servers/sql/postgresql/ext/anonymizer.nix @@ -29,7 +29,7 @@ postgresqlBuildExtension (finalAttrs: { passthru.tests = nixosTests.postgresql.anonymizer.passthru.override postgresql; - meta = lib.getAttrs [ "homepage" "maintainers" "license" ] pg-dump-anon.meta // { + meta = lib.getAttrs [ "homepage" "teams" "license" ] pg-dump-anon.meta // { description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database"; }; }) diff --git a/pkgs/servers/sql/postgresql/ext/pg_byteamagic.nix b/pkgs/servers/sql/postgresql/ext/pg_byteamagic.nix index 83bccbdf5cfad..94f35244ff555 100644 --- a/pkgs/servers/sql/postgresql/ext/pg_byteamagic.nix +++ b/pkgs/servers/sql/postgresql/ext/pg_byteamagic.nix @@ -44,7 +44,7 @@ postgresqlBuildExtension (finalAttrs: { homepage = "https://github.com/nmandery/pg_byteamagic"; changelog = "https://raw.githubusercontent.com/nmandery/pg_byteamagic/refs/tags/v${finalAttrs.version}/Changes"; license = lib.licenses.bsd2WithViews; - maintainers = lib.teams.apm.members; + teams = [ lib.teams.apm ]; platforms = postgresql.meta.platforms; }; }) diff --git a/pkgs/servers/sql/postgresql/ext/pgrouting.nix b/pkgs/servers/sql/postgresql/ext/pgrouting.nix index d4239072b1eeb..93a30389929e2 100644 --- a/pkgs/servers/sql/postgresql/ext/pgrouting.nix +++ b/pkgs/servers/sql/postgresql/ext/pgrouting.nix @@ -30,7 +30,8 @@ postgresqlBuildExtension (finalAttrs: { description = "PostgreSQL/PostGIS extension that provides geospatial routing functionality"; homepage = "https://pgrouting.org/"; changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${finalAttrs.version}"; - maintainers = with lib.maintainers; lib.teams.geospatial.members ++ [ steve-chavez ]; + maintainers = with lib.maintainers; [ steve-chavez ]; + teams = [ lib.teams.geospatial ]; platforms = postgresql.meta.platforms; license = lib.licenses.gpl2Plus; }; diff --git a/pkgs/servers/sql/postgresql/ext/pgvectorscale/package.nix b/pkgs/servers/sql/postgresql/ext/pgvectorscale/package.nix index 15b2ad9240bdf..c4e8514f7b8f8 100644 --- a/pkgs/servers/sql/postgresql/ext/pgvectorscale/package.nix +++ b/pkgs/servers/sql/postgresql/ext/pgvectorscale/package.nix @@ -65,7 +65,7 @@ buildPgrxExtension (finalAttrs: { meta = { homepage = "https://github.com/timescale/pgvectorscale"; - maintainers = lib.teams.flyingcircus.members; + teams = [ lib.teams.flyingcircus ]; description = "Complement to pgvector for high performance, cost efficient vector search on large workloads"; license = lib.licenses.postgresql; platforms = postgresql.meta.platforms; diff --git a/pkgs/servers/sql/postgresql/ext/plperl.nix b/pkgs/servers/sql/postgresql/ext/plperl.nix index dea85d23ece8c..c597580941757 100644 --- a/pkgs/servers/sql/postgresql/ext/plperl.nix +++ b/pkgs/servers/sql/postgresql/ext/plperl.nix @@ -33,7 +33,7 @@ let homepage license changelog - maintainers + teams platforms ; description = "PL/Perl - Perl Procedural Language"; diff --git a/pkgs/servers/sql/postgresql/ext/plpython3.nix b/pkgs/servers/sql/postgresql/ext/plpython3.nix index 32f2ffd3c89a5..01cbde394fbc0 100644 --- a/pkgs/servers/sql/postgresql/ext/plpython3.nix +++ b/pkgs/servers/sql/postgresql/ext/plpython3.nix @@ -33,7 +33,7 @@ let homepage license changelog - maintainers + teams platforms ; description = "PL/Python - Python Procedural Language"; diff --git a/pkgs/servers/sql/postgresql/ext/pltcl.nix b/pkgs/servers/sql/postgresql/ext/pltcl.nix index 7b0364bb89265..4609b40a39a81 100644 --- a/pkgs/servers/sql/postgresql/ext/pltcl.nix +++ b/pkgs/servers/sql/postgresql/ext/pltcl.nix @@ -41,7 +41,7 @@ let homepage license changelog - maintainers + teams platforms ; description = "PL/Tcl - Tcl Procedural Language"; diff --git a/pkgs/servers/sql/postgresql/ext/postgis.nix b/pkgs/servers/sql/postgresql/ext/postgis.nix index 067409a230ffc..40eb1799aab4d 100644 --- a/pkgs/servers/sql/postgresql/ext/postgis.nix +++ b/pkgs/servers/sql/postgresql/ext/postgis.nix @@ -165,7 +165,8 @@ postgresqlBuildExtension (finalAttrs: { homepage = "https://postgis.net/"; changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${finalAttrs.version}/NEWS"; license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; lib.teams.geospatial.members ++ [ marcweber ]; + maintainers = with lib.maintainers; [ marcweber ]; + teams = [ lib.teams.geospatial ]; inherit (postgresql.meta) platforms; }; }) diff --git a/pkgs/servers/sql/postgresql/generic.nix b/pkgs/servers/sql/postgresql/generic.nix index 95f490240109c..951858ac6d766 100644 --- a/pkgs/servers/sql/postgresql/generic.nix +++ b/pkgs/servers/sql/postgresql/generic.nix @@ -521,7 +521,7 @@ let description = "Powerful, open source object-relational database system"; license = licenses.postgresql; changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/"; - maintainers = with maintainers; teams.postgres.members; + teams = [ teams.postgres ]; pkgConfigModules = [ "libecpg" "libecpg_compat" diff --git a/pkgs/servers/sql/postgresql/libpq.nix b/pkgs/servers/sql/postgresql/libpq.nix index cf31421ba41dc..6c6ad21e99eff 100644 --- a/pkgs/servers/sql/postgresql/libpq.nix +++ b/pkgs/servers/sql/postgresql/libpq.nix @@ -149,7 +149,7 @@ stdenv.mkDerivation (finalAttrs: { inherit (postgresql.meta) homepage license - maintainers + teams platforms ; description = "C application programmer's interface to PostgreSQL"; diff --git a/pkgs/servers/varnish/default.nix b/pkgs/servers/varnish/default.nix index a60ef4d0fc4b0..518748fb89bd8 100644 --- a/pkgs/servers/varnish/default.nix +++ b/pkgs/servers/varnish/default.nix @@ -83,7 +83,7 @@ let description = "Web application accelerator also known as a caching HTTP reverse proxy"; homepage = "https://www.varnish-cache.org"; license = licenses.bsd2; - maintainers = lib.teams.flyingcircus.members; + teams = [ lib.teams.flyingcircus ]; platforms = platforms.unix; }; }; diff --git a/pkgs/servers/web-apps/outline/default.nix b/pkgs/servers/web-apps/outline/default.nix index 763044bd51298..27d906efb7a37 100644 --- a/pkgs/servers/web-apps/outline/default.nix +++ b/pkgs/servers/web-apps/outline/default.nix @@ -93,13 +93,11 @@ stdenv.mkDerivation rec { homepage = "https://www.getoutline.com/"; changelog = "https://github.com/outline/outline/releases"; license = licenses.bsl11; - maintainers = - with maintainers; - [ - cab404 - yrd - ] - ++ teams.cyberus.members; + maintainers = with maintainers; [ + cab404 + yrd + ]; + teams = [ teams.cyberus ]; platforms = platforms.linux; }; } diff --git a/pkgs/servers/web-apps/plausible/default.nix b/pkgs/servers/web-apps/plausible/default.nix index aa5ab05959107..d2df8b9ac1ab1 100644 --- a/pkgs/servers/web-apps/plausible/default.nix +++ b/pkgs/servers/web-apps/plausible/default.nix @@ -180,7 +180,7 @@ beamPackages.mixRelease rec { changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md"; description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics"; mainProgram = "plausible"; - maintainers = teams.cyberus.members; + teams = [ teams.cyberus ]; platforms = platforms.unix; }; } diff --git a/pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix b/pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix index c8bc46e56c629..a716ca389d1c7 100644 --- a/pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix +++ b/pkgs/stdenv/darwin/stdenv-bootstrap-tools.nix @@ -292,6 +292,6 @@ stdenv.mkDerivation (finalAttrs: { }; meta = { - maintainers = lib.teams.darwin.members; + teams = [ lib.teams.darwin ]; }; }) diff --git a/pkgs/test/haskell/incremental/default.nix b/pkgs/test/haskell/incremental/default.nix index fa08c9315b927..c9ade36deb2ad 100644 --- a/pkgs/test/haskell/incremental/default.nix +++ b/pkgs/test/haskell/incremental/default.nix @@ -34,6 +34,6 @@ let in temporary-incremental-build.overrideAttrs (old: { meta = { - maintainers = lib.teams.mercury.members; + teams = [ lib.teams.mercury ]; }; }) diff --git a/pkgs/tools/backup/percona-xtrabackup/generic.nix b/pkgs/tools/backup/percona-xtrabackup/generic.nix index 3f4cdd86cf10a..949f3773aee50 100644 --- a/pkgs/tools/backup/percona-xtrabackup/generic.nix +++ b/pkgs/tools/backup/percona-xtrabackup/generic.nix @@ -111,6 +111,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "http://www.percona.com/software/percona-xtrabackup"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = teams.flyingcircus.members ++ [ maintainers.izorkin ]; + maintainers = [ maintainers.izorkin ]; + teams = [ teams.flyingcircus ]; }; }) diff --git a/pkgs/tools/misc/android-tools/default.nix b/pkgs/tools/misc/android-tools/default.nix index 18c2ed88387d4..b65590e13d654 100644 --- a/pkgs/tools/misc/android-tools/default.nix +++ b/pkgs/tools/misc/android-tools/default.nix @@ -79,6 +79,7 @@ stdenv.mkDerivation rec { unicode-dfs-2015 ]; platforms = platforms.unix; - maintainers = teams.android.members ++ (with maintainers; [ primeos ]); + maintainers = with maintainers; [ primeos ]; + teams = [ teams.android ]; }; } diff --git a/pkgs/tools/misc/gaphor/default.nix b/pkgs/tools/misc/gaphor/default.nix index 5d49d0e6a4f6c..725fa2a1305bf 100644 --- a/pkgs/tools/misc/gaphor/default.nix +++ b/pkgs/tools/misc/gaphor/default.nix @@ -106,7 +106,7 @@ buildPythonApplication rec { homepage = "https://github.com/gaphor/gaphor"; changelog = "https://github.com/gaphor/gaphor/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = [ ] ++ lib.teams.gnome-circle.members; + teams = [ lib.teams.gnome-circle ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/tools/misc/pgbadger/default.nix b/pkgs/tools/misc/pgbadger/default.nix index 0e56d70ac8f81..3d8d76c2b8866 100644 --- a/pkgs/tools/misc/pgbadger/default.nix +++ b/pkgs/tools/misc/pgbadger/default.nix @@ -67,7 +67,7 @@ buildPerlPackage rec { description = "Fast PostgreSQL Log Analyzer"; changelog = "https://github.com/darold/pgbadger/raw/v${version}/ChangeLog"; license = lib.licenses.postgresql; - maintainers = lib.teams.determinatesystems.members; + teams = [ lib.teams.determinatesystems ]; mainProgram = "pgbadger"; }; } diff --git a/pkgs/tools/networking/networkmanager/default.nix b/pkgs/tools/networking/networkmanager/default.nix index 93414bacae42e..1dab18ce6ab5f 100644 --- a/pkgs/tools/networking/networkmanager/default.nix +++ b/pkgs/tools/networking/networkmanager/default.nix @@ -236,12 +236,11 @@ stdenv.mkDerivation (finalAttrs: { description = "Network configuration and management tool"; license = licenses.gpl2Plus; changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS"; - maintainers = - teams.freedesktop.members - ++ (with maintainers; [ - domenkozar - obadz - ]); + maintainers = with maintainers; [ + domenkozar + obadz + ]; + teams = [ teams.freedesktop ]; platforms = platforms.linux; badPlatforms = [ # Mandatory shared libraries. diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix index 7654eacaca5bf..bb06b69094788 100644 --- a/pkgs/tools/networking/openssh/default.nix +++ b/pkgs/tools/networking/openssh/default.nix @@ -19,7 +19,10 @@ in }; extraPatches = [ ./ssh-keysign-8.5.patch ]; - extraMeta.maintainers = lib.teams.helsinki-systems.members ++ [ lib.maintainers.philiptaron ]; + extraMeta = { + maintainers = [ lib.maintainers.philiptaron ]; + teams = [ lib.teams.helsinki-systems ]; + }; }; openssh_hpn = common rec { diff --git a/pkgs/tools/package-management/lix/common-lix.nix b/pkgs/tools/package-management/lix/common-lix.nix index 6f819fb734ef2..d8c68dd211e8c 100644 --- a/pkgs/tools/package-management/lix/common-lix.nix +++ b/pkgs/tools/package-management/lix/common-lix.nix @@ -9,7 +9,6 @@ # `lix-doc`. docCargoDeps ? null, patches ? [ ], - maintainers ? lib.teams.lix.members, }@args: assert lib.assertMsg ( @@ -369,7 +368,7 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://lix.systems"; license = lib.licenses.lgpl21Plus; - inherit maintainers; + teams = [ lib.teams.lix ]; platforms = lib.platforms.unix; outputsToInstall = [ "out" ] ++ lib.optional enableDocumentation "man"; mainProgram = "nix"; diff --git a/pkgs/tools/package-management/lix/common-nix-eval-jobs.nix b/pkgs/tools/package-management/lix/common-nix-eval-jobs.nix index 8206dc355127a..3241627f15dc2 100644 --- a/pkgs/tools/package-management/lix/common-nix-eval-jobs.nix +++ b/pkgs/tools/package-management/lix/common-nix-eval-jobs.nix @@ -4,7 +4,6 @@ version, src, patches ? [ ], - maintainers ? lib.teams.lix.members, }@args: { @@ -58,7 +57,7 @@ stdenv.mkDerivation { else "https://git.lix.systems/lix-project/nix-eval-jobs"; license = lib.licenses.gpl3; - inherit maintainers; + teams = [ lib.teams.lix ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isStatic; }; diff --git a/pkgs/tools/package-management/nix/common-autoconf.nix b/pkgs/tools/package-management/nix/common-autoconf.nix index 1617854abcd29..4500d95f6d71e 100644 --- a/pkgs/tools/package-management/nix/common-autoconf.nix +++ b/pkgs/tools/package-management/nix/common-autoconf.nix @@ -11,10 +11,11 @@ inherit hash; }, patches ? [ ], - maintainers ? lib.teams.nix.members ++ [ + maintainers ? [ lib.maintainers.lovesegfault lib.maintainers.artturin ], + teams ? [ lib.teams.nix ], self_attribute_name, }@args: assert (hash == null) -> (src != null); @@ -343,7 +344,7 @@ let ''; homepage = "https://nixos.org/"; license = licenses.lgpl21Plus; - inherit maintainers; + inherit maintainers teams; platforms = platforms.unix; outputsToInstall = [ "out" ] ++ optional enableDocumentation "man"; mainProgram = "nix"; diff --git a/pkgs/tools/package-management/nix/common-meson.nix b/pkgs/tools/package-management/nix/common-meson.nix index 2639da6b8eca5..f2ac615b33fa4 100644 --- a/pkgs/tools/package-management/nix/common-meson.nix +++ b/pkgs/tools/package-management/nix/common-meson.nix @@ -11,10 +11,11 @@ inherit hash; }, patches ? [ ], - maintainers ? lib.teams.nix.members ++ [ + maintainers ? [ lib.maintainers.lovesegfault lib.maintainers.artturin ], + teams ? [ lib.teams.nix ], self_attribute_name, }@args: assert (hash == null) -> (src != null); @@ -280,7 +281,7 @@ stdenv.mkDerivation (finalAttrs: { ''; homepage = "https://nixos.org/"; license = licenses.lgpl21Plus; - inherit maintainers; + inherit maintainers teams; platforms = platforms.unix; outputsToInstall = [ "out" ] ++ optional enableDocumentation "man"; mainProgram = "nix"; diff --git a/pkgs/tools/package-management/nix/default.nix b/pkgs/tools/package-management/nix/default.nix index 99db1764dcbea..846f062cfc986 100644 --- a/pkgs/tools/package-management/nix/default.nix +++ b/pkgs/tools/package-management/nix/default.nix @@ -163,6 +163,7 @@ lib.makeExtensible ( ]; self_attribute_name = "nix_2_3"; maintainers = with lib.maintainers; [ flokli ]; + teams = [ ]; }).overrideAttrs { # https://github.com/NixOS/nix/issues/10222 @@ -194,7 +195,7 @@ lib.makeExtensible ( nixComponents_git = nixDependencies.callPackage ./modular/packages.nix rec { version = "2.29pre20250409_${lib.substring 0 8 src.rev}"; - inherit (self.nix_2_24.meta) maintainers; + inherit (self.nix_2_24.meta) maintainers teams; otherSplices = generateSplicesForNixComponents "nixComponents_git"; src = fetchFromGitHub { owner = "NixOS"; diff --git a/pkgs/tools/package-management/nix/modular/packages.nix b/pkgs/tools/package-management/nix/modular/packages.nix index d051dc6d716d1..d557120f25604 100644 --- a/pkgs/tools/package-management/nix/modular/packages.nix +++ b/pkgs/tools/package-management/nix/modular/packages.nix @@ -4,6 +4,7 @@ nixDependencies, pkgs, maintainers, + teams, otherSplices, version, src, @@ -27,6 +28,7 @@ let inherit lib maintainers + teams officialRelease pkgs src diff --git a/pkgs/tools/package-management/nix/modular/packaging/components.nix b/pkgs/tools/package-management/nix/modular/packaging/components.nix index 134f7f62178be..1f11dc94d98ab 100644 --- a/pkgs/tools/package-management/nix/modular/packaging/components.nix +++ b/pkgs/tools/package-management/nix/modular/packaging/components.nix @@ -4,6 +4,7 @@ src, officialRelease, maintainers, + teams, version, }: @@ -186,6 +187,7 @@ let ''; license = prevAttrs.meta.license or lib.licenses.lgpl21Plus; maintainers = prevAttrs.meta.maintainers or [ ] ++ scope.maintainers; + teams = prevAttrs.meta.teams or [ ] ++ scope.teams; platforms = prevAttrs.meta.platforms or (lib.platforms.unix ++ lib.platforms.windows); }; }; @@ -209,6 +211,7 @@ in { inherit version; inherit maintainers; + inherit teams; inherit filesetToSource; diff --git a/pkgs/tools/package-management/nix/modular/packaging/everything.nix b/pkgs/tools/package-management/nix/modular/packaging/everything.nix index f8605b923689a..9582c12fbb18c 100644 --- a/pkgs/tools/package-management/nix/modular/packaging/everything.nix +++ b/pkgs/tools/package-management/nix/modular/packaging/everything.nix @@ -5,6 +5,7 @@ buildEnv, maintainers, + teams, version, @@ -229,6 +230,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = nix-cli.meta.homepage; license = nix-cli.meta.license; maintainers = maintainers; + teams = teams; platforms = nix-cli.meta.platforms; outputsToInstall = [ "out" diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix index 381ff6465e194..dd5e5827b7c17 100644 --- a/pkgs/tools/text/gawk/default.nix +++ b/pkgs/tools/text/gawk/default.nix @@ -113,7 +113,7 @@ stdenv.mkDerivation rec { ''; license = lib.licenses.gpl3Plus; platforms = lib.platforms.unix ++ lib.platforms.windows; - maintainers = lib.teams.helsinki-systems.members; + teams = [ lib.teams.helsinki-systems ]; mainProgram = "gawk"; }; } diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index bd9ef578a58fa..4590a9b3fd36c 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -2696,7 +2696,7 @@ with self; meta = { description = "BSD process resource limit and priority functions"; license = with lib.licenses; [ artistic2 ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -4983,7 +4983,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -5993,7 +5993,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -13397,7 +13397,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -13428,7 +13428,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -13744,7 +13744,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -13986,7 +13986,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -14004,7 +14004,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -14708,7 +14708,7 @@ with self; meta = { description = "This is the Git.pm, plus the other files in the perl/Git directory, from github's git/git"; license = with lib.licenses; [ gpl2Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -15241,7 +15241,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -18902,7 +18902,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -20377,7 +20377,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -26717,7 +26717,8 @@ with self; description = "Perl extension for Apache ZooKeeper"; homepage = "https://github.com/mark-5/p5-net-zookeeper"; license = with lib.licenses; [ asl20 ]; - maintainers = teams.deshaw.members ++ [ maintainers.ztzg ]; + maintainers = [ maintainers.ztzg ]; + teams = [ teams.deshaw ]; }; }; @@ -27052,7 +27053,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -27240,7 +27241,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -27927,7 +27928,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -28000,7 +28001,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; mainProgram = "ppkg-config"; }; }; @@ -28420,7 +28421,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; }; }; @@ -28438,7 +28439,7 @@ with self; artistic1 gpl1Plus ]; - maintainers = teams.deshaw.members; + teams = [ teams.deshaw ]; mainProgram = "poe-gen-tests"; }; }; diff --git a/pkgs/top-level/php-packages.nix b/pkgs/top-level/php-packages.nix index 6ced7e4a7ac29..c0589556bdbe2 100644 --- a/pkgs/top-level/php-packages.nix +++ b/pkgs/top-level/php-packages.nix @@ -206,7 +206,7 @@ lib.makeScope pkgs.newScope ( meta = { description = "PHP upstream extension: ${name}"; inherit (php.meta) - maintainers + teams homepage license platforms @@ -364,7 +364,7 @@ lib.makeScope pkgs.newScope ( sed -i -e 's|OCISDKMANINC=`.*$|OCISDKMANINC="${pkgs.oracle-instantclient.dev}/include"|' config.m4 ''; - meta.maintainers = lib.teams.php.members; + meta.teams = [ lib.teams.php ]; }; pdo_sqlsrv = callPackage ../development/php-packages/pdo_sqlsrv { }; diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 919e9061a5187..c0da32a406722 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -616,7 +616,7 @@ let Critical haskell packages that should work at all times, serves as minimum requirement for an update merge ''; - maintainers = lib.teams.haskell.members; + teams = [ lib.teams.haskell ]; }; constituents = accumulateDerivations [ # haskell specific tests @@ -652,7 +652,7 @@ let name = "maintained-haskell-packages"; meta = { description = "Aggregate jobset of all haskell packages with a maintainer"; - maintainers = lib.teams.haskell.members; + teams = [ lib.teams.haskell ]; }; constituents = accumulateDerivations ( builtins.map (name: jobs.haskellPackages."${name}") (maintainedPkgNames pkgs.haskellPackages)