maintaines: remove trepetti

This commit is contained in:
Hythera 2026-06-20 22:05:45 +02:00
commit 669874b451
No known key found for this signature in database
GPG key ID: BB9A92D3FD105A63
12 changed files with 7 additions and 17 deletions

View file

@ -28350,12 +28350,6 @@
githubId = 207457;
name = "Matthieu Chevrier";
};
trepetti = {
email = "trepetti@cs.columbia.edu";
github = "trepetti";
githubId = 25440339;
name = "Tom Repetti";
};
trespaul = {
email = "paul@trespaul.com";
github = "trespaul";

View file

@ -736,7 +736,6 @@ with lib.maintainers;
dduan
samasaur
stephank
trepetti
];
scope = "Maintain Swift compiler suite for NixOS.";
shortName = "Swift";

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "fujprog";
homepage = "https://github.com/kost/fujprog";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
platforms = lib.platforms.all;
changelog = "https://github.com/kost/fujprog/releases/tag/v${finalAttrs.version}";
};

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://lemon.cs.elte.hu/trac/lemon";
description = "Efficient library for combinatorial optimization tasks on graphs and networks";
license = lib.licenses.boost;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})

View file

@ -55,7 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://fabiocolacio.github.io/Marker/";
description = "Markdown editor for the Linux desktop made with GTK3";
maintainers = with lib.maintainers; [
trepetti
aleksana
];
license = lib.licenses.gpl3Plus;

View file

@ -60,7 +60,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://noaa-apt.mbernardi.com.ar/";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
trepetti
tmarkus
];
platforms = lib.platforms.all;

View file

@ -183,7 +183,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
mainProgram = "openroad";
maintainers = with lib.maintainers; [
trepetti
hzeller
];
platforms = lib.platforms.linux ++ lib.platforms.darwin;

View file

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/dalance/svlint";
changelog = "https://github.com/dalance/svlint/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
};
})

View file

@ -22,6 +22,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mainProgram = "svls";
homepage = "https://github.com/dalance/svls";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
};
})

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/PyHDI/Pyverilog";
description = "Python-based Hardware Design Processing Toolkit for Verilog HDL";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
};
}

View file

@ -49,7 +49,7 @@ buildPythonPackage rec {
description = "Swiss Army knife of sub-GHz ISM band radio";
homepage = "https://github.com/atlas0fd00m/rfcat";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
changelog = "https://github.com/atlas0fd00m/rfcat/releases/tag/v${version}";
};
}

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/deeplook/svglib";
changelog = "https://github.com/deeplook/svglib/blob/v${version}/CHANGELOG.rst";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ trepetti ];
maintainers = [ ];
};
}