Merge pull request #14384 from yurrriq/patch-rebar3-nix-bootstrap

rebar3-nix-bootstrap: correct homepage URL
This commit is contained in:
joachifm 2016-04-02 21:48:37 +00:00
commit 58bb7686fe

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