maintainers: remove elasticdog (#531356)

This commit is contained in:
Yohann Boniface
2026-06-13 19:08:47 +00:00
committed by GitHub
7 changed files with 4 additions and 14 deletions
-6
View File
@@ -7858,12 +7858,6 @@
githubId = 27162016;
name = "Ramdip Gill";
};
elasticdog = {
email = "aaron@elasticdog.com";
github = "elasticdog";
githubId = 4742;
name = "Aaron Bull Schaefer";
};
elatov = {
email = "elatov@gmail.com";
github = "elatov";
@@ -39,9 +39,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/bazelbuild/buildtools";
changelog = "https://github.com/bazelbuild/buildtools/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
elasticdog
];
teams = [ lib.teams.bazel ];
};
})
+1 -1
View File
@@ -32,6 +32,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/bazelbuild/bazelisk";
changelog = "https://github.com/bazelbuild/bazelisk/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ elasticdog ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -87,7 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://github.com/elasticdog/transcrypt";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.elasticdog ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})
@@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Z4kSec/Masky";
changelog = "https://github.com/Z4kSec/Masky/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ elasticdog ];
maintainers = [ ];
};
}
@@ -51,7 +51,6 @@ buildPythonPackage rec {
changelog = "https://github.com/diyan/pywinrm/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
elasticdog
kamadorueda
];
};
@@ -38,7 +38,7 @@ buildPythonPackage rec {
homepage = "https://github.com/requests/requests-ntlm";
changelog = "https://github.com/requests/requests-ntlm/releases/tag/v${version}";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ elasticdog ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}