maintainers: drop abbradar
Listed as maintainer for ~170 packages but last commit that made it to
master was 6786ceb in February 2022.
Unresponsive on PRs, such as i.e. #411522
This commit is contained in:
@@ -432,12 +432,6 @@
|
||||
name = "Ashish SHUKLA";
|
||||
keys = [ { fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0"; } ];
|
||||
};
|
||||
abbradar = {
|
||||
email = "ab@fmap.me";
|
||||
github = "abbradar";
|
||||
githubId = 1174810;
|
||||
name = "Nikolay Amiantov";
|
||||
};
|
||||
abcsds = {
|
||||
email = "abcsds@gmail.com";
|
||||
github = "abcsds";
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
name = "docker-rootless";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -191,6 +191,6 @@ clangStdenv.mkDerivation {
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/DeaDBeeF-Player/deadbeef-mpris2-plugin/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -97,7 +97,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "QML based X11 display manager";
|
||||
homepage = "https://github.com/sddm/sddm";
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
ttuegel
|
||||
k900
|
||||
];
|
||||
|
||||
@@ -102,7 +102,7 @@ stdenv.mkDerivation {
|
||||
meta = with lib; {
|
||||
description = "Sega SG1000, SC3000, SF7000, Master System, Game Gear, Genesis/Megadrive, SVP, Pico, SegaCD/MegaCD and 32X emulator";
|
||||
homepage = "https://www.carpeludum.com/kega-fusion/";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
platforms = [ "i686-linux" ];
|
||||
|
||||
@@ -89,8 +89,6 @@ mkDerivation rec {
|
||||
homepage = "https://github.com/Ultimaker/Cura";
|
||||
license = licenses.lgpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,9 +43,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Ultimaker/CuraEngine";
|
||||
license = licenses.agpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
];
|
||||
maintainers = [ ];
|
||||
mainProgram = "CuraEngine";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ mkDerivation {
|
||||
description = "Tool to edit resource files (BRF)";
|
||||
mainProgram = "openBrf";
|
||||
homepage = "https://github.com/cfcohen/openbrf";
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
license = licenses.free;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -141,7 +141,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
abbradar
|
||||
hlad
|
||||
];
|
||||
downloadPage = "http://gajim.org/download/";
|
||||
|
||||
+1
-1
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Plugin for Pidgin 2.x which implements OTR Messaging";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
@@ -48,6 +48,6 @@ stdenv.mkDerivation {
|
||||
description = "LaTeX rendering plugin for Pidgin IM";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "sumorobot-manager";
|
||||
homepage = "https://www.robokoding.com/kits/sumorobot/sumomanager/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Perl extensions for the rxvt-unicode terminal emulator";
|
||||
homepage = "https://github.com/muennich/urxvt-perls";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Tabbed plugin for rxvt-unicode with many enhancements (mina86's fork)";
|
||||
homepage = "https://github.com/mina86/urxvt-tabbedex";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
|
||||
broken = desktopSupport == "gnomeflashback" || desktopSupport == "xfce4";
|
||||
description = "Applet that will display XMonad log information (${desktopSupport} version)";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
teams = [ lib.teams.android ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -165,7 +165,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
homepage = "http://fixounet.free.fr/avidemux/";
|
||||
description = "Free video editor designed for simple video editing tasks";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
# "CPU not supported" errors on AArch64
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
|
||||
@@ -99,6 +99,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
changelog = "https://github.com/blueman-project/blueman/releases/tag/${version}";
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -182,7 +182,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Daemon for managing Optimus videocards (power-on/off, spawns xservers)";
|
||||
homepage = "https://github.com/Bumblebee-Project/Bumblebee";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://people.redhat.com/dhowells/fscache/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/zeromq/cppzmq";
|
||||
license = licenses.bsd2;
|
||||
description = "C++ binding for 0MQ";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/google/double-conversion";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://matt.ucc.asn.au/dropbear/dropbear.html";
|
||||
changelog = "https://github.com/mkj/dropbear/raw/DROPBEAR_${version}/CHANGES";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -149,6 +149,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Community Driven Antispam Filter";
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -222,7 +222,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
sander
|
||||
abbradar
|
||||
chuangzhu
|
||||
toastal
|
||||
];
|
||||
|
||||
@@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.fast-downward.org/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -211,7 +211,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [ lib.systems.inspect.patterns.is32bit ];
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
pierreis
|
||||
emily
|
||||
techknowlogick
|
||||
|
||||
@@ -117,6 +117,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/google/benchmark";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/GoogleCloudPlatform/guest-agent";
|
||||
changelog = "https://github.com/GoogleCloudPlatform/guest-agent/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Linux Guest Environment for Google Compute Engine";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Shell script that uploads images to imgur";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
homepage = "https://github.com/ram-on/imgurbash2";
|
||||
mainProgram = "imgurbash2";
|
||||
};
|
||||
|
||||
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Tool to unpack installers created by Inno Setup";
|
||||
homepage = "https://constexpr.org/innoextract/";
|
||||
license = licenses.zlib;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "innoextract";
|
||||
};
|
||||
|
||||
@@ -127,7 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "ioquake3";
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
rvolosatovs
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://projects.coin-or.org/Ipopt";
|
||||
license = lib.licenses.epl10;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -168,7 +168,6 @@ mkDerivation rec {
|
||||
description = "Free and open source painting application";
|
||||
homepage = "https://krita.org/";
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
sifmelcara
|
||||
nek0
|
||||
];
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/kjn/lbzip2"; # Formerly http://lbzip2.org/
|
||||
description = "Parallel bzip2 compression utility";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Library to access AACS protected Blu-Ray disks";
|
||||
mainProgram = "aacs_info";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.videolan.org/developers/libbdplus.html";
|
||||
description = "Library to access BD+ protected Blu-Ray disks";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.videolan.org/developers/libbluray.html";
|
||||
description = "Library to access Blu-Ray disks for video playback";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,9 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)";
|
||||
changelog = "https://dev.lovelyhq.com/libburnia/libburn/src/tag/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cdrskin";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "chardet-config";
|
||||
homepage = "ftp://ftp.oops.org/pub/oops/libchardet/index.html";
|
||||
license = licenses.mpl11;
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -94,6 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library designed to make it easy to add support for consumer fingerprint readers";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,7 +39,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.lgpl2;
|
||||
description = "Collection of subroutines used by various GNU programs";
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
ericson2314
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -49,9 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet";
|
||||
changelog = "https://dev.lovelyhq.com/libburnia/libisofs/src/tag/${finalAttrs.src.rev}/ChangeLog";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Transport-independent Sun RPC implementation (TI-RPC)";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
longDescription = ''
|
||||
Currently, NFS commands use the SunRPC routines provided by the
|
||||
glibc. These routines do not support IPv6 addresses. Ulrich
|
||||
|
||||
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/archlinux/libudev0-shim";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -49,6 +49,6 @@ stdenv.mkDerivation rec {
|
||||
description = "VDPAU driver with OpenGL/VAAPI backend";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Extract Cell Data From Excel xls files";
|
||||
homepage = "https://github.com/libxls/libxls";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "xls2csv";
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://support.logmeininc.com/central/help/whats-new-in-hamachi";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://lekensteyn.nl/logitech-unifying.html";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "ltunify";
|
||||
};
|
||||
|
||||
@@ -44,6 +44,6 @@ stdenv.mkDerivation {
|
||||
mainProgram = "m33-linux";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://mjpeg.sourceforge.net/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
description = "ipconfig and nfsmount tools for root on NFS, ported from klibc";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
|
||||
homepage = "https://mxnet.incubator.apache.org/";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://yandex.ru/dev/mystem/";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "mystem";
|
||||
};
|
||||
|
||||
@@ -81,7 +81,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/nm-l2tp/network-manager-l2tp";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
obadz
|
||||
];
|
||||
};
|
||||
|
||||
@@ -195,6 +195,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://linux-nfs.org/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -231,7 +231,6 @@ let
|
||||
mainProgram = "octoprint";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
WhittlesJr
|
||||
gador
|
||||
];
|
||||
|
||||
@@ -122,7 +122,7 @@ in
|
||||
description = "Plugin for slicing via Cura Legacy from within OctoPrint";
|
||||
homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -408,7 +408,7 @@ in
|
||||
description = "Better print time estimation for OctoPrint";
|
||||
homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -459,7 +459,7 @@ in
|
||||
description = "OctoPrint plugin to control ATX/AUX power supply";
|
||||
homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -521,7 +521,7 @@ in
|
||||
description = "Simple stl viewer tab for OctoPrint";
|
||||
homepage = "https://github.com/jneilliii/Octoprint-STLViewer";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -603,7 +603,7 @@ in
|
||||
description = "Show printers status in window title";
|
||||
homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -623,7 +623,7 @@ in
|
||||
description = "Touch friendly interface for a small TFT module or phone for OctoPrint";
|
||||
homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -37,6 +37,6 @@ stdenv.mkDerivation {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.unfreeRedistributableFirmware;
|
||||
description = "Secure boot enabled boot loader for ODROID-XU{3,4}";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "C library for producing DKIM-aware applications and an open source milter for providing DKIM service";
|
||||
homepage = "http://www.opendkim.org/";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -191,7 +191,7 @@ stdenv.mkDerivation {
|
||||
description = "Next-generation Java client toolkit";
|
||||
homepage = "https://openjdk.org/projects/openjfx/";
|
||||
license = lib.licenses.gpl2Classpath;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -96,7 +96,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
azahi
|
||||
];
|
||||
# never built on aarch64-linux since first introduction in nixpkgs
|
||||
|
||||
@@ -62,6 +62,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/coin-or/Osi";
|
||||
license = licenses.epl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://pacparser.manugarg.com/";
|
||||
license = lib.licenses.lgpl3;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "pactester";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -37,6 +37,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/pam-pgsql/pam-pgsql";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://pamtester.sourceforge.net/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = licenses.gpl2Plus;
|
||||
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
easily control the volume of all clients, sinks, etc.
|
||||
'';
|
||||
mainProgram = "pavucontrol";
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "postsrsd";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -64,6 +64,6 @@ stdenv.mkDerivation {
|
||||
"x86_64-linux"
|
||||
];
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ buildGoModule {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ThomasLeister/prosody-filer";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
description = "Simple file server for handling XMPP http_upload requests";
|
||||
|
||||
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://qpdf.sourceforge.io/";
|
||||
description = "C++ library and set of programs that inspect and manipulate the structure of PDF files";
|
||||
license = lib.licenses.asl20; # as of 7.0.0, people may stay at artistic2
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "qpdf";
|
||||
platforms = lib.platforms.all;
|
||||
changelog = "https://github.com/qpdf/qpdf/blob/v${finalAttrs.version}/ChangeLog";
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
homepage = "https://linux-nfs.org/";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
longDescription = ''
|
||||
Universal addresses to RPC program number mapper.
|
||||
'';
|
||||
|
||||
@@ -154,7 +154,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "PS3 emulator/debugger";
|
||||
homepage = "https://rpcs3.net/";
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
neonfuz
|
||||
ilian
|
||||
];
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
description = "Script to extract RPM archives";
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "rpmextract";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/freequaos/schedtool";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
|
||||
description = "3D Clone of the classic Scorched Earth";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux; # maybe more
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,6 +40,6 @@ stdenv.mkDerivation {
|
||||
description = "Simple SDL joystick test application for the console";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://www.hammersound.net/";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
unfree
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
griffi-gh
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://android.googlesource.com/platform/external/svox";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "pico2wave";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://spinroot.com/";
|
||||
license = licenses.free;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -71,7 +71,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
siraben
|
||||
];
|
||||
mainProgram = "powder";
|
||||
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "thermald";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -79,6 +79,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://unnethack.wordpress.com/";
|
||||
license = "nethack";
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Network scan plugin for ImageScan v3";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -185,7 +185,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://uwsgi-docs.readthedocs.org/en/latest/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
abbradar
|
||||
schneefux
|
||||
globin
|
||||
];
|
||||
|
||||
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://wipe.sourceforge.net/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "wipe";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -199,7 +199,6 @@ effectiveStdenv.mkDerivation rec {
|
||||
mainProgram = "xgboost";
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
abbradar
|
||||
nviets
|
||||
];
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "X color profile daemon";
|
||||
homepage = "https://github.com/agalakhov/xiccd";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "xiccd";
|
||||
};
|
||||
|
||||
@@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
||||
description = "OpenType implementation of STIX fonts with math support";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://sourceforge.net/projects/xlslib/";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/abbradar/yaml-merge";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.yworks.com/products/yed";
|
||||
description = "Powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
|
||||
platforms = jre.meta.platforms;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "yed";
|
||||
};
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user