summary refs log tree commit diff
path: root/pkgs/games/0ad
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-04-16 18:42:32 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 10:53:49 -0700
commitb65155098b6720bec7a54d469fd7cfde3152296f (patch)
treeb1df5a8651e0d222b90968317cd71b4641b888a5 /pkgs/games/0ad
parent701664ea5ce67b44fd8620ab411db4791d78c0ae (diff)
downloadnixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.tar
nixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.tar.gz
nixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.tar.bz2
nixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.tar.lz
nixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.tar.xz
nixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.tar.zst
nixpkgs-b65155098b6720bec7a54d469fd7cfde3152296f.zip
zeroad: Add myself as a maintainer
Diffstat (limited to 'pkgs/games/0ad')
-rw-r--r--pkgs/games/0ad/data.nix1
-rw-r--r--pkgs/games/0ad/game.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/0ad/data.nix b/pkgs/games/0ad/data.nix
index 5cb28b3f3bd..9533af21b15 100644
--- a/pkgs/games/0ad/data.nix
+++ b/pkgs/games/0ad/data.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
     description = "A free, open-source game of ancient warfare -- data files";
     homepage = "https://play0ad.com/";
     license = licenses.cc-by-sa-30;
+    maintainers = with maintainers; [ chvp ];
     platforms = platforms.linux;
     hydraPlatforms = [];
   };
diff --git a/pkgs/games/0ad/game.nix b/pkgs/games/0ad/game.nix
index 81965b116be..feaf4347329 100644
--- a/pkgs/games/0ad/game.nix
+++ b/pkgs/games/0ad/game.nix
@@ -101,6 +101,7 @@ stdenv.mkDerivation rec {
       gpl2 lgpl21 mit cc-by-sa-30
       licenses.zlib # otherwise masked by pkgs.zlib
     ];
+    maintainers = with maintainers; [ chvp ];
     platforms = subtractLists platforms.i686 platforms.linux;
   };
 }