sea-orm-cli: fix website link

The link without the "www." part leads to a 404 page.
This commit is contained in:
DS 2023-12-29 19:35:58 -08:00
parent 9fafaa3066
commit 54ea5a8343

View file

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