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:
Nikola Knezevic
2026-07-09 09:49:30 +02:00
parent 3bd00e4470
commit 0158258a89
5 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -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";
};
})
+1 -1
View File
@@ -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 = [ ];
};
})
+1 -1
View File
@@ -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 = [ ];
};
})
+1 -1
View File
@@ -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 = [ ];
};
})
+1 -3
View File
@@ -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 = [ ];
};
})