From 3f5562793ad6f9a791489cdf81432b6b9ac12259 Mon Sep 17 00:00:00 2001 From: Rishik Yalamanchili <73787402+Rishik-Y@users.noreply.github.com> Date: Thu, 16 Jan 2025 23:47:04 +0530 Subject: [PATCH] termius: add Rishik-Y to maintainers --- pkgs/by-name/te/termius/package.nix | 40 ++++++++++++++++++----------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/pkgs/by-name/te/termius/package.nix b/pkgs/by-name/te/termius/package.nix index ab296bf67968..25fa1c1cf8b2 100644 --- a/pkgs/by-name/te/termius/package.nix +++ b/pkgs/by-name/te/termius/package.nix @@ -1,16 +1,17 @@ -{ autoPatchelfHook -, squashfsTools -, alsa-lib -, fetchurl -, makeDesktopItem -, makeWrapper -, stdenv -, lib -, libsecret -, libgbm -, udev -, wrapGAppsHook3 -, writeScript +{ + autoPatchelfHook, + squashfsTools, + alsa-lib, + fetchurl, + makeDesktopItem, + makeWrapper, + stdenv, + lib, + libsecret, + libgbm, + udev, + wrapGAppsHook3, + writeScript, }: stdenv.mkDerivation rec { @@ -45,7 +46,12 @@ stdenv.mkDerivation rec { dontWrapGApps = true; # TODO: migrate off autoPatchelfHook and use nixpkgs' electron - nativeBuildInputs = [ autoPatchelfHook squashfsTools makeWrapper wrapGAppsHook3 ]; + nativeBuildInputs = [ + autoPatchelfHook + squashfsTools + makeWrapper + wrapGAppsHook3 + ]; buildInputs = [ alsa-lib @@ -107,7 +113,11 @@ stdenv.mkDerivation rec { downloadPage = "https://termius.com/linux/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; - maintainers = with maintainers; [ Br1ght0ne th0rgal ]; + maintainers = with maintainers; [ + Br1ght0ne + th0rgal + Rishik-Y + ]; platforms = [ "x86_64-linux" ]; mainProgram = "termius-app"; };