Skip to content

Commit

Permalink
librenms: add netali to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaliDev committed Nov 22, 2024
1 parent 09c32b4 commit 73c5cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/li/librenms/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ in phpPackage.buildComposerProject rec {
description = "Auto-discovering PHP/MySQL/SNMP based network monitoring";
homepage = "https://www.librenms.org/";
license = licenses.gpl3Only;
maintainers = teams.wdz.members;
maintainers = with maintainers; [ netali ] ++ teams.wdz.members;
platforms = platforms.linux;
};
}

0 comments on commit 73c5cd5

Please sign in to comment.