sea-orm-cli: fix website link
The link without the "www." part leads to a 404 page.
This commit is contained in:
parent
9fafaa3066
commit
54ea5a8343
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
cargoHash = "sha256-qCcWReo72eHN9MoTVAmSHYVhpqw0kZ9VU/plYRcirVA=";
|
cargoHash = "sha256-qCcWReo72eHN9MoTVAmSHYVhpqw0kZ9VU/plYRcirVA=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://sea-ql.org/SeaORM";
|
homepage = "https://www.sea-ql.org/SeaORM";
|
||||||
description = " Command line utility for SeaORM";
|
description = " Command line utility for SeaORM";
|
||||||
license = with licenses; [ mit /* or */ asl20 ];
|
license = with licenses; [ mit /* or */ asl20 ];
|
||||||
maintainers = with maintainers; [ traxys ];
|
maintainers = with maintainers; [ traxys ];
|
||||||
|
|
Loading…
Reference in a new issue