Skip to content

Commit

Permalink
direnv: fix homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Oct 6, 2017
1 parent 7453c9e commit f432fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/direnv/default.nix
Expand Up @@ -42,7 +42,7 @@ buildGoPackage rec {
In short, this little tool allows you to have project-specific
environment variables.
'';
homepage = http://direnv.net;
homepage = https://direnv.net;
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
};
Expand Down

0 comments on commit f432fdf

Please sign in to comment.