diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 1c96380a2372..8d1f4db69beb 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -641,6 +641,12 @@ githubId = 8026586; name = "Adrien Faure"; }; + adhityaravi = { + email = "adhitya.ravi@canonical.com"; + github = "adhityaravi"; + githubId = 34714491; + name = "Adhitya Ravi"; + }; adisbladis = { email = "adisbladis@gmail.com"; matrix = "@adis:blad.is"; @@ -3191,6 +3197,12 @@ github = "benwis"; githubId = 6953353; }; + bepri = { + email = "imani.pelton@canonical.com"; + github = "bepri"; + githubId = 17732342; + name = "Imani Pelton"; + }; berberman = { email = "berberman@yandex.com"; matrix = "@berberman:mozilla.org"; @@ -6965,6 +6977,12 @@ github = "dsluijk"; githubId = 8537327; }; + dstathis = { + email = "dylan.stephano-shachter@canonical.com"; + github = "dstathis"; + githubId = 2110777; + name = "Dylan Stephano-Shachter"; + }; dstengele = { name = "Dennis Stengele"; email = "dennis@stengele.me"; diff --git a/pkgs/by-name/ch/charmcraft/package.nix b/pkgs/by-name/ch/charmcraft/package.nix index 52e640edfbf7..38b79cf0b262 100644 --- a/pkgs/by-name/ch/charmcraft/package.nix +++ b/pkgs/by-name/ch/charmcraft/package.nix @@ -132,7 +132,11 @@ python.pkgs.buildPythonApplication rec { homepage = "https://github.com/canonical/charmcraft"; changelog = "https://github.com/canonical/charmcraft/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/ro/rockcraft/package.nix b/pkgs/by-name/ro/rockcraft/package.nix index e252d33fcd45..3de6ea09808f 100644 --- a/pkgs/by-name/ro/rockcraft/package.nix +++ b/pkgs/by-name/ro/rockcraft/package.nix @@ -78,7 +78,11 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/canonical/rockcraft"; changelog = "https://github.com/canonical/rockcraft/releases/tag/${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/sn/snapcraft/package.nix b/pkgs/by-name/sn/snapcraft/package.nix index 0030b0eccb32..c2f088fa6d3b 100644 --- a/pkgs/by-name/sn/snapcraft/package.nix +++ b/pkgs/by-name/sn/snapcraft/package.nix @@ -203,7 +203,11 @@ python312Packages.buildPythonApplication rec { homepage = "https://github.com/canonical/snapcraft"; changelog = "https://github.com/canonical/snapcraft/releases/tag/${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/catkin-pkg/default.nix b/pkgs/development/python-modules/catkin-pkg/default.nix index a09cc9fd444e..c48d1b054b7b 100644 --- a/pkgs/development/python-modules/catkin-pkg/default.nix +++ b/pkgs/development/python-modules/catkin-pkg/default.nix @@ -42,6 +42,10 @@ buildPythonPackage rec { description = "Library for retrieving information about catkin packages"; homepage = "http://wiki.ros.org/catkin_pkg"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; }; } diff --git a/pkgs/development/python-modules/craft-application/default.nix b/pkgs/development/python-modules/craft-application/default.nix index 5a31b052eb8e..a32b1fbf12dc 100644 --- a/pkgs/development/python-modules/craft-application/default.nix +++ b/pkgs/development/python-modules/craft-application/default.nix @@ -154,7 +154,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-application"; changelog = "https://github.com/canonical/craft-application/blob/${src.tag}/docs/reference/changelog.rst"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-archives/default.nix b/pkgs/development/python-modules/craft-archives/default.nix index f48aa94ae967..3c026f1c2233 100644 --- a/pkgs/development/python-modules/craft-archives/default.nix +++ b/pkgs/development/python-modules/craft-archives/default.nix @@ -67,7 +67,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-archives"; changelog = "https://github.com/canonical/craft-archives/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-cli/default.nix b/pkgs/development/python-modules/craft-cli/default.nix index 3fea4555a95b..5562c2c0dafe 100644 --- a/pkgs/development/python-modules/craft-cli/default.nix +++ b/pkgs/development/python-modules/craft-cli/default.nix @@ -59,7 +59,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-cli"; changelog = "https://github.com/canonical/craft-cli/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-grammar/default.nix b/pkgs/development/python-modules/craft-grammar/default.nix index a464fd1f15d3..3d64cc99911a 100644 --- a/pkgs/development/python-modules/craft-grammar/default.nix +++ b/pkgs/development/python-modules/craft-grammar/default.nix @@ -51,7 +51,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-grammar"; changelog = "https://github.com/canonical/craft-grammar/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-parts/default.nix b/pkgs/development/python-modules/craft-parts/default.nix index d373ffb87035..6eee0c6329ec 100644 --- a/pkgs/development/python-modules/craft-parts/default.nix +++ b/pkgs/development/python-modules/craft-parts/default.nix @@ -126,7 +126,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-parts"; changelog = "https://github.com/canonical/craft-parts/releases/tag/${src.tag}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-platforms/default.nix b/pkgs/development/python-modules/craft-platforms/default.nix index f3d5a0a39168..ce601592c83b 100644 --- a/pkgs/development/python-modules/craft-platforms/default.nix +++ b/pkgs/development/python-modules/craft-platforms/default.nix @@ -60,7 +60,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-platforms"; changelog = "https://github.com/canonical/craft-platforms/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-providers/default.nix b/pkgs/development/python-modules/craft-providers/default.nix index 3d01c52ff743..3e39d50b2981 100644 --- a/pkgs/development/python-modules/craft-providers/default.nix +++ b/pkgs/development/python-modules/craft-providers/default.nix @@ -101,7 +101,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-providers"; changelog = "https://github.com/canonical/craft-providers/releases/tag/${src.tag}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/craft-store/default.nix b/pkgs/development/python-modules/craft-store/default.nix index 24e6fa81100d..571a754ec89f 100644 --- a/pkgs/development/python-modules/craft-store/default.nix +++ b/pkgs/development/python-modules/craft-store/default.nix @@ -81,7 +81,11 @@ buildPythonPackage rec { homepage = "https://github.com/canonical/craft-store"; changelog = "https://github.com/canonical/craft-store/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/logassert/default.nix b/pkgs/development/python-modules/logassert/default.nix index 52251a53e138..780b3cdbfc9f 100644 --- a/pkgs/development/python-modules/logassert/default.nix +++ b/pkgs/development/python-modules/logassert/default.nix @@ -36,7 +36,11 @@ buildPythonPackage rec { homepage = "https://github.com/facundobatista/logassert"; changelog = "https://github.com/facundobatista/logassert/releases/tag/${src.tag}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/macaroonbakery/default.nix b/pkgs/development/python-modules/macaroonbakery/default.nix index 110bdc0ffd20..085711ce1794 100644 --- a/pkgs/development/python-modules/macaroonbakery/default.nix +++ b/pkgs/development/python-modules/macaroonbakery/default.nix @@ -62,7 +62,11 @@ buildPythonPackage rec { homepage = "https://github.com/go-macaroon-bakery/py-macaroon-bakery"; changelog = "https://github.com/go-macaroon-bakery/py-macaroon-bakery/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/pydantic-yaml/default.nix b/pkgs/development/python-modules/pydantic-yaml/default.nix index de5f184ee66d..1f92908e4ee3 100644 --- a/pkgs/development/python-modules/pydantic-yaml/default.nix +++ b/pkgs/development/python-modules/pydantic-yaml/default.nix @@ -48,6 +48,10 @@ buildPythonPackage rec { homepage = "https://github.com/NowanIlfideme/pydantic-yaml"; changelog = "https://github.com/NowanIlfideme/pydantic-yaml/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; }; } diff --git a/pkgs/development/python-modules/python-apt/default.nix b/pkgs/development/python-modules/python-apt/default.nix index 86d13d5c6c8d..99512d60930a 100644 --- a/pkgs/development/python-modules/python-apt/default.nix +++ b/pkgs/development/python-modules/python-apt/default.nix @@ -35,7 +35,11 @@ buildPythonPackage rec { description = "Python bindings for APT"; homepage = "https://launchpad.net/python-apt"; license = lib.licenses.gpl2; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/snap-helpers/default.nix b/pkgs/development/python-modules/snap-helpers/default.nix index c7b2f951ce13..5a5e0a75bd00 100644 --- a/pkgs/development/python-modules/snap-helpers/default.nix +++ b/pkgs/development/python-modules/snap-helpers/default.nix @@ -40,7 +40,11 @@ buildPythonPackage rec { homepage = "https://github.com/albertodonato/snap-helpers"; changelog = "https://github.com/albertodonato/snap-helpers/releases/tag/${version}"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/development/python-modules/spdx-lookup/default.nix b/pkgs/development/python-modules/spdx-lookup/default.nix index 1aa939d55223..ab77c86063b6 100644 --- a/pkgs/development/python-modules/spdx-lookup/default.nix +++ b/pkgs/development/python-modules/spdx-lookup/default.nix @@ -35,6 +35,10 @@ buildPythonPackage rec { homepage = "https://github.com/bbqsrc/spdx-lookup-python"; changelog = "https://github.com/bbqsrc/spdx-lookup-python/releases/tag/v${version}"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; }; } diff --git a/pkgs/development/python-modules/spdx/default.nix b/pkgs/development/python-modules/spdx/default.nix index 93ecc69f7c63..7a9c6cffb58c 100644 --- a/pkgs/development/python-modules/spdx/default.nix +++ b/pkgs/development/python-modules/spdx/default.nix @@ -32,6 +32,10 @@ buildPythonPackage rec { homepage = "https://github.com/bbqsrc/spdx-python"; changelog = "https://github.com/bbqsrc/spdx-python/releases/tag/v${version}"; license = lib.licenses.cc0; - maintainers = with lib.maintainers; [ jnsgruk ]; + maintainers = with lib.maintainers; [ + adhityaravi + bepri + dstathis + ]; }; }