summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-08-25 15:17:48 +0200
committer0x4A6F <0x4A6F@users.noreply.github.com>2021-08-27 02:04:52 +0200
commit212cfed17cd2016d3d6872c34547b88e475f3eae (patch)
treeab8ad1c8889bf193fe079e048ffac4da0586fa94 /pkgs/games
parent94db887ac729c16e14df87ad16db89221e840fb1 (diff)
downloadnixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.tar
nixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.tar.gz
nixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.tar.bz2
nixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.tar.lz
nixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.tar.xz
nixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.tar.zst
nixpkgs-212cfed17cd2016d3d6872c34547b88e475f3eae.zip
lgogdownloader: add myself as maintainer
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/lgogdownloader/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/lgogdownloader/default.nix b/pkgs/games/lgogdownloader/default.nix
index d92484cfef2..fba3af2b273 100644
--- a/pkgs/games/lgogdownloader/default.nix
+++ b/pkgs/games/lgogdownloader/default.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
     description = "Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader";
     homepage = "https://github.com/Sude-/lgogdownloader";
     license = licenses.wtfpl;
+    maintainers = with maintainers; [ _0x4A6F ];
     platforms = platforms.linux;
   };
 }