cloudlog: add maintainer (#469909)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user