direnv: fix homepage URL

This commit is contained in:
zimbatm 2017-10-06 11:05:13 +01:00
parent 7453c9e32d
commit f432fdfb31

View file

@ -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 ];
};