Unverified Commit bf8e3b16 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #301811 from patka-123/trayscale

trayscale: update maintainer
parents 3ecf34c1 d4014c3a
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";
  };
}