File tree Expand file tree Collapse file tree
development/python-modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 641641 githubId = 8026586;
642642 name = "Adrien Faure";
643643 };
644+ adhityaravi = {
645+ email = "adhitya.ravi@canonical.com";
646+ github = "adhityaravi";
647+ githubId = 34714491;
648+ name = "Adhitya Ravi";
649+ };
644650 adisbladis = {
645651 email = "adisbladis@gmail.com";
646652 matrix = "@adis:blad.is";
31913197 github = "benwis";
31923198 githubId = 6953353;
31933199 };
3200+ bepri = {
3201+ email = "imani.pelton@canonical.com";
3202+ github = "bepri";
3203+ githubId = 17732342;
3204+ name = "Imani Pelton";
3205+ };
31943206 berberman = {
31953207 email = "berberman@yandex.com";
31963208 matrix = "@berberman:mozilla.org";
69656977 github = "dsluijk";
69666978 githubId = 8537327;
69676979 };
6980+ dstathis = {
6981+ email = "dylan.stephano-shachter@canonical.com";
6982+ github = "dstathis";
6983+ githubId = 2110777;
6984+ name = "Dylan Stephano-Shachter";
6985+ };
69686986 dstengele = {
69696987 name = "Dennis Stengele";
69706988 email = "dennis@stengele.me";
Original file line number Diff line number Diff line change @@ -132,7 +132,11 @@ python.pkgs.buildPythonApplication rec {
132132 homepage = "https://github.com/canonical/charmcraft" ;
133133 changelog = "https://github.com/canonical/charmcraft/releases/tag/${ version } " ;
134134 license = lib . licenses . asl20 ;
135- maintainers = with lib . maintainers ; [ jnsgruk ] ;
135+ maintainers = with lib . maintainers ; [
136+ adhityaravi
137+ bepri
138+ dstathis
139+ ] ;
136140 platforms = lib . platforms . linux ;
137141 } ;
138142}
Original file line number Diff line number Diff line change @@ -78,7 +78,11 @@ python3Packages.buildPythonApplication rec {
7878 homepage = "https://github.com/canonical/rockcraft" ;
7979 changelog = "https://github.com/canonical/rockcraft/releases/tag/${ version } " ;
8080 license = lib . licenses . gpl3Only ;
81- maintainers = with lib . maintainers ; [ jnsgruk ] ;
81+ maintainers = with lib . maintainers ; [
82+ adhityaravi
83+ bepri
84+ dstathis
85+ ] ;
8286 platforms = lib . platforms . linux ;
8387 } ;
8488}
Original file line number Diff line number Diff line change @@ -203,7 +203,11 @@ python312Packages.buildPythonApplication rec {
203203 homepage = "https://github.com/canonical/snapcraft" ;
204204 changelog = "https://github.com/canonical/snapcraft/releases/tag/${ version } " ;
205205 license = lib . licenses . gpl3Only ;
206- maintainers = with lib . maintainers ; [ jnsgruk ] ;
206+ maintainers = with lib . maintainers ; [
207+ adhityaravi
208+ bepri
209+ dstathis
210+ ] ;
207211 platforms = lib . platforms . linux ;
208212 } ;
209213}
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ buildPythonPackage rec {
4242 description = "Library for retrieving information about catkin packages" ;
4343 homepage = "http://wiki.ros.org/catkin_pkg" ;
4444 license = lib . licenses . bsd3 ;
45- maintainers = with lib . maintainers ; [ jnsgruk ] ;
45+ maintainers = with lib . maintainers ; [
46+ adhityaravi
47+ bepri
48+ dstathis
49+ ] ;
4650 } ;
4751}
Original file line number Diff line number Diff line change @@ -154,7 +154,11 @@ buildPythonPackage rec {
154154 homepage = "https://github.com/canonical/craft-application" ;
155155 changelog = "https://github.com/canonical/craft-application/blob/${ src . tag } /docs/reference/changelog.rst" ;
156156 license = lib . licenses . lgpl3Only ;
157- maintainers = with lib . maintainers ; [ jnsgruk ] ;
157+ maintainers = with lib . maintainers ; [
158+ adhityaravi
159+ bepri
160+ dstathis
161+ ] ;
158162 platforms = lib . platforms . linux ;
159163 } ;
160164}
Original file line number Diff line number Diff line change @@ -67,7 +67,11 @@ buildPythonPackage rec {
6767 homepage = "https://github.com/canonical/craft-archives" ;
6868 changelog = "https://github.com/canonical/craft-archives/releases/tag/${ version } " ;
6969 license = lib . licenses . lgpl3Only ;
70- maintainers = with lib . maintainers ; [ jnsgruk ] ;
70+ maintainers = with lib . maintainers ; [
71+ adhityaravi
72+ bepri
73+ dstathis
74+ ] ;
7175 platforms = lib . platforms . linux ;
7276 } ;
7377}
Original file line number Diff line number Diff line change @@ -59,7 +59,11 @@ buildPythonPackage rec {
5959 homepage = "https://github.com/canonical/craft-cli" ;
6060 changelog = "https://github.com/canonical/craft-cli/releases/tag/${ version } " ;
6161 license = lib . licenses . lgpl3Only ;
62- maintainers = with lib . maintainers ; [ jnsgruk ] ;
62+ maintainers = with lib . maintainers ; [
63+ adhityaravi
64+ bepri
65+ dstathis
66+ ] ;
6367 platforms = lib . platforms . linux ;
6468 } ;
6569}
Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ buildPythonPackage rec {
5151 homepage = "https://github.com/canonical/craft-grammar" ;
5252 changelog = "https://github.com/canonical/craft-grammar/releases/tag/${ version } " ;
5353 license = lib . licenses . lgpl3Only ;
54- maintainers = with lib . maintainers ; [ jnsgruk ] ;
54+ maintainers = with lib . maintainers ; [
55+ adhityaravi
56+ bepri
57+ dstathis
58+ ] ;
5559 platforms = lib . platforms . linux ;
5660 } ;
5761}
Original file line number Diff line number Diff line change @@ -126,7 +126,11 @@ buildPythonPackage rec {
126126 homepage = "https://github.com/canonical/craft-parts" ;
127127 changelog = "https://github.com/canonical/craft-parts/releases/tag/${ src . tag } " ;
128128 license = lib . licenses . lgpl3Only ;
129- maintainers = with lib . maintainers ; [ jnsgruk ] ;
129+ maintainers = with lib . maintainers ; [
130+ adhityaravi
131+ bepri
132+ dstathis
133+ ] ;
130134 platforms = lib . platforms . linux ;
131135 } ;
132136}
You can’t perform that action at this time.
0 commit comments