wordpress_*: add bartoostveen as a maintainer

(cherry picked from commit 18efcbed8d)
This commit is contained in:
Bart Oostveen
2026-06-02 12:35:14 +02:00
committed by github-actions[bot]
parent 6fe083c116
commit fe890900c1

View File

@@ -54,7 +54,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://wordpress.org";
description = "Open source software you can use to create a beautiful website, blog, or app";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ basvandijk ];
maintainers = with lib.maintainers; [
bartoostveen
basvandijk
];
platforms = lib.platforms.all;
};
})