infra: fix license
This commit is contained in:
parent
3079a556f3
commit
3a368ed045
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ buildGoModule rec {
|
||||||
description = "Infra manages access to infrastructure such as Kubernetes";
|
description = "Infra manages access to infrastructure such as Kubernetes";
|
||||||
homepage = "https://github.com/infrahq/infra";
|
homepage = "https://github.com/infrahq/infra";
|
||||||
changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.elastic;
|
||||||
maintainers = with maintainers; [ peterromfeldhk ];
|
maintainers = with maintainers; [ peterromfeldhk ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue