maintainers: add usovalx

This commit is contained in:
Oleksandr Usov
2025-11-08 22:43:50 +00:00
parent fb8e1da05b
commit d1911335cc
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -27146,6 +27146,11 @@
githubId = 120451;
name = "Urban Skudnik";
};
usovalx = {
name = "Oleksandr Usov";
github = "usovalx";
githubId = 1041626;
};
usrfriendly = {
name = "Arin Lares";
email = "arinlares@gmail.com";
+4 -1
View File
@@ -53,7 +53,10 @@ stdenv.mkDerivation rec {
description = "Multi Router Traffic Grapher";
homepage = "https://oss.oetiker.ch/mrtg/";
license = licenses.gpl2Only;
maintainers = with maintainers; [ robberer ];
maintainers = with maintainers; [
robberer
usovalx
];
platforms = platforms.unix;
};
}