npins: add coca to maintainers

This commit is contained in:
Coca
2026-05-21 14:20:42 +02:00
parent bf490ae938
commit 973497fcd1
+4 -1
View File
@@ -42,6 +42,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "npins";
homepage = "https://github.com/andir/npins";
license = lib.licenses.eupl12;
maintainers = with lib.maintainers; [ piegames ];
maintainers = with lib.maintainers; [
piegames
coca
];
};
})