maintainers: remove hedning (#518768)

This commit is contained in:
Marcin Serwin
2026-06-08 21:11:31 +00:00
committed by GitHub
5 changed files with 3 additions and 19 deletions
-6
View File
@@ -10687,12 +10687,6 @@
githubId = 2427959;
name = "Hector Jusforgues";
};
hedning = {
email = "torhedinbronner@gmail.com";
github = "hedning";
githubId = 71978;
name = "Tor Hedin Brønner";
};
heel = {
email = "parizhskiy@gmail.com";
github = "HeeL";
+1 -4
View File
@@ -70,9 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/NVIDIA/egl-wayland/";
license = lib.licenses.mit;
platforms = lib.platforms.linux ++ lib.platforms.freebsd;
maintainers = with lib.maintainers; [
hedning
ccicnce113424
];
maintainers = with lib.maintainers; [ ccicnce113424 ];
};
})
@@ -40,9 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/NVIDIA/eglexternalplatform";
license = lib.licenses.mit;
platforms = lib.platforms.linux ++ lib.platforms.freebsd;
maintainers = with lib.maintainers; [
hedning
ccicnce113424
];
maintainers = with lib.maintainers; [ ccicnce113424 ];
};
})
@@ -60,10 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Bash completions for Nix, NixOS, and NixOps";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
hedning
ncfavier
];
maintainers = with lib.maintainers; [ ncfavier ];
# Set a lower priority such that Nix wins in case of conflicts.
priority = 10;
};
@@ -37,7 +37,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
olejorgenb
hedning
ma27
];
};