piknik: adopt

This commit is part of https://github.com/NixOS/nixpkgs/issues/458096.

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
This commit is contained in:
Leonard Sheng Sheng Lee
2026-07-20 19:39:36 +02:00
parent d6a1255868
commit 2f7a8a8ae4
+3 -1
View File
@@ -36,7 +36,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/jedisct1/piknik";
changelog = "https://github.com/jedisct1/piknik/blob/${finalAttrs.src.rev}/ChangeLog";
license = lib.licenses.bsd2;
maintainers = [ ];
maintainers = with lib.maintainers; [
sheeeng
];
mainProgram = "piknik";
};
})