Commit 058e8a88 authored by Sigmanificient's avatar Sigmanificient
Browse files

postgresqlPackages.pgmq: update GitHub owner name

parent 580127e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;