pgagroal: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 03:15:27 +02:00
parent f1bf897f11
commit ab5b92b7d6
+2 -2
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.6.0";
src = fetchFromGitHub {
owner = "agroal";
owner = "pgagroal";
repo = "pgagroal";
rev = finalAttrs.version;
hash = "sha256-bgJvGJ35RdFopW88o+H1DLpG70anP197y6xrpRRrxUA=";
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "High-performance connection pool for PostgreSQL";
homepage = "https://agroal.github.io/pgagroal/";
changelog = "https://github.com/agroal/pgagroal/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/pgagroal/pgagroal/releases/tag/${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = [ ];
platforms = lib.platforms.unix;