rebar3: refactor

Move registrySnapshot to the erlang-nix github organization
This commit is contained in:
Eric Merritt 2016-01-15 09:07:06 -08:00
parent e8933f6a4e
commit 24a9dcd12f

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
version = "0.0.0+build.${rev}";
src = fetchFromGitHub {
owner = "gleber";
owner = "erlang-nix";
repo = "hex-pm-registry-snapshots";
inherit rev;
sha256 = "1rs3z8psfvy10mzlfvkdzbflgikcnq08r38kfi0f8p5wvi8f8hmh";