nix: add homepackage to meta field
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I96860986c48f60bdb8e8e67d589fa3576a6a6964
This commit is contained in:
parent
548bc81923
commit
6a7941fc74
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [installShellFiles];
|
nativeBuildInputs = [installShellFiles];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
@ -58,6 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ergonomic Nix CLI helper";
|
description = "Ergonomic Nix CLI helper";
|
||||||
|
homepage = "https://github.com/notashelf/eh";
|
||||||
maintainers = with lib.maintainers; [NotAShelf];
|
maintainers = with lib.maintainers; [NotAShelf];
|
||||||
license = lib.licenses.mpl20;
|
license = lib.licenses.mpl20;
|
||||||
mainProgram = "eh";
|
mainProgram = "eh";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue