maintainers: drop gaelreyrol (#475666)

This commit is contained in:
Yohann Boniface
2026-01-06 23:36:46 +00:00
committed by GitHub
29 changed files with 28 additions and 53 deletions
@@ -20,7 +20,7 @@ postgresqlBuildExtension (finalAttrs: {
description = "Tiny Postgres extension to create version 7 UUIDs";
homepage = "https://github.com/fboulnois/pg_uuidv7";
changelog = "https://github.com/fboulnois/pg_uuidv7/blob/main/CHANGELOG.md";
maintainers = with lib.maintainers; [ gaelreyrol ];
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.mpl20;
};