forked from mirrors/nixpkgs
infra: fix license
This commit is contained in:
parent
3079a556f3
commit
3a368ed045
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue