diff --git a/pkgs/by-name/db/dbus/default.nix b/pkgs/by-name/db/dbus/default.nix index cb5fe9e..b8a1303 100644 --- a/pkgs/by-name/db/dbus/default.nix +++ b/pkgs/by-name/db/dbus/default.nix @@ -118,7 +118,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; [ ]); + # maintainers = teams.freedesktop.members ++ (with maintainers; [ ]); platforms = platforms.unix; }; } diff --git a/pkgs/by-name/gl/glib/default.nix b/pkgs/by-name/gl/glib/default.nix index 09a8c46..dd42991 100644 --- a/pkgs/by-name/gl/glib/default.nix +++ b/pkgs/by-name/gl/glib/default.nix @@ -277,7 +277,7 @@ 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 = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]); pkgConfigModules = [ "gio-2.0" "gobject-2.0" diff --git a/pkgs/by-name/li/librsvg/default.nix b/pkgs/by-name/li/librsvg/default.nix index ee840b8..c63567f 100644 --- a/pkgs/by-name/li/librsvg/default.nix +++ b/pkgs/by-name/li/librsvg/default.nix @@ -219,7 +219,7 @@ stdenv.mkDerivation (finalAttrs: { description = "A small library to render SVG images to Cairo surfaces"; homepage = "hhttps://gitlab.gnome.org/GNOME/librsvg"; license = licenses.lgpl2Plus; - maintainers = teams.gnome.members; + # maintainers = teams.gnome.members; mainProgram = "rsvg-convert"; platforms = platforms.unix; }; diff --git a/pkgs/by-name/li/lix/common.nix b/pkgs/by-name/li/lix/common.nix index d01d895..27b771f 100644 --- a/pkgs/by-name/li/lix/common.nix +++ b/pkgs/by-name/li/lix/common.nix @@ -11,7 +11,7 @@ } , docCargoHash ? null , patches ? [ ] -, maintainers ? lib.teams.lix.members +, maintainers ? [] , }@args: assert (hash == null) -> (src != null); diff --git a/pkgs/by-name/ll/llvm/common/common-let.nix b/pkgs/by-name/ll/llvm/common/common-let.nix index 31360f5..5971007 100644 --- a/pkgs/by-name/ll/llvm/common/common-let.nix +++ b/pkgs/by-name/ll/llvm/common/common-let.nix @@ -9,7 +9,7 @@ rec { llvm_meta = { license = lib.licenses.ncsa; - maintainers = lib.teams.llvm.members; + # maintainers = lib.teams.llvm.members; # See llvm/cmake/config-ix.cmake. platforms = diff --git a/pkgs/by-name/op/openldap/default.nix b/pkgs/by-name/op/openldap/default.nix index 4a00f40..dbda6da 100644 --- a/pkgs/by-name/op/openldap/default.nix +++ b/pkgs/by-name/op/openldap/default.nix @@ -135,7 +135,7 @@ stdenv.mkDerivation rec { homepage = "https://www.openldap.org/"; description = "An 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.helsinki-systems.members; platforms = platforms.unix; }; } diff --git a/pkgs/by-name/op/openssh/default.nix b/pkgs/by-name/op/openssh/default.nix index 855ce3d..08ee4c2 100644 --- a/pkgs/by-name/op/openssh/default.nix +++ b/pkgs/by-name/op/openssh/default.nix @@ -13,7 +13,7 @@ in }; extraPatches = [ ./ssh-keysign-8.5.patch ]; - extraMeta.maintainers = lib.teams.helsinki-systems.members; + # extraMeta.maintainers = lib.teams.helsinki-systems.members; }; openssh_hpn = common rec { diff --git a/pkgs/by-name/pa/pango/default.nix b/pkgs/by-name/pa/pango/default.nix index 3428877..c01077a 100644 --- a/pkgs/by-name/pa/pango/default.nix +++ b/pkgs/by-name/pa/pango/default.nix @@ -119,7 +119,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.pango.org/"; license = licenses.lgpl2Plus; - maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; + # maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; platforms = platforms.unix; pkgConfigModules = [ diff --git a/pkgs/by-name/pe/perl/perl-packages.nix b/pkgs/by-name/pe/perl/perl-packages.nix index abb5bae..f7847b8 100644 --- a/pkgs/by-name/pe/perl/perl-packages.nix +++ b/pkgs/by-name/pe/perl/perl-packages.nix @@ -16,10 +16,6 @@ self: # cpan2nix assumes that perl-packages.nix will be used only with perl 5.30.3 or above assert lib.versionAtLeast perl.version "5.30.3"; -let - inherit (lib) maintainers teams; - -in with self; { inherit perl; diff --git a/pkgs/by-name/py/python/python-modules/build/default.nix b/pkgs/by-name/py/python/python-modules/build/default.nix index 53c9b8c..d369704 100644 --- a/pkgs/by-name/py/python/python-modules/build/default.nix +++ b/pkgs/by-name/py/python/python-modules/build/default.nix @@ -108,6 +108,6 @@ 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 = teams.python.members ++ [ maintainers.fab ]; }; } diff --git a/pkgs/by-name/py/python/python-modules/cffi/default.nix b/pkgs/by-name/py/python/python-modules/cffi/default.nix index 7b2547a..36e4c6c 100644 --- a/pkgs/by-name/py/python/python-modules/cffi/default.nix +++ b/pkgs/by-name/py/python/python-modules/cffi/default.nix @@ -78,6 +78,6 @@ if isPyPy then null else buildPythonPackage rec { downloadPage = "https://github.com/python-cffi/cffi"; homepage = "https://cffi.readthedocs.org/"; license = licenses.mit; - maintainers = teams.python.members; + # maintainers = teams.python.members; }; } diff --git a/pkgs/by-name/py/python/python-modules/flit-core/default.nix b/pkgs/by-name/py/python/python-modules/flit-core/default.nix index 9f728cf..354675e 100644 --- a/pkgs/by-name/py/python/python-modules/flit-core/default.nix +++ b/pkgs/by-name/py/python/python-modules/flit-core/default.nix @@ -24,6 +24,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; + # maintainers = teams.python.members; }; } diff --git a/pkgs/by-name/py/python/python-modules/installer/default.nix b/pkgs/by-name/py/python/python-modules/installer/default.nix index a1d7038..e8a86fd 100644 --- a/pkgs/by-name/py/python/python-modules/installer/default.nix +++ b/pkgs/by-name/py/python/python-modules/installer/default.nix @@ -55,6 +55,6 @@ 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 = teams.python.members ++ [ ]; }; } diff --git a/pkgs/by-name/py/python/python-modules/packaging/default.nix b/pkgs/by-name/py/python/python-modules/packaging/default.nix index 32ce7fd..ddada66 100644 --- a/pkgs/by-name/py/python/python-modules/packaging/default.nix +++ b/pkgs/by-name/py/python/python-modules/packaging/default.nix @@ -53,7 +53,7 @@ let downloadPage = "https://github.com/pypa/packaging"; homepage = "https://packaging.pypa.io/"; license = with licenses; [ bsd2 asl20 ]; - maintainers = teams.python.members ++ (with maintainers; [ bennofs ]); + # maintainers = teams.python.members ++ (with maintainers; [ bennofs ]); }; }; in diff --git a/pkgs/by-name/py/python/python-modules/pyproject-hooks/default.nix b/pkgs/by-name/py/python/python-modules/pyproject-hooks/default.nix index 1d98d59..1c5c0a5 100644 --- a/pkgs/by-name/py/python/python-modules/pyproject-hooks/default.nix +++ b/pkgs/by-name/py/python/python-modules/pyproject-hooks/default.nix @@ -69,6 +69,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; + # maintainers = teams.python.members; }; } diff --git a/pkgs/by-name/py/python/python-modules/setuptools/default.nix b/pkgs/by-name/py/python/python-modules/setuptools/default.nix index 46a2597..63db82c 100644 --- a/pkgs/by-name/py/python/python-modules/setuptools/default.nix +++ b/pkgs/by-name/py/python/python-modules/setuptools/default.nix @@ -40,6 +40,6 @@ buildPythonPackage rec { changelog = "https://setuptools.pypa.io/en/stable/history.html#v${replaceStrings [ "." ] [ "-" ] version}"; license = with licenses; [ mit ]; platforms = python.meta.platforms; - maintainers = teams.python.members; + # maintainers = teams.python.members; }; } diff --git a/pkgs/by-name/ru/rust/cargo.nix b/pkgs/by-name/ru/rust/cargo.nix index b0c40c5..69efb79 100644 --- a/pkgs/by-name/ru/rust/cargo.nix +++ b/pkgs/by-name/ru/rust/cargo.nix @@ -73,7 +73,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; + # maintainers = teams.rust.members; license = [ licenses.mit licenses.asl20 ]; platforms = platforms.unix; # https://github.com/alexcrichton/nghttp2-rs/issues/2 diff --git a/pkgs/by-name/ru/rust/clippy.nix b/pkgs/by-name/ru/rust/clippy.nix index d9506a4..d6bf1f4 100644 --- a/pkgs/by-name/ru/rust/clippy.nix +++ b/pkgs/by-name/ru/rust/clippy.nix @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage { homepage = "https://rust-lang.github.io/rust-clippy/"; description = "A 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.rust.members; license = with licenses; [ mit asl20 ]; platforms = platforms.unix; }; diff --git a/pkgs/by-name/ru/rust/rustc.nix b/pkgs/by-name/ru/rust/rustc.nix index 6c84dde..403cfd8 100644 --- a/pkgs/by-name/ru/rust/rustc.nix +++ b/pkgs/by-name/ru/rust/rustc.nix @@ -268,7 +268,7 @@ in stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "https://www.rust-lang.org/"; description = "A safe, concurrent, practical language"; - maintainers = with maintainers; [ havvy ] ++ teams.rust.members; + # maintainers = with maintainers; [ havvy ] ++ teams.rust.members; license = [ licenses.mit licenses.asl20 ]; platforms = [ # Platforms with host tools from diff --git a/pkgs/by-name/tr/tracker/default.nix b/pkgs/by-name/tr/tracker/default.nix index 509c910..af98678 100644 --- a/pkgs/by-name/tr/tracker/default.nix +++ b/pkgs/by-name/tr/tracker/default.nix @@ -175,7 +175,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://tracker.gnome.org/"; description = "Desktop-neutral user information store, search tool and indexer"; mainProgram = "tracker3"; - maintainers = teams.gnome.members; + # maintainers = teams.gnome.members; license = licenses.gpl2Plus; platforms = platforms.unix; pkgConfigModules = [ "tracker-sparql-3.0" "tracker-testutils-3.0" ];