maintainers: drop andrewrk (#486652)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,6 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
maintainers = [ lib.maintainers.andrewrk ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,6 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://libsound.io/";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.andrewrk ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user