about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-19 19:04:54 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-19 19:04:54 +0200
commitea53c4bd1bc84972cc3017bc142971d074857324 (patch)
tree424a95fee7ed24604a20b40bf443dbdaee922a18
parent199ba07f336ea43bea0af94821ebc8b4b62d5092 (diff)
urbanterror: add `drupol` as maintainer
-rw-r--r--pkgs/games/urbanterror/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/urbanterror/default.nix b/pkgs/games/urbanterror/default.nix
index 993d0f2752d79..d370d02a249e2 100644
--- a/pkgs/games/urbanterror/default.nix
+++ b/pkgs/games/urbanterror/default.nix
@@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "http://www.urbanterror.info";
     license = licenses.unfreeRedistributable;
-    maintainers = with maintainers; [ astsmtl ];
+    maintainers = with maintainers; [ astsmtl drupol ];
     platforms = platforms.linux;
     hydraPlatforms = [];
   };