Merge pull request #237405 from figsoda/infra

infra: fix license
This commit is contained in:
Weijia Wang
2023-06-12 23:28:35 +03:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoModule rec {
description = "Infra manages access to infrastructure such as Kubernetes";
homepage = "https://github.com/infrahq/infra";
changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
license = licenses.elastic;
maintainers = with maintainers; [ peterromfeldhk ];
};
}