postgresqlPackages.pgmq: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 03:19:49 +02:00
parent 580127e471
commit 058e8a88d0
+2 -2
View File
@@ -10,7 +10,7 @@ postgresqlBuildExtension (finalAttrs: {
version = "1.11.1";
src = fetchFromGitHub {
owner = "tembo-io";
owner = "pgmq";
repo = "pgmq";
tag = "v${finalAttrs.version}";
hash = "sha256-BPOrQ7HcgTaTJIRzWUCG3iJN3mUjwIxa/wPxvJ1l4o4=";
@@ -23,7 +23,7 @@ postgresqlBuildExtension (finalAttrs: {
meta = {
description = "Lightweight message queue like AWS SQS and RSMQ but on Postgres";
homepage = "https://tembo.io/pgmq";
changelog = "https://github.com/tembo-io/pgmq/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/pgmq/pgmq/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [ takeda ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;