summary refs log tree commit diff
path: root/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix')
-rw-r--r--pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix b/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
index 39ec59e849f2..ed38d573abf1 100644
--- a/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
+++ b/pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     meta = {
       description = "Shim command to help bootstrap a rebar3 project on Nix";
       license = stdenv.lib.licenses.asl20;
-      homepage = "https://github.com/erl-nix/rebar3-nix-bootstrap";
+      homepage = "https://github.com/erlang-nix/rebar3-nix-bootstrap";
       maintainers = with stdenv.lib.maintainers; [ ericbmerritt ];
     };
 }