Merge pull request #297746 from Karitham/master

vals: fix repo origin
This commit is contained in:
Aleksana 2024-04-02 18:46:16 +08:00 committed by GitHub
commit f85da471d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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