From b11d8590d0cb3e2871bd12d0c9cb9c87155e4b49 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 1 Apr 2016 19:25:54 -0500 Subject: rebar3-nix-bootstrap: correct homepage URL s/erl-nix/erlang-nix/ --- pkgs/development/tools/erlang/rebar3-nix-bootstrap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; } -- cgit 1.4.1