Unverified Commit f85da471 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #297746 from Karitham/master

vals: fix repo origin
parents 56f2efdd cc6cff71
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildGoModule rec {

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "variantdev";
    owner = "helmfile";
    repo = pname;
    sha256 = "sha256-jD7fYvPOR6fwpCqNhxNXzjc8qtmjXkJy+f/L7t9Jlu4=";
  };
@@ -31,8 +31,8 @@ buildGoModule rec {
    description = "Helm-like configuration values loader with support for various sources";
    mainProgram = "vals";
    license = licenses.asl20;
    homepage = "https://github.com/variantdev/vals";
    changelog = "https://github.com/variantdev/vals/releases/v${version}";
    homepage = "https://github.com/helmfile/vals";
    changelog = "https://github.com/helmfile/vals/releases/v${version}";
    maintainers = with maintainers; [ stehessel ];
  };
}