mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
direnv: fix homepage URL
This commit is contained in:
parent
7453c9e32d
commit
f432fdfb31
@ -42,7 +42,7 @@ buildGoPackage rec {
|
|||||||
In short, this little tool allows you to have project-specific
|
In short, this little tool allows you to have project-specific
|
||||||
environment variables.
|
environment variables.
|
||||||
'';
|
'';
|
||||||
homepage = http://direnv.net;
|
homepage = https://direnv.net;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user