Commit 4c95c9f3 authored by QJoly's avatar QJoly
Browse files

netmaker: also, add qjoly as maintainer

parent 40b403a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ buildGoModule rec {
    homepage = "https://netmaker.io";
    changelog = "https://github.com/gravitl/netmaker/-/releases/v${version}";
    license = licenses.sspl;
    maintainers = with maintainers; [ urandom ];
    maintainers = with maintainers; [ urandom qjoly ];
  };
}