commit
f85da471d9
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user