mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintaines: remove trepetti (#533708)
This commit is contained in:
commit
54c3824d92
12 changed files with 7 additions and 17 deletions
|
|
@ -28432,12 +28432,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";
|
||||
|
|
|
|||
|
|
@ -736,7 +736,6 @@ with lib.maintainers;
|
|||
dduan
|
||||
samasaur
|
||||
stephank
|
||||
trepetti
|
||||
];
|
||||
scope = "Maintain Swift compiler suite for NixOS.";
|
||||
shortName = "Swift";
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = with lib.maintainers; [ hzeller ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue