Commit ab5b92b7 authored by Sigmanificient's avatar Sigmanificient
Browse files

pgagroal: update GitHub owner name

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