Skip to content

Commit

Permalink
treewide: remove ralith from meta.maintainers [inactivity] [orphans]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Aug 6, 2024
1 parent b0baa71 commit 9ebd6c2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation {
description = "Native Hangouts support for pidgin";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ralith ];
maintainers = with maintainers; [ ];

Check failure on line 23 in pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-hangouts/default.nix

View workflow job for this annotation

GitHub Actions / exp-nixf-tidy-check

sema-extra-with

unused `with` expression
};
}
2 changes: 1 addition & 1 deletion pkgs/development/compilers/glslang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
description = "Khronos reference front-end for GLSL and ESSL";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/openxr-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.khronos.org/openxr";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/spirv-headers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
description = "Machine-readable components of the Khronos SPIR-V Registry";
homepage = "https://github.com/KhronosGroup/SPIRV-Headers";
license = licenses.mit;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/vulkan-headers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.lunarg.com";
platforms = platforms.unix ++ platforms.windows;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/vulkan-loader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.lunarg.com";
platforms = platforms.unix ++ platforms.windows;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
broken = finalAttrs.version != vulkan-headers.version;
pkgConfigModules = [ "vulkan" ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/spirv-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/KhronosGroup/SPIRV-Tools";
license = licenses.asl20;
platforms = with platforms; unix ++ windows;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/KhronosGroup/Vulkan-ValidationLayers";
platforms = platforms.linux;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/graphics/vulkan-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/KhronosGroup/Vulkan-Tools";
platforms = platforms.unix;
license = licenses.asl20;
maintainers = [ maintainers.ralith ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/qt5ct/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mkDerivation rec {
homepage = "https://sourceforge.net/projects/qt5ct/";
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ ralith ];
maintainers = with maintainers; [ ];

Check failure on line 29 in pkgs/tools/misc/qt5ct/default.nix

View workflow job for this annotation

GitHub Actions / exp-nixf-tidy-check

sema-extra-with

unused `with` expression
mainProgram = "qt5ct";
};
}

0 comments on commit 9ebd6c2

Please sign in to comment.