rebar3-nix-bootstrap: correct homepage URL
s/erl-nix/erlang-nix/
This commit is contained in:
parent
6a4ca7e43a
commit
b11d8590d0
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Shim command to help bootstrap a rebar3 project on Nix";
|
description = "Shim command to help bootstrap a rebar3 project on Nix";
|
||||||
license = stdenv.lib.licenses.asl20;
|
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 ];
|
maintainers = with stdenv.lib.maintainers; [ ericbmerritt ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user