Skip to content

Commit

Permalink
nix: fix homepage quoting and set meta.mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 13, 2023
1 parent 3af1e5f commit 02fa7f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ buildGoModule rec {

meta = {
description = "A shell extension that manages your environment";
homepage = https://direnv.net;
homepage = "https://direnv.net";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.zimbatm ];
mainProgram = "direnv";
};
}

0 comments on commit 02fa7f0

Please sign in to comment.