technitium-dns-server: add awildleon as maintainer (#516638)
This commit is contained in:
@@ -2789,6 +2789,12 @@
|
||||
github = "aware70";
|
||||
githubId = 7832566;
|
||||
};
|
||||
awildleon = {
|
||||
name = "Leon Hubrich";
|
||||
github = "AWildLeon";
|
||||
githubId = 114652332;
|
||||
email = "git@leon-hubrich.de";
|
||||
};
|
||||
axertheaxe = {
|
||||
email = "axertheaxe@proton.me";
|
||||
github = "AxerTheAxe";
|
||||
|
||||
@@ -35,7 +35,10 @@ buildDotnetModule rec {
|
||||
homepage = "https://github.com/TechnitiumSoftware/DnsServer";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "technitium-dns-server-library";
|
||||
maintainers = with lib.maintainers; [ fabianrig ];
|
||||
maintainers = with lib.maintainers; [
|
||||
fabianrig
|
||||
awildleon
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,7 +53,10 @@ buildDotnetModule rec {
|
||||
homepage = "https://github.com/TechnitiumSoftware/DnsServer";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "technitium-dns-server";
|
||||
maintainers = with lib.maintainers; [ fabianrig ];
|
||||
maintainers = with lib.maintainers; [
|
||||
fabianrig
|
||||
awildleon
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user