maintainers: drop andrewrk (#486652)

This commit is contained in:
Yohann Boniface
2026-02-10 22:58:02 +00:00
committed by GitHub
7 changed files with 6 additions and 12 deletions
-6
View File
@@ -1755,12 +1755,6 @@
matrix = "@andrew:kvalhe.im";
name = "Andrew Kvalheim";
};
andrewrk = {
email = "superjoe30@gmail.com";
github = "andrewrk";
githubId = 106511;
name = "Andrew Kelley";
};
andrewzah = {
name = "Andrew Zah";
github = "andrewzah";
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Implementation of the EBU R128 loudness standard";
homepage = "https://github.com/jiixyj/libebur128";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.andrewrk ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
maintainers = [ lib.maintainers.andrewrk ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -45,6 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://libsound.io/";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.andrewrk ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -55,6 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Console utility and library for computing and verifying hash sums of files";
license = lib.licenses.bsd0;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ andrewrk ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/thejoshwolfe/wolfebin";
description = "Quick and easy file sharing";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ andrewrk ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})
+1 -1
View File
@@ -175,7 +175,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://ziglang.org/";
changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ andrewrk ];
maintainers = [ ];
teams = [ lib.teams.zig ];
mainProgram = "zig";
platforms = lib.platforms.unix;