Skip to content

Commit f754b35

Browse files
committed
maintainers: add dwt
1 parent 9b7c658 commit f754b35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6734,6 +6734,12 @@
67346734
githubId = 7389000;
67356735
name = "Dominic Wrege";
67366736
};
6737+
dwt = {
6738+
email = "[email protected]";
6739+
github = "dwt";
6740+
githubId = 57199;
6741+
name = "Martin Häcker";
6742+
};
67376743
dxf = {
67386744
email = "[email protected]";
67396745
github = "dingxiangfei2009";

pkgs/by-name/ko/korrect/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
1919
description = "Kubectl version managing shim that invokes the correct kubectl version";
2020
homepage = "https://gitlab.com/cromulentbanana/korrect";
2121
license = lib.licenses.mit;
22-
maintainers = [ ];
22+
maintainers = [ lib.maintainers.dwt ];
2323
};
2424
})

0 commit comments

Comments
 (0)