gurk-rs: add nicknb to list of maintainers

This commit is contained in:
nicknb
2026-01-15 22:26:48 +01:00
parent 993a4e740e
commit dbb8948ed0
+1
View File
@@ -61,6 +61,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
devhell
mattkang
nicknb
];
};
})