summary refs log tree commit diff
path: root/pkgs/development/libraries/pico-sdk/default.nix
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/development/libraries/pico-sdk/default.nix
parent271905a33f9b755dc63620b7a5040ebde8e3f83c (diff)
downloadnixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.tar
nixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.tar.gz
nixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.tar.bz2
nixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.tar.lz
nixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.tar.xz
nixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.tar.zst
nixpkgs-f24cf4422db3f0d76f91af15d68dcaedaf22eba3.zip
maintainers: change musfay to muscaln
Diffstat (limited to 'pkgs/development/libraries/pico-sdk/default.nix')
-rw-r--r--pkgs/development/libraries/pico-sdk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pico-sdk/default.nix b/pkgs/development/libraries/pico-sdk/default.nix
index eb98c2f9ef6..1b58253edc0 100644
--- a/pkgs/development/libraries/pico-sdk/default.nix
+++ b/pkgs/development/libraries/pico-sdk/default.nix
@@ -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;
   };
 }