maintainers: drop uri-canva

Reacted to 0 out of 15 maintainer pings in the least 180 days.

Commit bit was recently removed for inactivity.
This commit is contained in:
Wolfgang Walther
2025-12-02 21:35:49 +01:00
parent 1bf401d37c
commit 20011978ff
7 changed files with 1 additions and 14 deletions

View File

@@ -49,8 +49,7 @@
"ethercrow": 222467,
"groodt": 343415,
"kalbasit": 87115,
"mboes": 51356,
"uri-canva": 33242106
"mboes": 51356
},
"name": "Bazel"
},
@@ -259,7 +258,6 @@
"thefloweringash": 42933,
"tricktron": 16036882,
"uncenter": 47499684,
"uri-canva": 33242106,
"usertam": 22500027,
"veprbl": 245573,
"viraptor": 188063,

View File

@@ -27176,12 +27176,6 @@
githubId = 771193;
name = "Matej Urbas";
};
uri-canva = {
email = "uri@canva.com";
github = "uri-canva";
githubId = 33242106;
name = "Uri Baghin";
};
urlordjames = {
email = "urlordjames@gmail.com";
github = "urlordjames";

View File

@@ -79,7 +79,6 @@ with lib.maintainers;
bazel = {
members = [
mboes
uri-canva
cbley
olebedev
groodt

View File

@@ -41,7 +41,6 @@ buildGoModule rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
elasticdog
uri-canva
];
teams = [ lib.teams.bazel ];
};

View File

@@ -42,7 +42,6 @@ buildGoModule (finalAttrs: {
homepage = "https://editorconfig-checker.github.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
uri-canva
zowoq
];
};

View File

@@ -39,6 +39,5 @@ buildPythonPackage rec {
description = "Algebraic data types for Python";
homepage = "https://github.com/jspahrsummers/adt";
license = licenses.mit;
maintainers = with maintainers; [ uri-canva ];
};
}

View File

@@ -136,7 +136,6 @@ let
'';
license = licenses.asl20;
maintainers = with maintainers; [
uri-canva
jk
zimbatm
];