nix: add homepackage to meta field

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I96860986c48f60bdb8e8e67d589fa3576a6a6964
This commit is contained in:
raf 2026-05-12 17:50:12 +03:00
commit 6a7941fc74
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -39,7 +39,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
doInstallCheck = true;
strictDeps = true;
nativeBuildInputs = [installShellFiles];
postInstall = ''
@ -58,6 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Ergonomic Nix CLI helper";
homepage = "https://github.com/notashelf/eh";
maintainers = with lib.maintainers; [NotAShelf];
license = lib.licenses.mpl20;
mainProgram = "eh";