nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

phaer and committed by
Weijia Wang
97893190 945594a9

+149 -199
-6
maintainers/maintainer-list.nix
··· 432 432 name = "Ashish SHUKLA"; 433 433 keys = [ { fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0"; } ]; 434 434 }; 435 - abbradar = { 436 - email = "ab@fmap.me"; 437 - github = "abbradar"; 438 - githubId = 1174810; 439 - name = "Nikolay Amiantov"; 440 - }; 441 435 abcsds = { 442 436 email = "abcsds@gmail.com"; 443 437 github = "abcsds";
+1 -1
nixos/tests/docker-rootless.nix
··· 3 3 { 4 4 name = "docker-rootless"; 5 5 meta = with pkgs.lib.maintainers; { 6 - maintainers = [ abbradar ]; 6 + maintainers = [ ]; 7 7 }; 8 8 9 9 nodes = {
+1 -1
pkgs/applications/audio/deadbeef/default.nix
··· 191 191 "x86_64-linux" 192 192 "i686-linux" 193 193 ]; 194 - maintainers = [ maintainers.abbradar ]; 194 + maintainers = [ ]; 195 195 }; 196 196 }
+1 -1
pkgs/applications/audio/deadbeef/plugins/mpris2.nix
··· 37 37 homepage = "https://github.com/DeaDBeeF-Player/deadbeef-mpris2-plugin/"; 38 38 license = licenses.gpl2; 39 39 platforms = platforms.linux; 40 - maintainers = [ maintainers.abbradar ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
-1
pkgs/applications/display-managers/sddm/unwrapped.nix
··· 97 97 description = "QML based X11 display manager"; 98 98 homepage = "https://github.com/sddm/sddm"; 99 99 maintainers = with maintainers; [ 100 - abbradar 101 100 ttuegel 102 101 k900 103 102 ];
+1 -1
pkgs/applications/emulators/kega-fusion/default.nix
··· 102 102 meta = with lib; { 103 103 description = "Sega SG1000, SC3000, SF7000, Master System, Game Gear, Genesis/Megadrive, SVP, Pico, SegaCD/MegaCD and 32X emulator"; 104 104 homepage = "https://www.carpeludum.com/kega-fusion/"; 105 - maintainers = with maintainers; [ abbradar ]; 105 + maintainers = [ ]; 106 106 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 107 107 license = licenses.unfreeRedistributable; 108 108 platforms = [ "i686-linux" ];
+1 -3
pkgs/applications/misc/cura/default.nix
··· 89 89 homepage = "https://github.com/Ultimaker/Cura"; 90 90 license = licenses.lgpl3Plus; 91 91 platforms = platforms.linux; 92 - maintainers = with maintainers; [ 93 - abbradar 94 - ]; 92 + maintainers = [ ]; 95 93 }; 96 94 }
+1 -3
pkgs/applications/misc/curaengine/default.nix
··· 43 43 homepage = "https://github.com/Ultimaker/CuraEngine"; 44 44 license = licenses.agpl3Only; 45 45 platforms = platforms.linux; 46 - maintainers = with maintainers; [ 47 - abbradar 48 - ]; 46 + maintainers = [ ]; 49 47 mainProgram = "CuraEngine"; 50 48 }; 51 49 }
+1 -1
pkgs/applications/misc/openbrf/default.nix
··· 77 77 description = "Tool to edit resource files (BRF)"; 78 78 mainProgram = "openBrf"; 79 79 homepage = "https://github.com/cfcohen/openbrf"; 80 - maintainers = with lib.maintainers; [ abbradar ]; 80 + maintainers = [ ]; 81 81 license = licenses.free; 82 82 platforms = platforms.linux; 83 83 };
-1
pkgs/applications/networking/instant-messengers/gajim/default.nix
··· 141 141 license = lib.licenses.gpl3Plus; 142 142 maintainers = with lib.maintainers; [ 143 143 raskin 144 - abbradar 145 144 hlad 146 145 ]; 147 146 downloadPage = "http://gajim.org/download/";
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/otr/default.nix
··· 28 28 description = "Plugin for Pidgin 2.x which implements OTR Messaging"; 29 29 license = licenses.gpl2; 30 30 platforms = platforms.linux; 31 - maintainers = with maintainers; [ abbradar ]; 31 + maintainers = [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/pidgin-latex/default.nix
··· 48 48 description = "LaTeX rendering plugin for Pidgin IM"; 49 49 license = licenses.gpl2; 50 50 platforms = platforms.linux; 51 - maintainers = with maintainers; [ abbradar ]; 51 + maintainers = [ ]; 52 52 }; 53 53 }
+1 -1
pkgs/applications/science/robotics/sumorobot-manager/default.nix
··· 55 55 mainProgram = "sumorobot-manager"; 56 56 homepage = "https://www.robokoding.com/kits/sumorobot/sumomanager/"; 57 57 license = licenses.mit; 58 - maintainers = with maintainers; [ abbradar ]; 58 + maintainers = [ ]; 59 59 }; 60 60 }
+1 -1
pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-perls/default.nix
··· 27 27 description = "Perl extensions for the rxvt-unicode terminal emulator"; 28 28 homepage = "https://github.com/muennich/urxvt-perls"; 29 29 license = licenses.gpl2; 30 - maintainers = with maintainers; [ abbradar ]; 30 + maintainers = [ ]; 31 31 platforms = with platforms; unix; 32 32 }; 33 33 }
+1 -1
pkgs/applications/terminal-emulators/rxvt-unicode-plugins/urxvt-tabbedex/default.nix
··· 23 23 meta = with lib; { 24 24 description = "Tabbed plugin for rxvt-unicode with many enhancements (mina86's fork)"; 25 25 homepage = "https://github.com/mina86/urxvt-tabbedex"; 26 - maintainers = with maintainers; [ abbradar ]; 26 + maintainers = [ ]; 27 27 platforms = with platforms; unix; 28 28 }; 29 29 }
+1 -1
pkgs/applications/window-managers/xmonad/log-applet/default.nix
··· 68 68 broken = desktopSupport == "gnomeflashback" || desktopSupport == "xfce4"; 69 69 description = "Applet that will display XMonad log information (${desktopSupport} version)"; 70 70 platforms = platforms.linux; 71 - maintainers = with maintainers; [ abbradar ]; 71 + maintainers = [ ]; 72 72 }; 73 73 }
+1 -1
pkgs/by-name/an/android-udev-rules/package.nix
··· 38 38 ''; 39 39 platforms = lib.platforms.linux; 40 40 license = lib.licenses.gpl3Plus; 41 - maintainers = [ lib.maintainers.abbradar ]; 41 + maintainers = [ ]; 42 42 teams = [ lib.teams.android ]; 43 43 }; 44 44 })
+1 -1
pkgs/by-name/av/avidemux/package.nix
··· 165 165 meta = with lib; { 166 166 homepage = "http://fixounet.free.fr/avidemux/"; 167 167 description = "Free video editor designed for simple video editing tasks"; 168 - maintainers = with maintainers; [ abbradar ]; 168 + maintainers = [ ]; 169 169 # "CPU not supported" errors on AArch64 170 170 platforms = [ 171 171 "i686-linux"
+1 -1
pkgs/by-name/bl/blueman/package.nix
··· 99 99 license = lib.licenses.gpl3; 100 100 platforms = lib.platforms.linux; 101 101 changelog = "https://github.com/blueman-project/blueman/releases/tag/${version}"; 102 - maintainers = with lib.maintainers; [ abbradar ]; 102 + maintainers = [ ]; 103 103 }; 104 104 }
+1 -1
pkgs/by-name/bu/bumblebee/package.nix
··· 182 182 description = "Daemon for managing Optimus videocards (power-on/off, spawns xservers)"; 183 183 homepage = "https://github.com/Bumblebee-Project/Bumblebee"; 184 184 license = licenses.gpl3; 185 - maintainers = with maintainers; [ abbradar ]; 185 + maintainers = [ ]; 186 186 platforms = platforms.linux; 187 187 }; 188 188 }
+1 -1
pkgs/by-name/ca/cachefilesd/package.nix
··· 25 25 homepage = "https://people.redhat.com/dhowells/fscache/"; 26 26 license = licenses.gpl2Plus; 27 27 platforms = platforms.linux; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/by-name/cp/cppzmq/package.nix
··· 30 30 homepage = "https://github.com/zeromq/cppzmq"; 31 31 license = licenses.bsd2; 32 32 description = "C++ binding for 0MQ"; 33 - maintainers = with maintainers; [ abbradar ]; 33 + maintainers = [ ]; 34 34 platforms = platforms.unix; 35 35 }; 36 36 }
+1 -1
pkgs/by-name/do/double-conversion/package.nix
··· 31 31 homepage = "https://github.com/google/double-conversion"; 32 32 license = licenses.bsd3; 33 33 platforms = platforms.unix ++ platforms.windows; 34 - maintainers = with maintainers; [ abbradar ]; 34 + maintainers = [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/by-name/dr/dropbear/package.nix
··· 75 75 homepage = "https://matt.ucc.asn.au/dropbear/dropbear.html"; 76 76 changelog = "https://github.com/mkj/dropbear/raw/DROPBEAR_${version}/CHANGES"; 77 77 license = lib.licenses.mit; 78 - maintainers = with lib.maintainers; [ abbradar ]; 78 + maintainers = [ ]; 79 79 platforms = lib.platforms.linux; 80 80 }; 81 81 }
+1 -1
pkgs/by-name/ds/dspam/package.nix
··· 149 149 description = "Community Driven Antispam Filter"; 150 150 license = licenses.agpl3Plus; 151 151 platforms = platforms.linux; 152 - maintainers = with maintainers; [ abbradar ]; 152 + maintainers = [ ]; 153 153 }; 154 154 }
-1
pkgs/by-name/ej/ejabberd/package.nix
··· 222 222 platforms = lib.platforms.linux; 223 223 maintainers = with lib.maintainers; [ 224 224 sander 225 - abbradar 226 225 chuangzhu 227 226 toastal 228 227 ];
+1 -1
pkgs/by-name/fa/fast-downward/package.nix
··· 74 74 homepage = "https://www.fast-downward.org/"; 75 75 license = licenses.gpl3Plus; 76 76 platforms = platforms.unix; 77 - maintainers = with maintainers; [ abbradar ]; 77 + maintainers = [ ]; 78 78 }; 79 79 }
-1
pkgs/by-name/fo/folly/package.nix
··· 211 211 platforms = lib.platforms.unix; 212 212 badPlatforms = [ lib.systems.inspect.patterns.is32bit ]; 213 213 maintainers = with lib.maintainers; [ 214 - abbradar 215 214 pierreis 216 215 emily 217 216 techknowlogick
+1 -1
pkgs/by-name/fp/fprintd/package.nix
··· 117 117 description = "D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus"; 118 118 license = lib.licenses.gpl2Plus; 119 119 platforms = lib.platforms.linux; 120 - maintainers = with lib.maintainers; [ abbradar ]; 120 + maintainers = [ ]; 121 121 }; 122 122 })
+1 -1
pkgs/by-name/gb/gbenchmark/package.nix
··· 53 53 homepage = "https://github.com/google/benchmark"; 54 54 license = licenses.asl20; 55 55 platforms = platforms.linux ++ platforms.darwin ++ platforms.freebsd; 56 - maintainers = with maintainers; [ abbradar ]; 56 + maintainers = [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/by-name/go/google-guest-agent/package.nix
··· 61 61 homepage = "https://github.com/GoogleCloudPlatform/guest-agent"; 62 62 changelog = "https://github.com/GoogleCloudPlatform/guest-agent/releases/tag/${version}"; 63 63 license = lib.licenses.asl20; 64 - maintainers = with lib.maintainers; [ abbradar ]; 64 + maintainers = [ ]; 65 65 platforms = lib.platforms.linux; 66 66 }; 67 67 }
+1 -1
pkgs/by-name/go/google-guest-configs/package.nix
··· 73 73 description = "Linux Guest Environment for Google Compute Engine"; 74 74 license = licenses.asl20; 75 75 platforms = platforms.linux; 76 - maintainers = with maintainers; [ abbradar ]; 76 + maintainers = [ ]; 77 77 }; 78 78 }
+1 -1
pkgs/by-name/ij/ijs/package.nix
··· 24 24 license = licenses.gpl3Plus; 25 25 26 26 platforms = platforms.all; 27 - maintainers = [ maintainers.abbradar ]; 27 + maintainers = [ ]; 28 28 }; 29 29 }
+1 -1
pkgs/by-name/im/imgurbash2/package.nix
··· 37 37 description = "Shell script that uploads images to imgur"; 38 38 license = licenses.mit; 39 39 platforms = platforms.all; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 homepage = "https://github.com/ram-on/imgurbash2"; 42 42 mainProgram = "imgurbash2"; 43 43 };
+1 -1
pkgs/by-name/in/innoextract/package.nix
··· 57 57 description = "Tool to unpack installers created by Inno Setup"; 58 58 homepage = "https://constexpr.org/innoextract/"; 59 59 license = licenses.zlib; 60 - maintainers = with maintainers; [ abbradar ]; 60 + maintainers = [ ]; 61 61 platforms = platforms.unix; 62 62 mainProgram = "innoextract"; 63 63 };
-1
pkgs/by-name/io/ioquake3/package.nix
··· 127 127 license = lib.licenses.gpl2Plus; 128 128 mainProgram = "ioquake3"; 129 129 maintainers = with lib.maintainers; [ 130 - abbradar 131 130 rvolosatovs 132 131 ]; 133 132 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/ip/ipopt/package.nix
··· 70 70 homepage = "https://projects.coin-or.org/Ipopt"; 71 71 license = lib.licenses.epl10; 72 72 platforms = lib.platforms.unix; 73 - maintainers = with lib.maintainers; [ abbradar ]; 73 + maintainers = [ ]; 74 74 }; 75 75 }
-1
pkgs/by-name/kr/krita/generic.nix
··· 168 168 description = "Free and open source painting application"; 169 169 homepage = "https://krita.org/"; 170 170 maintainers = with lib.maintainers; [ 171 - abbradar 172 171 sifmelcara 173 172 nek0 174 173 ];
+1 -1
pkgs/by-name/lb/lbzip2/package.nix
··· 49 49 homepage = "https://github.com/kjn/lbzip2"; # Formerly http://lbzip2.org/ 50 50 description = "Parallel bzip2 compression utility"; 51 51 license = licenses.gpl3; 52 - maintainers = with maintainers; [ abbradar ]; 52 + maintainers = [ ]; 53 53 platforms = platforms.unix; 54 54 }; 55 55 }
+1 -1
pkgs/by-name/li/libaacs/package.nix
··· 39 39 description = "Library to access AACS protected Blu-Ray disks"; 40 40 mainProgram = "aacs_info"; 41 41 license = licenses.lgpl21; 42 - maintainers = with maintainers; [ abbradar ]; 42 + maintainers = [ ]; 43 43 platforms = with platforms; linux; 44 44 }; 45 45 }
+1 -1
pkgs/by-name/li/libbdplus/package.nix
··· 33 33 homepage = "http://www.videolan.org/developers/libbdplus.html"; 34 34 description = "Library to access BD+ protected Blu-Ray disks"; 35 35 license = licenses.lgpl21; 36 - maintainers = with maintainers; [ abbradar ]; 36 + maintainers = [ ]; 37 37 platforms = with platforms; unix; 38 38 }; 39 39 }
+1 -1
pkgs/by-name/li/libbluray/package.nix
··· 63 63 homepage = "http://www.videolan.org/developers/libbluray.html"; 64 64 description = "Library to access Blu-Ray disks for video playback"; 65 65 license = licenses.lgpl21; 66 - maintainers = with maintainers; [ abbradar ]; 66 + maintainers = [ ]; 67 67 platforms = platforms.unix; 68 68 }; 69 69 }
+1 -3
pkgs/by-name/li/libburn/package.nix
··· 45 45 description = "Library by which preformatted data get onto optical media: CD, DVD, BD (Blu-Ray)"; 46 46 changelog = "https://dev.lovelyhq.com/libburnia/libburn/src/tag/${finalAttrs.src.rev}/ChangeLog"; 47 47 license = lib.licenses.gpl2Plus; 48 - maintainers = with lib.maintainers; [ 49 - abbradar 50 - ]; 48 + maintainers = [ ]; 51 49 mainProgram = "cdrskin"; 52 50 platforms = lib.platforms.unix; 53 51 };
+1 -1
pkgs/by-name/li/libchardet/package.nix
··· 29 29 mainProgram = "chardet-config"; 30 30 homepage = "ftp://ftp.oops.org/pub/oops/libchardet/index.html"; 31 31 license = licenses.mpl11; 32 - maintainers = [ maintainers.abbradar ]; 32 + maintainers = [ ]; 33 33 platforms = platforms.unix; 34 34 }; 35 35 }
+1 -1
pkgs/by-name/li/libfprint/package.nix
··· 94 94 description = "Library designed to make it easy to add support for consumer fingerprint readers"; 95 95 license = lib.licenses.lgpl21Only; 96 96 platforms = lib.platforms.linux; 97 - maintainers = with lib.maintainers; [ abbradar ]; 97 + maintainers = [ ]; 98 98 }; 99 99 })
-1
pkgs/by-name/li/libiberty/package.nix
··· 39 39 license = licenses.lgpl2; 40 40 description = "Collection of subroutines used by various GNU programs"; 41 41 maintainers = with maintainers; [ 42 - abbradar 43 42 ericson2314 44 43 ]; 45 44 platforms = platforms.unix;
+1 -3
pkgs/by-name/li/libisofs/package.nix
··· 49 49 description = "Library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet"; 50 50 changelog = "https://dev.lovelyhq.com/libburnia/libisofs/src/tag/${finalAttrs.src.rev}/ChangeLog"; 51 51 license = lib.licenses.gpl2Plus; 52 - maintainers = with lib.maintainers; [ 53 - abbradar 54 - ]; 52 + maintainers = [ ]; 55 53 platforms = lib.platforms.unix; 56 54 }; 57 55 })
+1 -1
pkgs/by-name/li/libtirpc/package.nix
··· 49 49 description = "Transport-independent Sun RPC implementation (TI-RPC)"; 50 50 license = licenses.bsd3; 51 51 platforms = platforms.linux; 52 - maintainers = with maintainers; [ abbradar ]; 52 + maintainers = [ ]; 53 53 longDescription = '' 54 54 Currently, NFS commands use the SunRPC routines provided by the 55 55 glibc. These routines do not support IPv6 addresses. Ulrich
+1 -1
pkgs/by-name/li/libudev0-shim/package.nix
··· 29 29 homepage = "https://github.com/archlinux/libudev0-shim"; 30 30 platforms = platforms.linux; 31 31 license = licenses.lgpl21; 32 - maintainers = with maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/by-name/li/libvdpau-va-gl/package.nix
··· 49 49 description = "VDPAU driver with OpenGL/VAAPI backend"; 50 50 license = licenses.lgpl3; 51 51 platforms = platforms.linux; 52 - maintainers = with maintainers; [ abbradar ]; 52 + maintainers = [ ]; 53 53 }; 54 54 }
+1 -1
pkgs/by-name/li/libxls/package.nix
··· 28 28 description = "Extract Cell Data From Excel xls files"; 29 29 homepage = "https://github.com/libxls/libxls"; 30 30 license = licenses.bsd2; 31 - maintainers = with maintainers; [ abbradar ]; 31 + maintainers = [ ]; 32 32 mainProgram = "xls2csv"; 33 33 platforms = platforms.unix; 34 34 };
+1 -1
pkgs/by-name/lo/logmein-hamachi/package.nix
··· 50 50 changelog = "https://support.logmeininc.com/central/help/whats-new-in-hamachi"; 51 51 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 52 52 license = licenses.unfreeRedistributable; 53 - maintainers = with maintainers; [ abbradar ]; 53 + maintainers = [ ]; 54 54 platforms = platforms.linux; 55 55 }; 56 56 }
+1 -1
pkgs/by-name/lt/ltunify/package.nix
··· 37 37 ''; 38 38 homepage = "https://lekensteyn.nl/logitech-unifying.html"; 39 39 license = licenses.gpl3Plus; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 platforms = platforms.linux; 42 42 mainProgram = "ltunify"; 43 43 };
+1 -1
pkgs/by-name/m3/m33-linux/package.nix
··· 44 44 mainProgram = "m33-linux"; 45 45 license = licenses.gpl2Only; 46 46 platforms = platforms.linux; 47 - maintainers = with maintainers; [ abbradar ]; 47 + maintainers = [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/by-name/mj/mjpegtools/package.nix
··· 70 70 homepage = "http://mjpeg.sourceforge.net/"; 71 71 license = licenses.gpl2Plus; 72 72 platforms = platforms.unix; 73 - maintainers = with maintainers; [ abbradar ]; 73 + maintainers = [ ]; 74 74 }; 75 75 }
+1 -1
pkgs/by-name/mk/mkinitcpio-nfs-utils/package.nix
··· 29 29 description = "ipconfig and nfsmount tools for root on NFS, ported from klibc"; 30 30 license = licenses.gpl2Only; 31 31 platforms = platforms.linux; 32 - maintainers = with maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/by-name/mx/mxnet/package.nix
··· 91 91 meta = with lib; { 92 92 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler"; 93 93 homepage = "https://mxnet.incubator.apache.org/"; 94 - maintainers = with maintainers; [ abbradar ]; 94 + maintainers = [ ]; 95 95 license = licenses.asl20; 96 96 platforms = platforms.linux; 97 97 };
+1 -1
pkgs/by-name/my/mystem/package.nix
··· 25 25 homepage = "https://yandex.ru/dev/mystem/"; 26 26 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 27 27 license = licenses.unfreeRedistributable; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 platforms = [ "x86_64-linux" ]; 30 30 mainProgram = "mystem"; 31 31 };
-1
pkgs/by-name/ne/networkmanager-l2tp/package.nix
··· 81 81 homepage = "https://github.com/nm-l2tp/network-manager-l2tp"; 82 82 license = licenses.gpl2Plus; 83 83 maintainers = with maintainers; [ 84 - abbradar 85 84 obadz 86 85 ]; 87 86 };
+1 -1
pkgs/by-name/nf/nfs-utils/package.nix
··· 195 195 homepage = "https://linux-nfs.org/"; 196 196 license = licenses.gpl2Plus; 197 197 platforms = platforms.linux; 198 - maintainers = with maintainers; [ abbradar ]; 198 + maintainers = [ ]; 199 199 }; 200 200 }
-1
pkgs/by-name/oc/octoprint/package.nix
··· 231 231 mainProgram = "octoprint"; 232 232 license = licenses.agpl3Only; 233 233 maintainers = with maintainers; [ 234 - abbradar 235 234 WhittlesJr 236 235 gador 237 236 ];
+6 -6
pkgs/by-name/oc/octoprint/plugins.nix
··· 122 122 description = "Plugin for slicing via Cura Legacy from within OctoPrint"; 123 123 homepage = "https://github.com/OctoPrint/OctoPrint-CuraEngineLegacy"; 124 124 license = licenses.agpl3Only; 125 - maintainers = with maintainers; [ ]; 125 + maintainers = [ ]; 126 126 }; 127 127 }; 128 128 ··· 408 408 description = "Better print time estimation for OctoPrint"; 409 409 homepage = "https://github.com/eyal0/OctoPrint-PrintTimeGenius"; 410 410 license = licenses.agpl3Only; 411 - maintainers = with maintainers; [ ]; 411 + maintainers = [ ]; 412 412 }; 413 413 }; 414 414 ··· 459 459 description = "OctoPrint plugin to control ATX/AUX power supply"; 460 460 homepage = "https://github.com/kantlivelong/OctoPrint-PSUControl"; 461 461 license = licenses.agpl3Only; 462 - maintainers = with maintainers; [ ]; 462 + maintainers = [ ]; 463 463 }; 464 464 }; 465 465 ··· 521 521 description = "Simple stl viewer tab for OctoPrint"; 522 522 homepage = "https://github.com/jneilliii/Octoprint-STLViewer"; 523 523 license = licenses.agpl3Only; 524 - maintainers = with maintainers; [ abbradar ]; 524 + maintainers = [ ]; 525 525 }; 526 526 }; 527 527 ··· 603 603 description = "Show printers status in window title"; 604 604 homepage = "https://github.com/MoonshineSG/OctoPrint-TitleStatus"; 605 605 license = licenses.agpl3Only; 606 - maintainers = with maintainers; [ abbradar ]; 606 + maintainers = [ ]; 607 607 }; 608 608 }; 609 609 ··· 623 623 description = "Touch friendly interface for a small TFT module or phone for OctoPrint"; 624 624 homepage = "https://github.com/BillyBlaze/OctoPrint-TouchUI"; 625 625 license = licenses.agpl3Only; 626 - maintainers = with maintainers; [ ]; 626 + maintainers = [ ]; 627 627 }; 628 628 }; 629 629
+1 -1
pkgs/by-name/od/odroid-xu3-bootloader/package.nix
··· 37 37 platforms = platforms.linux; 38 38 license = licenses.unfreeRedistributableFirmware; 39 39 description = "Secure boot enabled boot loader for ODROID-XU{3,4}"; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/by-name/op/opendkim/package.nix
··· 52 52 meta = with lib; { 53 53 description = "C library for producing DKIM-aware applications and an open source milter for providing DKIM service"; 54 54 homepage = "http://www.opendkim.org/"; 55 - maintainers = with maintainers; [ abbradar ]; 55 + maintainers = [ ]; 56 56 license = licenses.bsd3; 57 57 platforms = platforms.unix; 58 58 };
+1 -1
pkgs/by-name/op/openjfx/package.nix
··· 191 191 description = "Next-generation Java client toolkit"; 192 192 homepage = "https://openjdk.org/projects/openjfx/"; 193 193 license = lib.licenses.gpl2Classpath; 194 - maintainers = with lib.maintainers; [ abbradar ]; 194 + maintainers = [ ]; 195 195 platforms = lib.platforms.unix; 196 196 }; 197 197 }
-1
pkgs/by-name/op/openspades/package.nix
··· 96 96 license = licenses.gpl3; 97 97 platforms = platforms.all; 98 98 maintainers = with maintainers; [ 99 - abbradar 100 99 azahi 101 100 ]; 102 101 # never built on aarch64-linux since first introduction in nixpkgs
+1 -1
pkgs/by-name/os/osi/package.nix
··· 62 62 homepage = "https://github.com/coin-or/Osi"; 63 63 license = licenses.epl20; 64 64 platforms = platforms.unix; 65 - maintainers = with maintainers; [ abbradar ]; 65 + maintainers = [ ]; 66 66 }; 67 67 }
+1 -1
pkgs/by-name/pa/pacparser/package.nix
··· 41 41 homepage = "https://pacparser.manugarg.com/"; 42 42 license = lib.licenses.lgpl3; 43 43 platforms = lib.platforms.all; 44 - maintainers = with lib.maintainers; [ abbradar ]; 44 + maintainers = [ ]; 45 45 mainProgram = "pactester"; 46 46 }; 47 47 })
+1 -1
pkgs/by-name/pa/pam_pgsql/package.nix
··· 37 37 homepage = "https://github.com/pam-pgsql/pam-pgsql"; 38 38 license = licenses.gpl2Plus; 39 39 platforms = platforms.linux; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/by-name/pa/pamtester/package.nix
··· 25 25 homepage = "https://pamtester.sourceforge.net/"; 26 26 license = licenses.bsd3; 27 27 platforms = platforms.unix; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/by-name/pa/paprefs/package.nix
··· 48 48 49 49 license = licenses.gpl2Plus; 50 50 51 - maintainers = [ maintainers.abbradar ]; 51 + maintainers = [ ]; 52 52 platforms = platforms.linux; 53 53 }; 54 54 }
+1 -1
pkgs/by-name/pa/pavucontrol/package.nix
··· 64 64 easily control the volume of all clients, sinks, etc. 65 65 ''; 66 66 mainProgram = "pavucontrol"; 67 - maintainers = with lib.maintainers; [ abbradar ]; 67 + maintainers = [ ]; 68 68 platforms = lib.platforms.linux; 69 69 }; 70 70 })
+1 -1
pkgs/by-name/po/postsrsd/package.nix
··· 44 44 mainProgram = "postsrsd"; 45 45 license = licenses.gpl2Plus; 46 46 platforms = platforms.all; 47 - maintainers = with maintainers; [ abbradar ]; 47 + maintainers = [ ]; 48 48 }; 49 49 }
+1 -1
pkgs/by-name/pr/primusLib/package.nix
··· 64 64 "x86_64-linux" 65 65 ]; 66 66 license = lib.licenses.bsd2; 67 - maintainers = with lib.maintainers; [ abbradar ]; 67 + maintainers = [ ]; 68 68 }; 69 69 }
+1 -1
pkgs/by-name/pr/prosody-filer/package.nix
··· 21 21 22 22 meta = with lib; { 23 23 homepage = "https://github.com/ThomasLeister/prosody-filer"; 24 - maintainers = with maintainers; [ abbradar ]; 24 + maintainers = [ ]; 25 25 license = licenses.mit; 26 26 platforms = platforms.linux; 27 27 description = "Simple file server for handling XMPP http_upload requests";
+1 -1
pkgs/by-name/qp/qpdf/package.nix
··· 71 71 homepage = "https://qpdf.sourceforge.io/"; 72 72 description = "C++ library and set of programs that inspect and manipulate the structure of PDF files"; 73 73 license = lib.licenses.asl20; # as of 7.0.0, people may stay at artistic2 74 - maintainers = with lib.maintainers; [ abbradar ]; 74 + maintainers = [ ]; 75 75 mainProgram = "qpdf"; 76 76 platforms = lib.platforms.all; 77 77 changelog = "https://github.com/qpdf/qpdf/blob/v${finalAttrs.version}/ChangeLog";
+1 -1
pkgs/by-name/rp/rpcbind/package.nix
··· 48 48 license = licenses.bsd3; 49 49 platforms = platforms.unix; 50 50 homepage = "https://linux-nfs.org/"; 51 - maintainers = with maintainers; [ abbradar ]; 51 + maintainers = [ ]; 52 52 longDescription = '' 53 53 Universal addresses to RPC program number mapper. 54 54 '';
-1
pkgs/by-name/rp/rpcs3/package.nix
··· 154 154 description = "PS3 emulator/debugger"; 155 155 homepage = "https://rpcs3.net/"; 156 156 maintainers = with maintainers; [ 157 - abbradar 158 157 neonfuz 159 158 ilian 160 159 ];
+1 -1
pkgs/by-name/rp/rpmextract/package.nix
··· 26 26 description = "Script to extract RPM archives"; 27 27 platforms = platforms.all; 28 28 license = licenses.gpl2Only; 29 - maintainers = with maintainers; [ abbradar ]; 29 + maintainers = [ ]; 30 30 mainProgram = "rpmextract"; 31 31 }; 32 32 }
+1 -1
pkgs/by-name/sc/schedtool/package.nix
··· 32 32 homepage = "https://github.com/freequaos/schedtool"; 33 33 license = lib.licenses.gpl2Only; 34 34 platforms = lib.platforms.linux; 35 - maintainers = with lib.maintainers; [ abbradar ]; 35 + maintainers = [ ]; 36 36 }; 37 37 })
+1 -1
pkgs/by-name/sc/scorched3d/package.nix
··· 72 72 description = "3D Clone of the classic Scorched Earth"; 73 73 license = licenses.gpl2Plus; 74 74 platforms = platforms.linux; # maybe more 75 - maintainers = with maintainers; [ abbradar ]; 75 + maintainers = [ ]; 76 76 }; 77 77 }
+1 -1
pkgs/by-name/sd/sdl-jstest/package.nix
··· 40 40 description = "Simple SDL joystick test application for the console"; 41 41 license = licenses.gpl3; 42 42 platforms = platforms.linux; 43 - maintainers = with maintainers; [ abbradar ]; 43 + maintainers = [ ]; 44 44 }; 45 45 }
+1 -1
pkgs/by-name/so/soundfont-fluid/package.nix
··· 24 24 homepage = "http://www.hammersound.net/"; 25 25 license = licenses.mit; 26 26 platforms = platforms.all; 27 - maintainers = with maintainers; [ abbradar ]; 27 + maintainers = [ ]; 28 28 }; 29 29 }
-1
pkgs/by-name/st/stremio/package.nix
··· 62 62 unfree 63 63 ]; 64 64 maintainers = with lib.maintainers; [ 65 - abbradar 66 65 griffi-gh 67 66 ]; 68 67 platforms = lib.platforms.linux;
+1 -1
pkgs/by-name/sv/svox/package.nix
··· 31 31 homepage = "https://android.googlesource.com/platform/external/svox"; 32 32 platforms = platforms.linux; 33 33 license = licenses.asl20; 34 - maintainers = with maintainers; [ abbradar ]; 34 + maintainers = [ ]; 35 35 mainProgram = "pico2wave"; 36 36 }; 37 37 }
+1 -1
pkgs/by-name/sw/swarm/package.nix
··· 26 26 homepage = "http://spinroot.com/"; 27 27 license = licenses.free; 28 28 platforms = platforms.unix; 29 - maintainers = with maintainers; [ abbradar ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }
-1
pkgs/by-name/th/the-powder-toy/package.nix
··· 71 71 platforms = platforms.unix; 72 72 license = licenses.gpl3Plus; 73 73 maintainers = with maintainers; [ 74 - abbradar 75 74 siraben 76 75 ]; 77 76 mainProgram = "powder";
+1 -1
pkgs/by-name/th/thermald/package.nix
··· 75 75 "x86_64-linux" 76 76 "i686-linux" 77 77 ]; 78 - maintainers = with maintainers; [ abbradar ]; 78 + maintainers = [ ]; 79 79 mainProgram = "thermald"; 80 80 }; 81 81 }
+1 -1
pkgs/by-name/un/unnethack/package.nix
··· 79 79 homepage = "https://unnethack.wordpress.com/"; 80 80 license = "nethack"; 81 81 platforms = lib.platforms.all; 82 - maintainers = with lib.maintainers; [ abbradar ]; 82 + maintainers = [ ]; 83 83 }; 84 84 }
+1 -1
pkgs/by-name/ut/utsushi-networkscan/package.nix
··· 34 34 description = "Network scan plugin for ImageScan v3"; 35 35 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 36 36 license = licenses.unfree; 37 - maintainers = with maintainers; [ abbradar ]; 37 + maintainers = [ ]; 38 38 platforms = [ "x86_64-linux" ]; 39 39 }; 40 40 }
-1
pkgs/by-name/uw/uwsgi/package.nix
··· 185 185 homepage = "https://uwsgi-docs.readthedocs.org/en/latest/"; 186 186 license = lib.licenses.gpl2Plus; 187 187 maintainers = with lib.maintainers; [ 188 - abbradar 189 188 schneefux 190 189 globin 191 190 ];
+1 -1
pkgs/by-name/vc/vcg/package.nix
··· 29 29 description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes"; 30 30 license = licenses.gpl3; 31 31 platforms = platforms.all; 32 - maintainers = with maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/by-name/wi/wipe/package.nix
··· 33 33 homepage = "https://wipe.sourceforge.net/"; 34 34 license = lib.licenses.gpl2Plus; 35 35 platforms = lib.platforms.unix; 36 - maintainers = [ lib.maintainers.abbradar ]; 36 + maintainers = [ ]; 37 37 mainProgram = "wipe"; 38 38 }; 39 39 }
-1
pkgs/by-name/xg/xgboost/package.nix
··· 199 199 mainProgram = "xgboost"; 200 200 platforms = platforms.unix; 201 201 maintainers = with maintainers; [ 202 - abbradar 203 202 nviets 204 203 ]; 205 204 };
+1 -1
pkgs/by-name/xi/xiccd/package.nix
··· 41 41 description = "X color profile daemon"; 42 42 homepage = "https://github.com/agalakhov/xiccd"; 43 43 license = lib.licenses.gpl3Plus; 44 - maintainers = with lib.maintainers; [ abbradar ]; 44 + maintainers = [ ]; 45 45 platforms = lib.platforms.linux; 46 46 mainProgram = "xiccd"; 47 47 };
+1 -1
pkgs/by-name/xi/xits-math/package.nix
··· 38 38 description = "OpenType implementation of STIX fonts with math support"; 39 39 license = licenses.ofl; 40 40 platforms = platforms.all; 41 - maintainers = with maintainers; [ abbradar ]; 41 + maintainers = [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/by-name/xl/xl2tpd/package.nix
··· 30 30 description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)"; 31 31 platforms = platforms.linux; 32 32 license = licenses.gpl2Plus; 33 - maintainers = with maintainers; [ abbradar ]; 33 + maintainers = [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/by-name/xl/xlslib/package.nix
··· 29 29 homepage = "https://sourceforge.net/projects/xlslib/"; 30 30 license = licenses.bsd2; 31 31 platforms = platforms.linux; 32 - maintainers = with maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/by-name/ya/yaml-merge/package.nix
··· 30 30 homepage = "https://github.com/abbradar/yaml-merge"; 31 31 license = licenses.bsd2; 32 32 platforms = platforms.unix; 33 - maintainers = with maintainers; [ abbradar ]; 33 + maintainers = [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/by-name/ye/yed/package.nix
··· 48 48 homepage = "https://www.yworks.com/products/yed"; 49 49 description = "Powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; 50 50 platforms = jre.meta.platforms; 51 - maintainers = with maintainers; [ abbradar ]; 51 + maintainers = [ ]; 52 52 mainProgram = "yed"; 53 53 }; 54 54 }
+1 -1
pkgs/by-name/ze/zeroc-ice/package.nix
··· 104 104 description = "Internet communications engine"; 105 105 license = licenses.gpl2Only; 106 106 platforms = platforms.unix; 107 - maintainers = with maintainers; [ abbradar ]; 107 + maintainers = [ ]; 108 108 broken = stdenv.hostPlatform.isDarwin; 109 109 }; 110 110 }
+1 -1
pkgs/data/fonts/emojione/default.nix
··· 61 61 description = "Open source emoji set"; 62 62 homepage = "http://emojione.com/"; 63 63 license = licenses.cc-by-40; 64 - maintainers = with maintainers; [ abbradar ]; 64 + maintainers = [ ]; 65 65 }; 66 66 }
+1 -1
pkgs/desktops/xfce/applications/xfce4-volumed-pulse/default.nix
··· 52 52 homepage = "https://gitlab.xfce.org/apps/xfce4-volumed-pulse"; 53 53 mainProgram = "xfce4-volumed-pulse"; 54 54 license = lib.licenses.gpl3Plus; 55 - maintainers = with lib.maintainers; [ abbradar ]; 55 + maintainers = [ ]; 56 56 teams = [ lib.teams.xfce ]; 57 57 platforms = lib.platforms.linux; 58 58 };
-1
pkgs/development/interpreters/spidermonkey/common.nix
··· 193 193 homepage = "https://spidermonkey.dev/"; 194 194 license = licenses.mpl20; 195 195 maintainers = with maintainers; [ 196 - abbradar 197 196 lostnet 198 197 catap 199 198 ];
+1 -1
pkgs/development/libraries/dee/default.nix
··· 76 76 homepage = "https://launchpad.net/dee"; 77 77 license = licenses.lgpl3; 78 78 platforms = platforms.linux; 79 - maintainers = with maintainers; [ abbradar ]; 79 + maintainers = [ ]; 80 80 }; 81 81 }
-1
pkgs/development/libraries/qt-5/modules/qtwebkit.nix
··· 109 109 110 110 meta = { 111 111 maintainers = with lib.maintainers; [ 112 - abbradar 113 112 periklis 114 113 ]; 115 114 knownVulnerabilities = [
+1 -1
pkgs/development/libraries/qtwebkit-plugins/default.nix
··· 37 37 homepage = "https://github.com/QupZilla/qtwebkit-plugins"; 38 38 license = licenses.gpl3; 39 39 platforms = platforms.linux; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/libraries/vc/0.7.nix
··· 31 31 homepage = "https://github.com/VcDevel/Vc"; 32 32 license = licenses.bsd3; 33 33 platforms = platforms.all; 34 - maintainers = with maintainers; [ abbradar ]; 34 + maintainers = [ ]; 35 35 # never built on aarch64-darwin since first introduction in nixpkgs 36 36 broken = 37 37 (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)
+1 -1
pkgs/development/libraries/vc/default.nix
··· 28 28 homepage = "https://github.com/VcDevel/Vc"; 29 29 license = licenses.bsd3; 30 30 platforms = platforms.all; 31 - maintainers = with maintainers; [ abbradar ]; 31 + maintainers = [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/awesome-slugify/default.nix
··· 38 38 description = "Python flexible slugify function"; 39 39 license = licenses.gpl3; 40 40 platforms = platforms.all; 41 - maintainers = with maintainers; [ abbradar ]; 41 + maintainers = [ ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/chainmap/default.nix
··· 21 21 description = "Backport/clone of ChainMap"; 22 22 homepage = "https://bitbucket.org/jeunice/chainmap"; 23 23 license = licenses.psfl; 24 - maintainers = with maintainers; [ abbradar ]; 24 + maintainers = [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/crc16/default.nix
··· 29 29 description = "Python library for calculating CRC16"; 30 30 homepage = "https://code.google.com/archive/p/pycrc16/"; 31 31 license = licenses.lgpl3Plus; 32 - maintainers = with maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/datatable/default.nix
··· 70 70 description = "data.table for Python"; 71 71 homepage = "https://github.com/h2oai/datatable"; 72 72 license = licenses.mpl20; 73 - maintainers = with maintainers; [ abbradar ]; 73 + maintainers = [ ]; 74 74 }; 75 75 }
+1 -1
pkgs/development/python-modules/flask-assets/default.nix
··· 45 45 homepage = "https://github.com/miracle2k/flask-assets"; 46 46 description = "Asset management for Flask, to compress and merge CSS and Javascript files"; 47 47 license = lib.licenses.bsd2; 48 - maintainers = with lib.maintainers; [ abbradar ]; 48 + maintainers = [ ]; 49 49 }; 50 50 }
+1 -1
pkgs/development/python-modules/flask-login/default.nix
··· 53 53 description = "User session management for Flask"; 54 54 homepage = "https://github.com/maxcountryman/flask-login"; 55 55 license = licenses.mit; 56 - maintainers = with maintainers; [ abbradar ]; 56 + maintainers = [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/flask-principal/default.nix
··· 37 37 homepage = "http://packages.python.org/Flask-Principal/"; 38 38 description = "Identity management for flask"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/flask-script/default.nix
··· 27 27 homepage = "https://github.com/smurfix/flask-script"; 28 28 description = "Scripting support for Flask"; 29 29 license = licenses.bsd3; 30 - maintainers = with maintainers; [ abbradar ]; 30 + maintainers = [ ]; 31 31 }; 32 32 }
+1 -1
pkgs/development/python-modules/hmmlearn/default.nix
··· 47 47 description = "Hidden Markov Models in Python with scikit-learn like API"; 48 48 homepage = "https://github.com/hmmlearn/hmmlearn"; 49 49 license = licenses.bsd3; 50 - maintainers = with maintainers; [ abbradar ]; 50 + maintainers = [ ]; 51 51 }; 52 52 }
+1 -3
pkgs/development/python-modules/libarcus/default.nix
··· 44 44 homepage = "https://github.com/Ultimaker/libArcus"; 45 45 license = licenses.lgpl3Plus; 46 46 platforms = platforms.linux; 47 - maintainers = with maintainers; [ 48 - abbradar 49 - ]; 47 + maintainers = [ ]; 50 48 }; 51 49 }
-1
pkgs/development/python-modules/libsavitar/default.nix
··· 36 36 license = licenses.lgpl3Plus; 37 37 platforms = platforms.unix; 38 38 maintainers = with maintainers; [ 39 - abbradar 40 39 orivej 41 40 ]; 42 41 };
+1 -1
pkgs/development/python-modules/mlrose/default.nix
··· 51 51 description = "Machine Learning, Randomized Optimization and SEarch"; 52 52 homepage = "https://github.com/gkhayes/mlrose"; 53 53 license = licenses.bsd3; 54 - maintainers = with maintainers; [ abbradar ]; 54 + maintainers = [ ]; 55 55 }; 56 56 }
+1 -1
pkgs/development/python-modules/nbxmpp/default.nix
··· 60 60 homepage = "https://dev.gajim.org/gajim/python-nbxmpp"; 61 61 description = "Non-blocking Jabber/XMPP module"; 62 62 license = licenses.gpl3Plus; 63 - maintainers = with maintainers; [ abbradar ]; 63 + maintainers = [ ]; 64 64 }; 65 65 }
+1 -1
pkgs/development/python-modules/plyfile/default.nix
··· 36 36 meta = { 37 37 description = "NumPy-based text/binary PLY file reader/writer for Python"; 38 38 homepage = "https://github.com/dranjan/python-plyfile"; 39 - maintainers = with lib.maintainers; [ abbradar ]; 39 + maintainers = [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/pychromecast/default.nix
··· 46 46 homepage = "https://github.com/home-assistant-libs/pychromecast"; 47 47 changelog = "https://github.com/home-assistant-libs/pychromecast/releases/tag/${src.tag}"; 48 48 license = licenses.mit; 49 - maintainers = with maintainers; [ abbradar ]; 49 + maintainers = [ ]; 50 50 platforms = platforms.unix; 51 51 }; 52 52 }
+1 -1
pkgs/development/python-modules/pylru/default.nix
··· 28 28 description = "Least recently used (LRU) cache implementation"; 29 29 homepage = "https://github.com/jlhutch/pylru"; 30 30 license = licenses.gpl2Only; 31 - maintainers = with maintainers; [ abbradar ]; 31 + maintainers = [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/pymystem3/default.nix
··· 36 36 description = "Python wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian language"; 37 37 homepage = "https://github.com/nlpub/pymystem3"; 38 38 license = licenses.mit; 39 - maintainers = with maintainers; [ abbradar ]; 39 + maintainers = [ ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/python-modules/pyspf/default.nix
··· 25 25 meta = with lib; { 26 26 homepage = "http://bmsi.com/python/milter.html"; 27 27 description = "Python API for Sendmail Milters (SPF)"; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 license = licenses.gpl2; 30 30 }; 31 31 }
+1 -1
pkgs/development/python-modules/python-axolotl-curve25519/default.nix
··· 29 29 meta = { 30 30 homepage = "https://github.com/tgalal/python-axolotl-curve25519"; 31 31 description = "Curve25519 with ed25519 signatures"; 32 - maintainers = with lib.maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 license = lib.licenses.gpl3; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/python-axolotl/default.nix
··· 26 26 meta = with lib; { 27 27 homepage = "https://github.com/tgalal/python-axolotl"; 28 28 description = "Python port of libaxolotl-android"; 29 - maintainers = with maintainers; [ abbradar ]; 29 + maintainers = [ ]; 30 30 license = licenses.gpl3; 31 31 }; 32 32 }
-1
pkgs/development/python-modules/python-pam/default.nix
··· 42 42 homepage = "https://github.com/FirefighterBlu3/python-pam"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ 45 - abbradar 46 45 mkg20001 47 46 ]; 48 47 };
+1 -1
pkgs/development/python-modules/python-uinput/default.nix
··· 25 25 description = "Pythonic API to Linux uinput kernel module"; 26 26 homepage = "https://tjjr.fi/sw/python-uinput/"; 27 27 license = licenses.gpl3Plus; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/regex/default.nix
··· 28 28 description = "Alternative regular expression module, to replace re"; 29 29 homepage = "https://bitbucket.org/mrabarnett/mrab-regex"; 30 30 license = licenses.psfl; 31 - maintainers = with maintainers; [ abbradar ]; 31 + maintainers = [ ]; 32 32 }; 33 33 }
+1 -1
pkgs/development/python-modules/sarge/default.nix
··· 31 31 description = "Python wrapper for subprocess which provides command pipeline functionality"; 32 32 homepage = "https://sarge.readthedocs.org/"; 33 33 license = licenses.bsd3; 34 - maintainers = with maintainers; [ abbradar ]; 34 + maintainers = [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/sockjs-tornado/default.nix
··· 21 21 homepage = "https://github.com/mrjoes/sockjs-tornado/"; 22 22 description = "SockJS python server implementation on top of Tornado framework"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ abbradar ]; 24 + maintainers = [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/development/python-modules/sphfile/default.nix
··· 23 23 description = "Numpy-based NIST SPH audio-file reader"; 24 24 homepage = "https://github.com/mcfletch/sphfile"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ abbradar ]; 26 + maintainers = [ ]; 27 27 platforms = platforms.unix; 28 28 }; 29 29 }
+1 -1
pkgs/development/python-modules/tensorboard-data-server/default.nix
··· 25 25 description = "Fast data loading for TensorBoard"; 26 26 homepage = "https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server"; 27 27 license = licenses.asl20; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/python-modules/tensorboard/default.nix
··· 77 77 homepage = "https://www.tensorflow.org/"; 78 78 license = lib.licenses.asl20; 79 79 mainProgram = "tensorboard"; 80 - maintainers = with lib.maintainers; [ abbradar ]; 80 + maintainers = [ ]; 81 81 }; 82 82 }
+1 -3
pkgs/development/python-modules/tensorflow/bin.nix
··· 226 226 homepage = "http://tensorflow.org"; 227 227 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 228 228 license = lib.licenses.asl20; 229 - maintainers = with lib.maintainers; [ 230 - abbradar 231 - ]; 229 + maintainers = [ ]; 232 230 badPlatforms = [ "x86_64-darwin" ]; 233 231 # unsupported combination 234 232 broken = stdenv.hostPlatform.isDarwin && cudaSupport;
+1 -1
pkgs/development/python-modules/tensorflow/default.nix
··· 581 581 description = "Computation using data flow graphs for scalable machine learning"; 582 582 homepage = "http://tensorflow.org"; 583 583 license = lib.licenses.asl20; 584 - maintainers = with lib.maintainers; [ abbradar ]; 584 + maintainers = [ ]; 585 585 platforms = with lib.platforms; linux ++ darwin; 586 586 broken = 587 587 stdenv.hostPlatform.isDarwin
+1 -1
pkgs/development/python-modules/typesentry/default.nix
··· 26 26 description = "Python 2.7 & 3.5+ runtime type-checker"; 27 27 homepage = "https://github.com/h2oai/typesentry"; 28 28 license = licenses.asl20; 29 - maintainers = with maintainers; [ abbradar ]; 29 + maintainers = [ ]; 30 30 }; 31 31 }
+1 -3
pkgs/development/python-modules/uranium/default.nix
··· 59 59 homepage = "https://github.com/Ultimaker/Uranium"; 60 60 license = licenses.lgpl3Plus; 61 61 platforms = platforms.linux; 62 - maintainers = with maintainers; [ 63 - abbradar 64 - ]; 62 + maintainers = [ ]; 65 63 }; 66 64 }
+1 -1
pkgs/development/python-modules/virtkey/default.nix
··· 42 42 description = "Extension to emulate keypresses and to get the layout information from the X server"; 43 43 homepage = "https://launchpad.net/virtkey"; 44 44 license = licenses.gpl3; 45 - maintainers = with maintainers; [ abbradar ]; 45 + maintainers = [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/python-modules/webassets/default.nix
··· 68 68 mainProgram = "webassets"; 69 69 homepage = "https://github.com/miracle2k/webassets/"; 70 70 license = lib.licenses.bsd2; 71 - maintainers = with lib.maintainers; [ abbradar ]; 71 + maintainers = [ ]; 72 72 }; 73 73 }
+1 -1
pkgs/development/python-modules/zeroc-ice/default.nix
··· 32 32 license = licenses.gpl2; 33 33 description = "Comprehensive RPC framework with support for Python, C++, .NET, Java, JavaScript and more"; 34 34 mainProgram = "slice2py"; 35 - maintainers = with maintainers; [ abbradar ]; 35 + maintainers = [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/development/python-modules/zeroconf/default.nix
··· 66 66 homepage = "https://github.com/python-zeroconf/python-zeroconf"; 67 67 changelog = "https://github.com/python-zeroconf/python-zeroconf/blob/${src.tag}/CHANGELOG.md"; 68 68 license = licenses.lgpl21Only; 69 - maintainers = with maintainers; [ abbradar ]; 69 + maintainers = [ ]; 70 70 }; 71 71 }
+1 -1
pkgs/development/python2-modules/scandir/default.nix
··· 25 25 description = "Better directory iterator and faster os.walk()"; 26 26 homepage = "https://github.com/benhoyt/scandir"; 27 27 license = licenses.gpl3; 28 - maintainers = with maintainers; [ abbradar ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/games/crawl/default.nix
··· 132 132 licenses.zlib 133 133 cc0 134 134 ]; 135 - maintainers = [ maintainers.abbradar ]; 135 + maintainers = [ ]; 136 136 }; 137 137 }
+1 -1
pkgs/games/doom-ports/slade/default.nix
··· 69 69 homepage = "http://slade.mancubus.net/"; 70 70 license = lib.licenses.gpl2Only; # https://github.com/sirjuddington/SLADE/issues/1754 71 71 platforms = lib.platforms.linux; 72 - maintainers = with lib.maintainers; [ abbradar ]; 72 + maintainers = [ ]; 73 73 }; 74 74 }
-1
pkgs/games/dwarf-fortress/dfhack/default.nix
··· 243 243 maintainers = with maintainers; [ 244 244 robbinch 245 245 a1russell 246 - abbradar 247 246 numinit 248 247 ncfavier 249 248 ];
-1
pkgs/games/dwarf-fortress/dwarf-therapist/default.nix
··· 58 58 mainProgram = "dwarftherapist"; 59 59 description = "Tool to manage dwarves in a running game of Dwarf Fortress"; 60 60 maintainers = with maintainers; [ 61 - abbradar 62 61 bendlas 63 62 numinit 64 63 ];
-1
pkgs/games/dwarf-fortress/game.nix
··· 194 194 a1russell 195 195 robbinch 196 196 roconnor 197 - abbradar 198 197 numinit 199 198 shazow 200 199 ncfavier
-1
pkgs/games/dwarf-fortress/unfuck.nix
··· 124 124 license = licenses.free; 125 125 platforms = platforms.linux; 126 126 maintainers = with maintainers; [ 127 - abbradar 128 127 numinit 129 128 ]; 130 129 };
+1 -1
pkgs/games/nethack/default.nix
··· 227 227 homepage = "http://nethack.org/"; 228 228 license = "nethack"; 229 229 platforms = if x11Mode then platforms.linux else platforms.unix; 230 - maintainers = with maintainers; [ abbradar ]; 230 + maintainers = [ ]; 231 231 mainProgram = "nethack"; 232 232 }; 233 233 }
-1
pkgs/games/openmw/default.nix
··· 123 123 homepage = "https://openmw.org"; 124 124 license = licenses.gpl3Plus; 125 125 maintainers = with maintainers; [ 126 - abbradar 127 126 marius851000 128 127 ]; 129 128 platforms = platforms.linux ++ platforms.darwin;
+1 -1
pkgs/games/quake3/content/arena.nix
··· 60 60 homepage = "https://www.idsoftware.com/"; 61 61 license = lib.licenses.unfreeRedistributable; 62 62 platforms = lib.platforms.all; 63 - maintainers = with lib.maintainers; [ abbradar ]; 63 + maintainers = [ ]; 64 64 }; 65 65 })
+1 -1
pkgs/games/quake3/content/demo.nix
··· 41 41 homepage = "https://www.idsoftware.com/"; 42 42 license = licenses.unfreeRedistributable; 43 43 platforms = platforms.all; 44 - maintainers = with maintainers; [ abbradar ]; 44 + maintainers = [ ]; 45 45 }; 46 46 }
+1 -1
pkgs/games/quake3/content/pointrelease.nix
··· 29 29 description = "Quake 3 Arena point release"; 30 30 license = licenses.unfreeRedistributable; 31 31 platforms = platforms.all; 32 - maintainers = with maintainers; [ abbradar ]; 32 + maintainers = [ ]; 33 33 }; 34 34 }
-1
pkgs/games/warsow/default.nix
··· 39 39 homepage = "http://www.warsow.net"; 40 40 license = licenses.unfreeRedistributable; 41 41 maintainers = with maintainers; [ 42 - abbradar 43 42 ]; 44 43 platforms = warsow-engine.meta.platforms; 45 44 };
-1
pkgs/games/warsow/engine.nix
··· 87 87 homepage = "http://www.warsow.net"; 88 88 license = licenses.gpl2Plus; 89 89 maintainers = with maintainers; [ 90 - abbradar 91 90 ]; 92 91 platforms = platforms.linux; 93 92 broken = stdenv.hostPlatform.isAarch64;
-1
pkgs/games/wesnoth/default.nix
··· 117 117 changelog = "https://github.com/wesnoth/wesnoth/blob/${finalAttrs.version}/changelog.md"; 118 118 license = lib.licenses.gpl2Plus; 119 119 maintainers = with lib.maintainers; [ 120 - abbradar 121 120 niklaskorz 122 121 ]; 123 122 platforms = lib.platforms.unix;
+1 -1
pkgs/os-specific/linux/bbswitch/default.nix
··· 69 69 "i686-linux" 70 70 ]; 71 71 homepage = "https://github.com/Bumblebee-Project/bbswitch"; 72 - maintainers = with maintainers; [ abbradar ]; 72 + maintainers = [ ]; 73 73 license = licenses.gpl2Plus; 74 74 }; 75 75 }
+1 -1
pkgs/os-specific/linux/displaylink/default.nix
··· 93 93 hydraPlatforms = [ ]; 94 94 license = licenses.unfree; 95 95 mainProgram = "DisplayLinkManager"; 96 - maintainers = with maintainers; [ abbradar ]; 96 + maintainers = [ ]; 97 97 platforms = [ 98 98 "x86_64-linux" 99 99 "i686-linux"
+1 -1
pkgs/os-specific/linux/nvidia-x11/persistenced.nix
··· 44 44 description = "Settings application for NVIDIA graphics cards"; 45 45 license = licenses.unfreeRedistributable; 46 46 platforms = nvidia_x11.meta.platforms; 47 - maintainers = with maintainers; [ abbradar ]; 47 + maintainers = [ ]; 48 48 mainProgram = "nvidia-persistenced"; 49 49 }; 50 50 }
-1
pkgs/os-specific/linux/nvidia-x11/settings.nix
··· 37 37 homepage = "https://www.nvidia.com/object/unix.html"; 38 38 platforms = nvidia_x11.meta.platforms; 39 39 maintainers = with maintainers; [ 40 - abbradar 41 40 aidalgol 42 41 ]; 43 42 };
+1 -1
pkgs/servers/mail/spf-engine/default.nix
··· 37 37 meta = { 38 38 homepage = "https://launchpad.net/spf-engine/"; 39 39 description = "Postfix policy engine for Sender Policy Framework (SPF) checking"; 40 - maintainers = with lib.maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 license = lib.licenses.asl20; 42 42 }; 43 43 }
+1 -1
pkgs/servers/mtprotoproxy/default.nix
··· 37 37 license = licenses.mit; 38 38 homepage = "https://github.com/alexbers/mtprotoproxy"; 39 39 platforms = python.meta.platforms; 40 - maintainers = with maintainers; [ abbradar ]; 40 + maintainers = [ ]; 41 41 mainProgram = "mtprotoproxy"; 42 42 }; 43 43 }
+1 -1
pkgs/servers/nosql/influxdb2/cli.nix
··· 42 42 description = "CLI for managing resources in InfluxDB v2"; 43 43 license = licenses.mit; 44 44 homepage = "https://influxdata.com/"; 45 - maintainers = with maintainers; [ abbradar ]; 45 + maintainers = [ ]; 46 46 mainProgram = "influx"; 47 47 }; 48 48 }
+1 -1
pkgs/servers/nosql/influxdb2/default.nix
··· 136 136 description = "Open-source distributed time series database"; 137 137 license = licenses.mit; 138 138 homepage = "https://influxdata.com/"; 139 - maintainers = with maintainers; [ abbradar ]; 139 + maintainers = [ ]; 140 140 }; 141 141 }
+1 -1
pkgs/tools/X11/virtualgl/lib.nix
··· 67 67 description = "X11 GL rendering in a remote computer with full 3D hw acceleration"; 68 68 license = licenses.wxWindows; 69 69 platforms = platforms.linux; 70 - maintainers = with maintainers; [ abbradar ]; 70 + maintainers = [ ]; 71 71 }; 72 72 }
+1 -1
pkgs/tools/misc/grub4dos/default.nix
··· 46 46 meta = with lib; { 47 47 homepage = "http://grub4dos.chenall.net/"; 48 48 description = "GRUB for DOS is the dos extension of GRUB"; 49 - maintainers = with maintainers; [ abbradar ]; 49 + maintainers = [ ]; 50 50 platforms = platforms.linux; 51 51 license = licenses.gpl2Plus; 52 52 # Needs a port to modern binutils:
+1 -1
pkgs/tools/misc/scfbuild/default.nix
··· 43 43 description = "SVGinOT color font builder"; 44 44 homepage = "https://github.com/13rac1/scfbuild"; 45 45 license = licenses.gpl3; 46 - maintainers = with maintainers; [ abbradar ]; 46 + maintainers = [ ]; 47 47 mainProgram = "scfbuild"; 48 48 }; 49 49 }
-1
pkgs/tools/misc/tlp/default.nix
··· 143 143 platforms = platforms.linux; 144 144 mainProgram = "tlp"; 145 145 maintainers = with maintainers; [ 146 - abbradar 147 146 lovesegfault 148 147 ]; 149 148 license = licenses.gpl2Plus;
+1 -1
pkgs/tools/networking/openvpn/update-resolv-conf.nix
··· 41 41 meta = with lib; { 42 42 description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options"; 43 43 homepage = "https://github.com/masterkorp/openvpn-update-resolv-conf/"; 44 - maintainers = with maintainers; [ abbradar ]; 44 + maintainers = [ ]; 45 45 license = licenses.gpl2Only; 46 46 platforms = platforms.unix; 47 47 };
+1 -2
pkgs/top-level/perl-packages.nix
··· 4712 4712 homepage = "https://pcsc-perl.apdu.fr/"; 4713 4713 license = with lib.licenses; [ gpl2Plus ]; 4714 4714 maintainers = with maintainers; [ 4715 - abbradar 4716 4715 anthonyroussel 4717 4716 ]; 4718 4717 }; ··· 8191 8192 artistic1 8192 8193 gpl1Plus 8193 8194 ]; 8194 - maintainers = with maintainers; [ ]; 8195 + maintainers = [ ]; 8195 8196 mainProgram = "hexdump"; 8196 8197 }; 8197 8198 };