about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorMustafa Çalışkan <muscaln@protonmail.com>2022-01-27 10:48:49 +0300
committerMustafa Çalışkan <muscaln@protonmail.com>2022-05-10 21:34:19 +0300
commitf24cf4422db3f0d76f91af15d68dcaedaf22eba3 (patch)
treede5283b66d7fdc1cc9c41be1a77da16961b4115a /pkgs/tools/cd-dvd
parent271905a33f9b755dc63620b7a5040ebde8e3f83c (diff)
maintainers: change musfay to muscaln
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r--pkgs/tools/cd-dvd/bootiso/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/bootiso/default.nix b/pkgs/tools/cd-dvd/bootiso/default.nix
index 5acb901a54942..ecd8ecbc9ae84 100644
--- a/pkgs/tools/cd-dvd/bootiso/default.nix
+++ b/pkgs/tools/cd-dvd/bootiso/default.nix
@@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation rec {
     description = "Script for securely creating a bootable USB device from one image file";
     homepage = "https://github.com/jsamr/bootiso";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ musfay ];
+    maintainers = with maintainers; [ muscaln ];
     platforms = platforms.all;
   };
 }