rebar3-nix-bootstrap: correct homepage URL

s/erl-nix/erlang-nix/
This commit is contained in:
Eric Bailey 2016-04-01 19:25:54 -05:00
parent 6a4ca7e43a
commit b11d8590d0

View file

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