wordpress_*: add bartoostveen as a maintainer

This commit is contained in:
Bart Oostveen
2026-06-02 12:35:14 +02:00
parent 1b20888d2b
commit 18efcbed8d
+4 -1
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;
};
})