about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorrafaelrc7 <contact@rafaelrc.com>2024-01-11 02:17:10 -0300
committerrafaelrc7 <contact@rafaelrc.com>2024-01-11 02:17:10 -0300
commit212ff04ac0bd01457b954c67919e2c251597e65e (patch)
tree07d23fd069c97c670acc26211c2e4fda3cc33aea /pkgs/games
parentdf68e79bcf0aa7ee141bfc0aa4395c3cddef91f1 (diff)
downloadnixlib-212ff04ac0bd01457b954c67919e2c251597e65e.tar
nixlib-212ff04ac0bd01457b954c67919e2c251597e65e.tar.gz
nixlib-212ff04ac0bd01457b954c67919e2c251597e65e.tar.bz2
nixlib-212ff04ac0bd01457b954c67919e2c251597e65e.tar.lz
nixlib-212ff04ac0bd01457b954c67919e2c251597e65e.tar.xz
nixlib-212ff04ac0bd01457b954c67919e2c251597e65e.tar.zst
nixlib-212ff04ac0bd01457b954c67919e2c251597e65e.zip
starsector: add rafaelrc to maintainers
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/starsector/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/starsector/default.nix b/pkgs/games/starsector/default.nix
index 4ccf6578d6e9..2dbb0ed54791 100644
--- a/pkgs/games/starsector/default.nix
+++ b/pkgs/games/starsector/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
     homepage = "https://fractalsoftworks.com";
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.unfree;
-    maintainers = with maintainers; [ bbigras ];
+    maintainers = with maintainers; [ bbigras rafaelrc ];
   };
 
   passthru.updateScript = writeScript "starsector-update-script" ''