maintainers: remove maintainership of arthsmn (#486800)
This commit is contained in:
@@ -2267,11 +2267,6 @@
|
||||
name = "Artemis Tosini";
|
||||
keys = [ { fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A"; } ];
|
||||
};
|
||||
arthsmn = {
|
||||
name = "Arthur Cerqueira";
|
||||
github = "arthsmn";
|
||||
githubId = 150680976;
|
||||
};
|
||||
arthur = {
|
||||
email = "me@arthur.li";
|
||||
github = "arthurl";
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/apt-mirror/apt-mirror";
|
||||
changelog = "https://github.com/apt-mirror/apt-mirror/blob/${finalAttrs.src.rev}/CHANGELOG";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "apt-mirror";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -158,10 +158,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Open-source 3DS emulator project based on Citra";
|
||||
homepage = "https://github.com/azahar-emu/azahar";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
arthsmn
|
||||
marcin-serwin
|
||||
];
|
||||
maintainers = with lib.maintainers; [ marcin-serwin ];
|
||||
mainProgram = "azahar";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
};
|
||||
|
||||
@@ -28,7 +28,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/pherrymason/c3-lsp";
|
||||
changelog = "https://github.com/pherrymason/c3-lsp/blob/${src.rev}/changelog.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "c3-lsp";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
homepage = "https://github.com/spencerwi/cliflux";
|
||||
changelog = "https://github.com/spencerwi/cliflux/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cliflux";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/daikhan/daikhan";
|
||||
changelog = "https://gitlab.com/daikhan/daikhan/-/blob/${finalAttrs.version}/NEWS";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "daikhan";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/desktop-frameworks/applications";
|
||||
changelog = "https://gitlab.com/desktop-frameworks/applications/-/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/desktop-frameworks/ipc";
|
||||
changelog = "https://gitlab.com/desktop-frameworks/ipc/-/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/desktop-frameworks/login1";
|
||||
changelog = "https://gitlab.com/desktop-frameworks/login1/-/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/desktop-frameworks/utils";
|
||||
changelog = "https://gitlab.com/desktop-frameworks/utils/-/blob/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ buildGoModule rec {
|
||||
homepage = "https://gwen.works/hyprls";
|
||||
changelog = "https://github.com/hyprland-community/hyprls/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "hyprls";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,10 +31,7 @@ rustPlatform.buildRustPackage {
|
||||
description = "Modern system shell with simple (and powerful) syntax";
|
||||
homepage = "https://gitlab.redox-os.org/redox-os/ion";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
dywedir
|
||||
arthsmn
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dywedir ];
|
||||
mainProgram = "ion";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -38,10 +38,7 @@ buildDotnetModule rec {
|
||||
homepage = "https://github.com/samuel-lucas6/Kryptor";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "kryptor";
|
||||
maintainers = with lib.maintainers; [
|
||||
arthsmn
|
||||
gepbird
|
||||
];
|
||||
maintainers = with lib.maintainers; [ gepbird ];
|
||||
platforms = lib.platforms.all;
|
||||
# https://hydra.nixos.org/build/286325419
|
||||
# a libsodium.dylib file should be kept as per https://github.com/samuel-lucas6/Kryptor/releases/tag/v4.1.1
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Adobe Freehand import library";
|
||||
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Microsoft Publisher import library";
|
||||
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libmspub";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Adobe PageMaker import library";
|
||||
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "QuarkXPress import library";
|
||||
homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libqxp";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,10 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "PDF viewer for the Kitty terminal with GUI-like usage and Vim-like keybindings written in Rust";
|
||||
homepage = "https://github.com/monoamine11231/meowpdf";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
arthsmn
|
||||
cafkafk
|
||||
];
|
||||
maintainers = with lib.maintainers; [ cafkafk ];
|
||||
mainProgram = "meowpdf";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -31,6 +31,6 @@ buildLua {
|
||||
homepage = "https://codeberg.org/jouni/mpv_sponsorblock_minimal";
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,10 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://codeberg.org/newsraft/newsraft";
|
||||
changelog = "https://codeberg.org/newsraft/newsraft/releases/tag/newsraft-${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [
|
||||
arthsmn
|
||||
luftmensch-luftmensch
|
||||
];
|
||||
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
|
||||
mainProgram = "newsraft";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -29,10 +29,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Command-line interface for Picocrypt";
|
||||
homepage = "https://github.com/Picocrypt/CLI";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
arthsmn
|
||||
ryand56
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ryand56 ];
|
||||
mainProgram = "picocrypt";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -71,7 +71,7 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/Picocrypt-NG/Picocrypt-NG";
|
||||
changelog = "https://github.com/Picocrypt-NG/Picocrypt-NG/blob/${finalAttrs.version}/Changelog.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "picocrypt-ng-gui";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/marcusbritanicus/QtGreet";
|
||||
changelog = "https://gitlab.com/marcusbritanicus/QtGreet/-/blob/${finalAttrs.src.rev}/Changelog";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "qtgreet";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -104,7 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
description = "Desktop Publishing (DTP) and Layout program";
|
||||
mainProgram = "scribus";
|
||||
homepage = "https://www.scribus.net";
|
||||
|
||||
@@ -65,7 +65,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Simple application for converting currencies, with support for various APIs";
|
||||
homepage = "https://github.com/ideveCore/Valuta";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.gnome-circle ];
|
||||
mainProgram = "currencyconverter";
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -76,7 +76,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Set of small utilities revolving around running Xwayland and various Wayland compositor headless";
|
||||
homepage = "https://gitlab.freedesktop.org/ofourdan/xwayland-run";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,6 +26,6 @@ buildPythonPackage {
|
||||
mainProgram = "fortune";
|
||||
homepage = "https://codeberg.org/jamesansley/fortune";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "flatpak-builder";
|
||||
homepage = "https://github.com/flatpak/flatpak-builder";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ arthsmn ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user