mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
wordpress_*: add bartoostveen as a maintainer
(cherry picked from commit 18efcbed8d)
This commit is contained in:
committed by
github-actions[bot]
parent
6fe083c116
commit
fe890900c1
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user