maintainers: change musfay to muscaln

main
Mustafa Çalışkan 2 years ago
parent 271905a33f
commit f24cf4422d
  1. 8
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/science/electronics/fritzing/default.nix
  3. 2
      pkgs/development/libraries/pico-sdk/default.nix
  4. 2
      pkgs/development/tools/picotool/default.nix
  5. 2
      pkgs/tools/cd-dvd/bootiso/default.nix
  6. 2
      pkgs/tools/graphics/adriconf/default.nix
  7. 2
      pkgs/tools/misc/qdl/default.nix

@ -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 = {

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

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

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

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

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

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

Loading…
Cancel
Save