maintainers: drop frogamic (#527944)

This commit is contained in:
Yohann Boniface
2026-06-04 22:09:09 +00:00
committed by GitHub
17 changed files with 14 additions and 33 deletions

View File

@@ -9378,14 +9378,6 @@
githubId = 1943632;
name = "fro_ozen";
};
frogamic = {
email = "frogamic@protonmail.com";
github = "frogamic";
githubId = 10263813;
name = "Dominic Shelton";
matrix = "@frogamic:beeper.com";
keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5"; } ];
};
frontear = {
name = "Ali Rizvi";
email = "perm-iterate-0b@icloud.com";

View File

@@ -52,8 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Library for communicating with devices connected via the USB bridge on LPC-Link2 and MCU-Link debug probes on supported NXP microcontroller evaluation boards";
platforms = lib.platforms.all;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
})

View File

@@ -41,7 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://github.com/Nitrokey/nitrokey-udev-rules";
license = [ lib.licenses.cc0 ];
maintainers = with lib.maintainers; [
frogamic
robinkrahl
];
};

View File

@@ -30,6 +30,6 @@ stdenvNoCC.mkDerivation {
cc-by-sa-40
gpl3Only
];
maintainers = with lib.maintainers; [ frogamic ];
maintainers = [ ];
};
}

View File

@@ -62,7 +62,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/Big-B/swaylock-fancy";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ frogamic ];
maintainers = [ ];
inherit mainProgram;
};
}

View File

@@ -21,8 +21,7 @@ buildPythonPackage rec {
description = "Additional Python argparse types and actions";
homepage = "https://github.com/eerimoq/argparse_addons";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
}

View File

@@ -30,8 +30,7 @@ buildPythonPackage (finalAttrs: {
mainProgram = "bincopy";
homepage = "https://github.com/eerimoq/bincopy";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
})

View File

@@ -67,8 +67,7 @@ buildPythonPackage rec {
description = "Rust and Python module for handling CMSIS Pack files";
homepage = "https://github.com/pyocd/cmsis-pack-manager";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
}

View File

@@ -33,8 +33,7 @@ buildPythonPackage rec {
description = "Library to dump binary data to hex format and restore from there";
homepage = "https://pypi.org/project/hexdump/"; # BitBucket site returns 404
license = lib.licenses.publicDomain;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
}

View File

@@ -35,8 +35,7 @@ buildPythonPackage rec {
description = "LIBUSBSIO Host Library for USB Enabled MCUs";
homepage = "https://www.nxp.com/design/design-center/software/development-software/libusbsio-host-library-for-usb-enabled-mcus:LIBUSBSIO";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
}

View File

@@ -58,6 +58,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Nitrokey/nethsm-sdk-py";
changelog = "https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ frogamic ];
maintainers = [ ];
};
}

View File

@@ -38,6 +38,6 @@ buildPythonPackage rec {
mainProgram = "nkdfu";
homepage = "https://github.com/Nitrokey/nkdfu";
license = with lib.licenses; [ gpl2Only ];
maintainers = with lib.maintainers; [ frogamic ];
maintainers = [ ];
};
}

View File

@@ -89,7 +89,6 @@ buildPythonPackage {
mit
];
maintainers = with lib.maintainers; [
frogamic
panicgh
];
inherit mainProgram;

View File

@@ -81,8 +81,7 @@ buildPythonPackage rec {
downloadPage = "https://github.com/pyocd/pyOCD";
homepage = "https://pyocd.io";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
}

View File

@@ -27,8 +27,7 @@ buildPythonPackage rec {
bsd3
unfree
]; # it includes shared libraries for which no license is available (https://github.com/NXPmicro/pypemicro/issues/10)
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
};
}

View File

@@ -51,6 +51,6 @@ buildPythonPackage (finalAttrs: {
description = "Pure Python libudev binding";
changelog = "https://github.com/pyudev/pyudev/blob/v${finalAttrs.version}/CHANGES.rst";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ frogamic ];
maintainers = [ ];
};
})

View File

@@ -146,8 +146,7 @@ buildPythonPackage rec {
description = "NXP Secure Provisioning SDK";
homepage = "https://github.com/nxp-mcuxpresso/spsdk";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
frogamic
maintainers = [
];
mainProgram = "spsdk";
};