mediawiki: fix meta maintainers

This commit is contained in:
Sandro Jäckel
2026-01-21 16:45:19 +01:00
parent 0ea6238a42
commit f0842d8ceb
+4 -1
View File
@@ -40,6 +40,9 @@ stdenvNoCC.mkDerivation rec {
license = lib.licenses.gpl2Plus;
homepage = "https://www.mediawiki.org/";
platforms = lib.platforms.all;
teams = with lib.maintainers; [ SuperSandro2000 ];
maintainers = with lib.maintainers; [
# for the C3D2
SuperSandro2000
];
};
}