Unverified Commit d4014c3a authored by Patka's avatar Patka
Browse files

trayscale: update maintainer

parent 841e2646
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -46,10 +46,11 @@ buildGoModule rec {
  '';

  meta = with lib; {
    changelog = "https://github.com/DeedleFake/trayscale/releases/tag/${version}";
    description = "An unofficial GUI wrapper around the Tailscale CLI client";
    homepage = "https://github.com/DeedleFake/trayscale";
    license = licenses.mit;
    maintainers = with maintainers; [ k900 ];
    maintainers = with maintainers; [ patka ];
    mainProgram = "trayscale";
  };
}