summaryrefslogtreecommitdiffstats
path: root/pkgs/games/quakespasm/vulkan.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-29 07:21:13 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-30 01:48:19 +0200
commitae02415ee82b0f34cbcabf639335210e5b58a71d (patch)
treed5ef7d184fecee902b306fba8e041a1cc0a528c5 /pkgs/games/quakespasm/vulkan.nix
parent1c65a509fbbc17a2853a657ea1391de0aab9e793 (diff)
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
Diffstat (limited to 'pkgs/games/quakespasm/vulkan.nix')
-rw-r--r--pkgs/games/quakespasm/vulkan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/quakespasm/vulkan.nix b/pkgs/games/quakespasm/vulkan.nix
index 3565ce10ba1c..0d0b03f514b8 100644
--- a/pkgs/games/quakespasm/vulkan.nix
+++ b/pkgs/games/quakespasm/vulkan.nix
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
'';
platforms = platforms.linux;
- maintainers = with maintainers; [ gnidorah ];
+ maintainers = with maintainers; [ ];
};
}