cloudlog: add maintainer (#469909)

This commit is contained in:
Aleksana
2025-12-11 16:03:37 +00:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -10049,6 +10049,13 @@
github = "HadziqM";
githubId = 50319538;
};
haennetz = {
name = "Hännetz";
email = "me@haennetz.net";
matrix = "@me:haennetz.net";
github = "Haennetz";
githubId = 34142036;
};
hagl = {
email = "harald@glie.be";
github = "hagl";
+4 -1
View File
@@ -40,6 +40,9 @@ stdenvNoCC.mkDerivation rec {
license = lib.licenses.mit;
homepage = "https://www.magicbug.co.uk/cloudlog";
platforms = php.meta.platforms;
maintainers = with lib.maintainers; [ melling ];
maintainers = with lib.maintainers; [
melling
haennetz
];
};
}