maintainers: remove petabyteboy

github account deleted
This commit is contained in:
ajs124 2022-06-23 00:51:46 +02:00
parent eec156df9c
commit 99466ee39e
26 changed files with 24 additions and 32 deletions

View File

@ -9901,13 +9901,6 @@
githubId = 152312;
name = "Periklis Tsirakidis";
};
petabyteboy = {
email = "milan@petabyte.dev";
matrix = "@milan:petabyte.dev";
github = "petabyteboy";
githubId = 3250809;
name = "Milan Pässler";
};
petercommand = {
email = "petercommand@gmail.com";
github = "petercommand";

View File

@ -325,7 +325,6 @@ with lib.maintainers; {
jitsi = {
members = [
cleeyv
petabyteboy
ryantm
yuka
];

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
description = "A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians";
homepage = "https://giadamusic.com/";
license = licenses.gpl3;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -19,7 +19,7 @@ mkDerivation rec {
description = "Learn and train typing with the ten-finger system";
homepage = "https://gitlab.com/tipp10/tipp10";
license = licenses.gpl2Only;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -40,7 +40,7 @@ let
description = "Low-latency, high quality voice chat software";
homepage = "https://mumble.info";
license = licenses.bsd3;
maintainers = with maintainers; [ petabyteboy infinisil felixsinger ];
maintainers = with maintainers; [ infinisil felixsinger ];
platforms = platforms.linux;
};
});

View File

@ -26,7 +26,7 @@ openjdk11.overrideAttrs (oldAttrs: rec {
'';
homepage = "https://confluence.jetbrains.com/display/JBR/JetBrains+Runtime";
inherit (openjdk11.meta) license platforms mainProgram;
maintainers = with maintainers; [ edwtjo petabyteboy ];
maintainers = with maintainers; [ edwtjo ];
};
passthru = oldAttrs.passthru // {
home = "${jetbrains.jdk}/lib/openjdk";

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation {
homepage = "https://git.openwrt.org/?p=project/ubus.git;a=summary";
license = licenses.lgpl21Only;
platforms = platforms.all;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation {
homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary";
license = licenses.lgpl21Only;
platforms = platforms.all;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -75,7 +75,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python wrapper for Brave's adblocking library";
homepage = "https://github.com/ArniDagur/python-adblock/";
maintainers = with maintainers; [ petabyteboy dotlambda ];
maintainers = with maintainers; [ dotlambda ];
license = with licenses; [ asl20 /* or */ mit ];
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "A slick ORM cache with automatic granular event-driven invalidation for Django";
homepage = "https://github.com/Suor/django-cacheops";
license = licenses.bsd3;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "Pixel-level image comparison library";
homepage = "https://github.com/whtsky/pixelmatch-py";
license = licenses.isc;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "A Python library for interacting with the LXD REST API";
homepage = "https://pylxd.readthedocs.io/en/latest/";
license = licenses.asl20;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Python wrapper for tshark, allowing Python packet parsing using Wireshark dissectors";
homepage = "https://github.com/KimiNewt/pyshark/";
license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -204,7 +204,7 @@ stdenv.mkDerivation rec {
binaryBytecode # deps
];
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fgaz petabyteboy ];
maintainers = with maintainers; [ fgaz ];
platforms = platforms.x86_64;
# Hash mismatch on darwin:
# https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293

View File

@ -41,7 +41,7 @@ let
'';
homepage = "https://www.xonotic.org/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ astsmtl zalakain petabyteboy ];
maintainers = with lib.maintainers; [ astsmtl zalakain ];
platforms = lib.platforms.linux;
};

View File

@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
description = "Less buggy replacement for the glibc name service cache daemon";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -17,6 +17,6 @@ buildGoModule rec {
description = "The RPKI-to-Router server used at Cloudflare";
homepage = "https://github.com/cloudflare/gortr/";
license = licenses.gpl3;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
homepage = "https://joinmastodon.org";
license = licenses.agpl3Plus;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
maintainers = with maintainers; [ petabyteboy happy-river erictapen izorkin ];
maintainers = with maintainers; [ happy-river erictapen izorkin ];
};
}

View File

@ -18,6 +18,6 @@ buildGoModule rec {
description = "Export Jitsi Videobridge metrics to Prometheus";
homepage = "https://git.xsfx.dev/prometheus/jitsiexporter";
license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -204,7 +204,7 @@ beamPackages.mixRelease rec {
description = "ActivityPub microblogging server";
homepage = "https://git.pleroma.social/pleroma/pleroma";
license = licenses.agpl3;
maintainers = with maintainers; [ petabyteboy ninjatrappeur yuka kloenk ];
maintainers = with maintainers; [ ninjatrappeur yuka kloenk ];
platforms = platforms.unix;
};
}

View File

@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "A command-line application to view images from the terminal written in Rust";
homepage = "https://github.com/atanunq/viu";
license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -18,6 +18,6 @@ buildGoPackage rec {
description = "Interactive command line client for testing websocket servers";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -7,7 +7,7 @@ let
description = "Various coreboot-related tools";
homepage = "https://www.coreboot.org";
license = with licenses; [ gpl2Only gpl2Plus ];
maintainers = with maintainers; [ petabyteboy felixsinger yuka ];
maintainers = with maintainers; [ felixsinger yuka ];
platforms = platforms.linux;
};

View File

@ -20,6 +20,6 @@ buildGoModule rec {
description = "Disk Usage/Free Utility";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ petabyteboy penguwin SuperSandro2000 ];
maintainers = with maintainers; [ penguwin SuperSandro2000 ];
};
}

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation {
homepage = "https://git.openwrt.org/?p=project/netifd.git;a=summary";
license = licenses.lgpl21Only;
platforms = platforms.linux;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ petabyteboy ];
maintainers = with maintainers; [ ];
};
}