treewide: remove knl from maintainers
I have no capacity at the moment to work on any of these packages, that I don't use anymore.
This commit is contained in:
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers";
|
||||
homepage = "https://github.com/fullstorydev/grpcurl";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ knl ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "grpcurl";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,6 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Utilities for working with md5sum implanted in ISO images";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ knl ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -56,6 +56,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
mainProgram = "prek";
|
||||
changelog = "https://github.com/j178/prek/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = [ lib.licenses.mit ];
|
||||
maintainers = [ lib.maintainers.knl ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -57,6 +57,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
mainProgram = "refurb";
|
||||
homepage = "https://github.com/dosisod/refurb";
|
||||
license = with lib.licenses; [ gpl3Only ];
|
||||
maintainers = with lib.maintainers; [ knl ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,8 +45,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://zed.brimdata.io";
|
||||
changelog = "https://github.com/brimdata/zed/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
knl
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user