sqlpage: modernize

(cherry picked from commit cef1af8bb9)
This commit is contained in:
Hythera
2026-06-08 16:58:42 +02:00
parent 229315ee76
commit ca8504e185

View File

@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.44.0";
src = fetchFromGitHub {
owner = "lovasoa";
owner = "sqlpage";
repo = "SQLpage";
tag = "v${finalAttrs.version}";
hash = "sha256-qhfJHzPUBQZ6GKGet/6IZfU5zjKXqDxftJX3ylVwOQE=";
@@ -93,8 +93,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "SQL-only webapp builder, empowering data analysts to build websites and applications quickly";
homepage = "https://github.com/lovasoa/SQLpage";
changelog = "https://github.com/lovasoa/SQLpage/blob/${finalAttrs.src.rev}/CHANGELOG.md";
homepage = "https://github.com/sqlpage/SQLpage";
changelog = "https://github.com/sqlpage/SQLpage/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dit7ya ];
mainProgram = "sqlpage";