summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-01-21 07:47:20 -0800
committerGitHub <noreply@github.com>2020-01-21 07:47:20 -0800
commit53c681d7e21e7a813f4fe940e3c0949b16d73e5d (patch)
treea57a0f3d007381457b7260e3cbdcd7be2b5f0daa /pkgs/tools
parentd3a7bc5ceffa0a97f9d30fa2557bbf2b162ac0b4 (diff)
parent227a3f438300a20c88e2017109ffb3d1ac0f7a58 (diff)
downloadnixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.tar
nixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.tar.gz
nixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.tar.bz2
nixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.tar.lz
nixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.tar.xz
nixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.tar.zst
nixpkgs-53c681d7e21e7a813f4fe940e3c0949b16d73e5d.zip
Merge pull request #78147 from dwarfmaster/rename
Renamed maintainer lucas8 -> dwarfmaster
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/fanficfare/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix
index b01317a532f..31952cb1b1b 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
     homepage = https://github.com/JimmXinu/FanFicFare;
     license = licenses.gpl3;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lucas8 ];
+    maintainers = with maintainers; [ dwarfmaster ];
     inherit version;
   };
 }