3
0
Fork 0
forked from mirrors/nixpkgs

infra: fix license

This commit is contained in:
figsoda 2023-06-12 14:07:12 -04:00
parent 3079a556f3
commit 3a368ed045

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