Commit 0f3bf1c2 authored by techknowlogick's avatar techknowlogick
Browse files

linode-cli: add techknowlogick to maintainers

parent 2a1ccbcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ buildPythonApplication rec {
    description = "The Linode Command Line Interface";
    homepage = "https://github.com/linode/linode-cli";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ryantm ];
    maintainers = with maintainers; [ ryantm techknowlogick ];
  };
}