From 225d0bcf521f18bfdf3c68f66f1b50c3c7cd250b Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:35:11 +0100 Subject: [PATCH 01/22] maintainers: add `adhityaravi` --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 4c763e3d157c..a29bdef61ade 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"; From 4b0d830bfcb6544b06d36ab8aaf9c29bbe71a783 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:36:45 +0100 Subject: [PATCH 02/22] maintainers: add `bepri` --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index a29bdef61ade..6ccb2ff75af0 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3197,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"; From bcc54aa1854bae902002a63ce26ab4e014df864c Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:38:32 +0100 Subject: [PATCH 03/22] maintainers: add `dstathis` --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6ccb2ff75af0..517ee22f5a2c 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6977,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"; From 82407b72a4c655f30977914ca27106feebf8ed47 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:40:09 +0100 Subject: [PATCH 04/22] charmcraft: update maintainers list --- pkgs/by-name/ch/charmcraft/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 8099f85a159d78995a64efaf5cf4b518350ca563 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:40:35 +0100 Subject: [PATCH 05/22] rockcraft: update maintainers list --- pkgs/by-name/ro/rockcraft/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From c1be0449bcf886aabef06fe9e53a3d0a388f0f06 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:40:51 +0100 Subject: [PATCH 06/22] snapcraft: update maintainers list --- pkgs/by-name/sn/snapcraft/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 0aae4a752cada383c5b949e23605ca885b450caf Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:41:18 +0100 Subject: [PATCH 07/22] python3Packages.catkin-pkg: update maintainers list --- pkgs/development/python-modules/catkin-pkg/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + ]; }; } From 28a4490f6f068a92f0fd2454793b9a3c4727cc1f Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:41:43 +0100 Subject: [PATCH 08/22] python3Packages.craft-application: update maintainers list --- .../python-modules/craft-application/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 5153ea1d3ae6cee14f09adf51dc0c4bb433c8618 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:42:07 +0100 Subject: [PATCH 09/22] python3Packages.craft-archives: update maintainers list --- pkgs/development/python-modules/craft-archives/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 9afdea9b6523c49be0347a16a920d0a3c276af00 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:42:44 +0100 Subject: [PATCH 10/22] python3Packages.craft-cli: update maintainers list --- pkgs/development/python-modules/craft-cli/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 14bf79e0adb0e26a6ab7d207be22ff70a6040bb2 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:43:18 +0100 Subject: [PATCH 11/22] python3Packages.craft-grammar: update maintainers list --- pkgs/development/python-modules/craft-grammar/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 82aed16777b5b405d4086fafb3ef55e3fc913caf Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:43:37 +0100 Subject: [PATCH 12/22] python3Packages.craft-parts: update maintainers list --- pkgs/development/python-modules/craft-parts/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From f30c4d53c5257c19e9425705a2f7e809f96d79e0 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:44:04 +0100 Subject: [PATCH 13/22] python3Packages.craft-platforms: update maintainers list --- pkgs/development/python-modules/craft-platforms/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From e9ed9275bfdca7258c107222710f6ea1d87cbd5c Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:44:22 +0100 Subject: [PATCH 14/22] python3Packages.craft-providers: update maintainers list --- pkgs/development/python-modules/craft-providers/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 3b8b758ad5ce8b411674d7cb232967b488fda452 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:44:42 +0100 Subject: [PATCH 15/22] python3Packages.craft-store: update maintainers list --- pkgs/development/python-modules/craft-store/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 5900ca3469db688aef4465d626179c51e756a2cc Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:45:02 +0100 Subject: [PATCH 16/22] python3Packages.logassert: update maintainers list --- pkgs/development/python-modules/logassert/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 666aefd54100772b7f57c96c938d900a64e48664 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:45:23 +0100 Subject: [PATCH 17/22] python3Packages.macaroonbakery: update maintainers list --- pkgs/development/python-modules/macaroonbakery/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From b8efe063f00b3009b23c0b68e074000f64e1566f Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:45:42 +0100 Subject: [PATCH 18/22] python3Packages.pydantic-yaml: update maintainers list --- pkgs/development/python-modules/pydantic-yaml/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + ]; }; } From 38091845919572f6e7bdb908dad63d3a6f8e21fa Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:46:05 +0100 Subject: [PATCH 19/22] python3Packages.python-apt: update maintainers list --- pkgs/development/python-modules/python-apt/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From 7d2646644aebd8982a4d4ad3a36b741aa59ad07f Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:46:26 +0100 Subject: [PATCH 20/22] python3Packages.snap-helpers: update maintainers list --- pkgs/development/python-modules/snap-helpers/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }; } From a49e95388fb35932dc7acd0f51de03d6d1549402 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:46:57 +0100 Subject: [PATCH 21/22] python3Packages.spdx: update maintainers list --- pkgs/development/python-modules/spdx/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + ]; }; } From ce71474a869af48d0b07477180301618690c2f9b Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Thu, 11 Sep 2025 09:47:11 +0100 Subject: [PATCH 22/22] python3Packages.spdx-lookup: update maintainers list --- pkgs/development/python-modules/spdx-lookup/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + ]; }; }