maintainers: change musfay to muscaln

This commit is contained in:
Mustafa Çalışkan 2022-01-27 10:48:49 +03:00
parent 271905a33f
commit f24cf4422d
7 changed files with 10 additions and 10 deletions

View file

@ -8799,10 +8799,10 @@
githubId = 5047140;
name = "Victor Collod";
};
musfay = {
email = "musfay@protonmail.com";
github = "musfay";
githubId = 33374965;
muscaln = {
email = "muscaln@protonmail.com";
github = "muscaln";
githubId = 96225281;
name = "Mustafa Çalışkan";
};
mupdt = {

View file

@ -78,7 +78,7 @@ mkDerivation rec {
description = "An open source prototyping tool for Arduino-based projects";
homepage = "https://fritzing.org/";
license = with licenses; [ gpl3 cc-by-sa-30 ];
maintainers = with maintainers; [ robberer musfay ];
maintainers = with maintainers; [ robberer muscaln ];
platforms = platforms.linux;
};
}

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/raspberrypi/picotool";
description = "SDK provides the headers, libraries and build system necessary to write programs for the RP2040-based devices";
license = licenses.bsd3;
maintainers = with maintainers; [ musfay ];
maintainers = with maintainers; [ muscaln ];
platforms = platforms.unix;
};
}

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/raspberrypi/picotool";
description = "Tool for interacting with a RP2040 device in BOOTSEL mode, or with a RP2040 binary";
license = licenses.bsd3;
maintainers = with maintainers; [ musfay ];
maintainers = with maintainers; [ muscaln ];
platforms = platforms.unix;
};
}

View file

@ -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;
};
}

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.freedesktop.org/mesa/adriconf/";
description = "A GUI tool used to configure open source graphics drivers";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ musfay ];
maintainers = with maintainers; [ muscaln ];
platforms = platforms.linux;
};
}

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/andersson/qdl";
description = "Tool for flashing images to Qualcomm devices";
license = licenses.bsd3;
maintainers = with maintainers; [ musfay ];
maintainers = with maintainers; [ muscaln ];
platforms = platforms.linux;
};
}