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:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user