maintainers: drop ehmry

This user is blocked since May 2025, thus can't maintain any packages
anymore.

Changed files
-122
maintainers
nixos
modules
programs
services
network-filesystems
networking
tests
pkgs
applications
misc
confclerk
elf-dissector
networking
browsers
av-98
kristall
search
recoll
by-name
al
alephone
ba
balls
baresip
base45
bo
bombadillo
bu
c2
c2nim
cj
cjdns
co
collapseos-cvm
di
didder
dn
dnslink-std-go
ea
eaglemode
er
eris-go
eriscmd
erofs-utils
eu
eurofurence
f2
f2fs-tools
fi
figlet
fj
ge
getdns
gn
gnaural
gnubg
gp
gptfdisk
gu
gubbi-font
hd
hdapsd
hj
hjson-go
ho
hottext
li
libdiscid
libogg
libtoxcore
libvorbis
lo
loudgain
lz
lziprecover
lzlib
ma
ma
maiko
makebootfat
mawk
mb
mbuffer
mi
mo
molly-brown
mosdepth
na
navilu-font
nc
ni
nim-unwrapped-2_2
nim_builder
nim_lk
nn
pa
papeer
pc
pcapfix
ph
pharo
pl
plzip
pr
preserves-nim
preserves-tools
prevo
prevo-data
prevo-tools
ra
ratox
raylib-games
sh
shapelib
so
sockdump
solo5
sp
splat
sy
syndicate-server
syndicate_utils
ta
tarlz
tk
tkrzw
to
tr
transmission-remote-gtk
tu
ty
typodermic-free-fonts
typodermic-public-domain
u9
uh
un
unfonts-core
vi
wi
windowlab
xa
xaos
xastir
xc
xcruiser
yg
yggdrasil
yggstack
ze
zerotierone
development
compilers
squeak
ocaml-modules
diet
mirage-block-ramdisk
mirage-block-unix
python-modules
servers
web-apps
discourse
plugins
discourse-oauth2-basic
tools
audio
liquidsoap
system
plan9port
-6
maintainers/maintainer-list.nix
··· 7306 7306 githubId = 20847625; 7307 7307 name = "Elizabeth Paź"; 7308 7308 }; 7309 - ehmry = { 7310 - email = "ehmry@posteo.net"; 7311 - github = "ehmry"; 7312 - githubId = 537775; 7313 - name = "Emery Hemingway"; 7314 - }; 7315 7309 eigengrau = { 7316 7310 email = "seb@schattenkopie.de"; 7317 7311 name = "Sebastian Reuße";
-1
maintainers/team-list.nix
··· 346 346 dhall = { 347 347 members = [ 348 348 Gabriella439 349 - ehmry 350 349 ]; 351 350 scope = "Maintain Dhall and related packages."; 352 351 shortName = "Dhall";
-2
nixos/modules/programs/nncp.nix
··· 89 89 ''; 90 90 }; 91 91 }; 92 - 93 - meta.maintainers = with lib.maintainers; [ ehmry ]; 94 92 }
-2
nixos/modules/services/network-filesystems/eris-server.nix
··· 123 123 }; 124 124 }; 125 125 }; 126 - 127 - meta.maintainers = with lib.maintainers; [ ehmry ]; 128 126 }
-2
nixos/modules/services/network-filesystems/rsyncd.nix
··· 141 141 142 142 }; 143 143 144 - meta.maintainers = with lib.maintainers; [ ehmry ]; 145 - 146 144 # TODO: socket activated rsyncd 147 145 148 146 }
-1
nixos/modules/services/networking/yggdrasil.nix
··· 264 264 doc = ./yggdrasil.md; 265 265 maintainers = with lib.maintainers; [ 266 266 gazally 267 - ehmry 268 267 nagy 269 268 ]; 270 269 };
-3
nixos/tests/ccache.nix
··· 2 2 { pkgs, ... }: 3 3 { 4 4 name = "ccache"; 5 - meta = with pkgs.lib.maintainers; { 6 - maintainers = [ ehmry ]; 7 - }; 8 5 9 6 nodes.machine = 10 7 { ... }:
-3
nixos/tests/cjdns.nix
··· 21 21 { pkgs, ... }: 22 22 { 23 23 name = "cjdns"; 24 - meta = with pkgs.lib.maintainers; { 25 - maintainers = [ ehmry ]; 26 - }; 27 24 28 25 nodes = { 29 26 # Alice finds peers over over ETHInterface.
-1
nixos/tests/eris-server.nix
··· 1 1 { pkgs, lib, ... }: 2 2 { 3 3 name = "eris-server"; 4 - meta.maintainers = with lib.maintainers; [ ehmry ]; 5 4 6 5 nodes.server = { 7 6 environment.systemPackages = [
-3
nixos/tests/molly-brown.nix
··· 6 6 { 7 7 8 8 name = "molly-brown"; 9 - meta = with pkgs.lib.maintainers; { 10 - maintainers = [ ehmry ]; 11 - }; 12 9 13 10 nodes = { 14 11
-1
nixos/tests/rsyncd.nix
··· 1 1 { pkgs, ... }: 2 2 { 3 3 name = "rsyncd"; 4 - meta.maintainers = with pkgs.lib.maintainers; [ ehmry ]; 5 4 6 5 nodes = 7 6 let
-1
pkgs/applications/misc/confclerk/default.nix
··· 28 28 mainProgram = "confclerk"; 29 29 homepage = "http://www.toastfreeware.priv.at/confclerk"; 30 30 license = lib.licenses.gpl2; 31 - maintainers = with lib.maintainers; [ ehmry ]; 32 31 platforms = lib.platforms.linux; 33 32 }; 34 33 }
-1
pkgs/applications/misc/elf-dissector/default.nix
··· 47 47 description = "Tools for inspecting, analyzing and optimizing ELF files"; 48 48 license = licenses.gpl2; 49 49 maintainers = with maintainers; [ 50 - ehmry 51 50 philiptaron 52 51 ]; 53 52 };
-1
pkgs/applications/networking/browsers/av-98/default.nix
··· 28 28 description = "Experimental console client for the Gemini protocol"; 29 29 mainProgram = "av98"; 30 30 license = licenses.bsd2; 31 - maintainers = with maintainers; [ ehmry ]; 32 31 33 32 broken = true; 34 33 };
-1
pkgs/applications/networking/browsers/kristall/default.nix
··· 51 51 description = "Graphical small-internet client, supports gemini, http, https, gopher, finger"; 52 52 mainProgram = "kristall"; 53 53 homepage = "https://random-projects.net/projects/kristall.gemini"; 54 - maintainers = with maintainers; [ ehmry ]; 55 54 license = licenses.gpl3Only; 56 55 inherit (qtmultimedia.meta) platforms; 57 56 };
-1
pkgs/applications/search/recoll/default.nix
··· 209 209 platforms = platforms.unix; 210 210 maintainers = with maintainers; [ 211 211 jcumming 212 - ehmry 213 212 ]; 214 213 215 214 # `Makefile.am` assumes the ability to run the hostPlatform's python binary at build time
-1
pkgs/by-name/al/alephone/package.nix
··· 99 99 mainProgram = "alephone"; 100 100 homepage = "https://alephone.lhowon.org/"; 101 101 license = [ lib.licenses.gpl3 ]; 102 - maintainers = with lib.maintainers; [ ehmry ]; 103 102 platforms = lib.platforms.linux; 104 103 }; 105 104
-1
pkgs/by-name/ba/balls/package.nix
··· 51 51 mainProgram = "balls"; 52 52 license = lib.licenses.mit; 53 53 platforms = lib.platforms.linux; 54 - maintainers = with lib.maintainers; [ ehmry ]; 55 54 }; 56 55 })
-1
pkgs/by-name/ba/baresip/package.nix
··· 185 185 homepage = "https://github.com/baresip/baresip"; 186 186 maintainers = with lib.maintainers; [ 187 187 raskin 188 - ehmry 189 188 rnhmjoj 190 189 ]; 191 190 mainProgram = "baresip";
-1
pkgs/by-name/ba/base45/package.nix
··· 17 17 description = "Base45 library for Nim"; 18 18 license = lib.licenses.unlicense; 19 19 mainProgram = "base45"; 20 - maintainers = with lib.maintainers; [ ehmry ]; 21 20 }; 22 21 })
-1
pkgs/by-name/bo/bombadillo/package.nix
··· 33 33 mainProgram = "bombadillo"; 34 34 homepage = "https://bombadillo.colorfield.space/"; 35 35 license = licenses.gpl3; 36 - maintainers = with maintainers; [ ehmry ]; 37 36 }; 38 37 }
-1
pkgs/by-name/bu/butt/package.nix
··· 71 71 description = "Easy to use, multi OS streaming tool"; 72 72 homepage = "https://danielnoethen.de/butt/"; 73 73 license = lib.licenses.gpl2; 74 - maintainers = with lib.maintainers; [ ehmry ]; 75 74 mainProgram = "butt"; 76 75 platforms = lib.platforms.linux; 77 76 };
-1
pkgs/by-name/c2/c2nim/package.nix
··· 17 17 description = "Tool to translate Ansi C code to Nim"; 18 18 mainProgram = "c2nim"; 19 19 license = lib.licenses.mit; 20 - maintainers = [ lib.maintainers.ehmry ]; 21 20 }; 22 21 })
-1
pkgs/by-name/cj/cjdns/package.nix
··· 84 84 homepage = "https://github.com/cjdelisle/cjdns"; 85 85 description = "Encrypted networking for regular people"; 86 86 license = lib.licenses.gpl3Plus; 87 - maintainers = with lib.maintainers; [ ehmry ]; 88 87 platforms = lib.platforms.linux ++ lib.platforms.darwin; 89 88 }; 90 89 }
-1
pkgs/by-name/co/collapseos-cvm/package.nix
··· 29 29 downloadPage = "http://collapseos.org/files/"; 30 30 homepage = "http://collapseos.org/"; 31 31 license = lib.licenses.gpl3Only; 32 - maintainers = with lib.maintainers; [ ehmry ]; 33 32 mainProgram = "cos-serial"; 34 33 }; 35 34 }
-1
pkgs/by-name/di/didder/package.nix
··· 32 32 meta = src.meta // { 33 33 description = "Extensive, fast, and accurate command-line image dithering tool"; 34 34 license = lib.licenses.gpl3; 35 - maintainers = with lib.maintainers; [ ehmry ]; 36 35 mainProgram = "didder"; 37 36 }; 38 37 }
-1
pkgs/by-name/ea/eaglemode/package.nix
··· 142 142 license = licenses.gpl3; 143 143 maintainers = with maintainers; [ 144 144 chuangzhu 145 - ehmry 146 145 ]; 147 146 platforms = platforms.linux; 148 147 };
-1
pkgs/by-name/er/eris-go/package.nix
··· 41 41 description = "Implementation of ERIS for Go"; 42 42 homepage = "https://codeberg.org/eris/eris-go"; 43 43 license = lib.licenses.bsd3; 44 - maintainers = with lib.maintainers; [ ehmry ]; 45 44 mainProgram = "eris-go"; 46 45 }; 47 46 }
-1
pkgs/by-name/er/eriscmd/package.nix
··· 35 35 meta = final.src.meta // { 36 36 homepage = "https://codeberg.org/eris/nim-eris"; 37 37 license = lib.licenses.unlicense; 38 - maintainers = with lib.maintainers; [ ehmry ]; 39 38 mainProgram = "eriscmd"; 40 39 badPlatforms = lib.platforms.darwin; 41 40 };
-1
pkgs/by-name/er/erofs-utils/package.nix
··· 63 63 changelog = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/ChangeLog?h=v${finalAttrs.version}"; 64 64 license = with lib.licenses; [ gpl2Plus ]; 65 65 maintainers = with lib.maintainers; [ 66 - ehmry 67 66 nikstur 68 67 jmbaur 69 68 ];
-1
pkgs/by-name/eu/eurofurence/package.nix
··· 55 55 meta = { 56 56 homepage = "https://web.archive.org/web/20200131023120/http://eurofurence.net/eurofurence.html"; 57 57 description = "Family of geometric rounded sans serif fonts"; 58 - maintainers = with lib.maintainers; [ ehmry ]; 59 58 license = lib.licenses.free; 60 59 }; 61 60 }
-1
pkgs/by-name/f2/f2fs-tools/package.nix
··· 56 56 license = lib.licenses.gpl2Only; 57 57 platforms = lib.platforms.linux; 58 58 maintainers = with lib.maintainers; [ 59 - ehmry 60 59 jagajaga 61 60 ]; 62 61 };
-1
pkgs/by-name/fi/figlet/package.nix
··· 47 47 description = "Program for making large letters out of ordinary text"; 48 48 homepage = "http://www.figlet.org/"; 49 49 license = lib.licenses.afl21; 50 - maintainers = with lib.maintainers; [ ehmry ]; 51 50 platforms = lib.platforms.unix; 52 51 mainProgram = "figlet"; 53 52 };
-1
pkgs/by-name/fj/fjo/package.nix
··· 29 29 homepage = "https://codeberg.org/VoiDD/fjo"; 30 30 license = lib.licenses.agpl3Only; 31 31 mainProgram = "berg"; 32 - maintainers = with lib.maintainers; [ ehmry ]; 33 32 broken = stdenv.hostPlatform.isDarwin; 34 33 }; 35 34 }
-1
pkgs/by-name/ge/getdns/package.nix
··· 66 66 homepage = "https://getdnsapi.net"; 67 67 maintainers = with lib.maintainers; [ 68 68 leenaars 69 - ehmry 70 69 ]; 71 70 license = lib.licenses.bsd3; 72 71 platforms = lib.platforms.all;
-1
pkgs/by-name/gn/gnaural/package.nix
··· 44 44 meta = with lib; { 45 45 description = "Programmable auditory binaural-beat synthesizer"; 46 46 homepage = "https://gnaural.sourceforge.net/"; 47 - maintainers = with maintainers; [ ehmry ]; 48 47 license = with licenses; [ gpl2Only ]; 49 48 mainProgram = "gnaural"; 50 49 };
-1
pkgs/by-name/gn/gnubg/package.nix
··· 59 59 description = "World class backgammon application"; 60 60 homepage = "https://www.gnu.org/software/gnubg/"; 61 61 license = licenses.gpl3; 62 - maintainers = [ maintainers.ehmry ]; 63 62 platforms = platforms.linux; 64 63 }; 65 64 }
-1
pkgs/by-name/gp/gptfdisk/package.nix
··· 65 65 license = licenses.gpl2Plus; 66 66 homepage = "https://www.rodsbooks.com/gdisk/"; 67 67 platforms = platforms.all; 68 - maintainers = [ maintainers.ehmry ]; 69 68 }; 70 69 }
-1
pkgs/by-name/gu/gubbi-font/package.nix
··· 29 29 description = "Kannada font"; 30 30 license = licenses.gpl3Plus; 31 31 platforms = platforms.all; 32 - maintainers = with maintainers; [ ehmry ]; 33 32 }; 34 33 }
-1
pkgs/by-name/hd/hdapsd/package.nix
··· 28 28 homepage = "http://hdaps.sf.net/"; 29 29 license = licenses.gpl2Plus; 30 30 platforms = platforms.linux; 31 - maintainers = [ maintainers.ehmry ]; 32 31 }; 33 32 }
-1
pkgs/by-name/hj/hjson-go/package.nix
··· 26 26 description = "Utility to convert JSON to and from HJSON"; 27 27 homepage = "https://hjson.github.io/"; 28 28 changelog = "https://github.com/hjson/hjson-go/releases/tag/v${version}"; 29 - maintainers = with lib.maintainers; [ ehmry ]; 30 29 license = lib.licenses.mit; 31 30 mainProgram = "hjson-cli"; 32 31 };
-1
pkgs/by-name/ho/hottext/package.nix
··· 37 37 description = "Simple RSVP speed-reading utility"; 38 38 license = lib.licenses.unlicense; 39 39 homepage = "https://git.sr.ht/~ehmry/hottext"; 40 - maintainers = with lib.maintainers; [ ehmry ]; 41 40 mainProgram = "hottext"; 42 41 }; 43 42 })
-1
pkgs/by-name/li/libdiscid/package.nix
··· 30 30 meta = with lib; { 31 31 description = "C library for creating MusicBrainz DiscIDs from audio CDs"; 32 32 homepage = "https://musicbrainz.org/doc/libdiscid"; 33 - maintainers = with maintainers; [ ehmry ]; 34 33 license = licenses.lgpl21; 35 34 platforms = platforms.all; 36 35 };
-1
pkgs/by-name/li/libogg/package.nix
··· 41 41 ''; 42 42 homepage = "https://xiph.org/ogg/"; 43 43 license = lib.licenses.bsd3; 44 - maintainers = with lib.maintainers; [ ehmry ]; 45 44 platforms = lib.platforms.all; 46 45 }; 47 46 })
-1
pkgs/by-name/li/libtoxcore/package.nix
··· 64 64 license = lib.licenses.gpl3Plus; 65 65 maintainers = with lib.maintainers; [ 66 66 peterhoeg 67 - ehmry 68 67 ]; 69 68 platforms = lib.platforms.all; 70 69 };
-1
pkgs/by-name/li/libvorbis/package.nix
··· 36 36 description = "Vorbis audio compression reference implementation"; 37 37 homepage = "https://xiph.org/vorbis/"; 38 38 license = licenses.bsd3; 39 - maintainers = [ maintainers.ehmry ]; 40 39 platforms = platforms.all; 41 40 }; 42 41 }
-1
pkgs/by-name/lo/loudgain/package.nix
··· 54 54 55 55 meta = src.meta // { 56 56 license = lib.licenses.free; 57 - maintainers = with lib.maintainers; [ ehmry ]; 58 57 }; 59 58 }
-1
pkgs/by-name/lz/lziprecover/package.nix
··· 33 33 license = lib.licenses.gpl2Plus; 34 34 maintainers = with lib.maintainers; [ 35 35 vlaci 36 - ehmry 37 36 ]; 38 37 platforms = lib.platforms.all; 39 38 mainProgram = "lziprecover";
-1
pkgs/by-name/lz/lzlib/package.nix
··· 42 42 description = "Data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data"; 43 43 license = lib.licenses.bsd2; 44 44 platforms = lib.platforms.all; 45 - maintainers = with lib.maintainers; [ ehmry ]; 46 45 }; 47 46 })
-1
pkgs/by-name/ma/ma/package.nix
··· 43 43 description = "Minimalistic variant of the Acme editor"; 44 44 homepage = "http://call-with-current-continuation.org/ma/ma.html"; 45 45 mainProgram = "ma"; 46 - maintainers = with lib.maintainers; [ ehmry ]; 47 46 # Per the README: 48 47 # > All of MA's source code is hereby placed in the public domain 49 48 license = lib.licenses.publicDomain;
-1
pkgs/by-name/ma/maiko/package.nix
··· 32 32 homepage = "https://interlisp.org/"; 33 33 changelog = "https://github.com/Interlisp/maiko/releases"; 34 34 license = lib.licenses.mit; 35 - maintainers = with lib.maintainers; [ ehmry ]; 36 35 inherit (xorg.libX11.meta) platforms; 37 36 }; 38 37 })
-1
pkgs/by-name/ma/makebootfat/package.nix
··· 17 17 description = "Create bootable USB disks using the FAT filesystem and syslinux"; 18 18 homepage = "http://advancemame.sourceforge.net/boot-readme.html"; 19 19 license = licenses.gpl2Plus; 20 - maintainers = [ maintainers.ehmry ]; 21 20 platforms = platforms.linux; 22 21 mainProgram = "makebootfat"; 23 22 };
-1
pkgs/by-name/ma/mawk/package.nix
··· 38 38 description = "Interpreter for the AWK Programming Language"; 39 39 license = lib.licenses.gpl2Only; 40 40 mainProgram = "mawk"; 41 - maintainers = with lib.maintainers; [ ehmry ]; 42 41 platforms = lib.platforms.unix; 43 42 }; 44 43 })
-1
pkgs/by-name/mb/mbuffer/package.nix
··· 36 36 description = "Tool for buffering data streams with a large set of unique features"; 37 37 homepage = "https://www.maier-komor.de/mbuffer.html"; 38 38 license = lib.licenses.gpl3Only; 39 - maintainers = with lib.maintainers; [ ehmry ]; 40 39 platforms = lib.platforms.linux; # Maybe other non-darwin Unix 41 40 mainProgram = "mbuffer"; 42 41 };
-1
pkgs/by-name/mi/min/package.nix
··· 39 39 changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}"; 40 40 license = lib.licenses.mit; 41 41 mainProgram = "min"; 42 - maintainers = with lib.maintainers; [ ehmry ]; 43 42 }; 44 43 45 44 })
-1
pkgs/by-name/mo/molly-brown/package.nix
··· 28 28 description = "Full-featured Gemini server"; 29 29 mainProgram = "molly-brown"; 30 30 homepage = "https://tildegit.org/solderpunk/molly-brown"; 31 - maintainers = with maintainers; [ ehmry ]; 32 31 license = licenses.bsd2; 33 32 }; 34 33 }
-1
pkgs/by-name/mo/mosdepth/package.nix
··· 33 33 homepage = "https://github.com/brentp/mosdepth"; 34 34 maintainers = with maintainers; [ 35 35 jbedo 36 - ehmry 37 36 ]; 38 37 platforms = platforms.linux; 39 38 };
-1
pkgs/by-name/na/navilu-font/package.nix
··· 31 31 description = "Kannada handwriting font"; 32 32 license = licenses.gpl3Plus; 33 33 platforms = platforms.all; 34 - maintainers = with maintainers; [ ehmry ]; 35 34 }; 36 35 }
-1
pkgs/by-name/nc/ncdc/package.nix
··· 48 48 description = "Modern and lightweight direct connect client with a friendly ncurses interface"; 49 49 homepage = "https://dev.yorhel.nl/ncdc"; 50 50 license = lib.licenses.mit; 51 - maintainers = with lib.maintainers; [ ehmry ]; 52 51 mainProgram = "ncdc"; 53 52 }; 54 53 })
-1
pkgs/by-name/ni/nim-unwrapped-2_2/package.nix
··· 177 177 license = licenses.mit; 178 178 mainProgram = "nim"; 179 179 maintainers = with maintainers; [ 180 - ehmry 181 180 eveeifyeve 182 181 ]; 183 182 };
-1
pkgs/by-name/ni/nim_builder/package.nix
··· 19 19 meta = { 20 20 description = "Internal Nixpkgs utility for buildNimPackage"; 21 21 mainProgram = "nim_builder"; 22 - maintainers = [ lib.maintainers.ehmry ]; 23 22 }; 24 23 }
-1
pkgs/by-name/ni/nim_lk/package.nix
··· 40 40 mainProgram = "nim_lk"; 41 41 license = lib.licenses.bsd3; 42 42 platforms = lib.platforms.unix; 43 - maintainers = with lib.maintainers; [ ehmry ]; 44 43 }; 45 44 }) ./sbom.json
-1
pkgs/by-name/nn/nncp/package.nix
··· 77 77 transmission exists. 78 78 ''; 79 79 maintainers = with lib.maintainers; [ 80 - ehmry 81 80 woffs 82 81 ]; 83 82 platforms = lib.platforms.all;
-1
pkgs/by-name/pa/papeer/package.nix
··· 24 24 mainProgram = "papeer"; 25 25 homepage = "https://papeer.tech/"; 26 26 license = lib.licenses.gpl3Plus; 27 - maintainers = with lib.maintainers; [ ehmry ]; 28 27 }; 29 28 }
-1
pkgs/by-name/pc/pcapfix/package.nix
··· 19 19 homepage = "https://f00l.de/pcapfix/"; 20 20 description = "Repair your broken pcap and pcapng files"; 21 21 license = licenses.gpl3; 22 - maintainers = [ maintainers.ehmry ]; 23 22 platforms = platforms.all; 24 23 mainProgram = "pcapfix"; 25 24 };
-1
pkgs/by-name/ph/pharo/package.nix
··· 104 104 system, excellent dev tools, and maintained releases, Pharo is an 105 105 attractive platform to build and deploy mission critical applications. 106 106 ''; 107 - maintainers = with lib.maintainers; [ ehmry ]; 108 107 mainProgram = "pharo"; 109 108 platforms = lib.platforms.linux; 110 109 };
-1
pkgs/by-name/pl/plzip/package.nix
··· 39 39 platforms = lib.platforms.all; 40 40 maintainers = with lib.maintainers; [ 41 41 _360ied 42 - ehmry 43 42 ]; 44 43 mainProgram = "plzip"; 45 44 };
-1
pkgs/by-name/pr/preserves-nim/package.nix
··· 30 30 description = "Utilities for working with Preserves documents and schemas"; 31 31 license = lib.licenses.unlicense; 32 32 homepage = "https://git.syndicate-lang.org/ehmry/preserves-nim"; 33 - maintainers = with lib.maintainers; [ ehmry ]; 34 33 }; 35 34 }) ./sbom.json
-1
pkgs/by-name/pr/preserves-tools/package.nix
··· 29 29 description = "Command-line utilities for working with Preserves documents"; 30 30 homepage = "https://preserves.dev/doc/preserves-tool.html"; 31 31 license = lib.licenses.asl20; 32 - maintainers = with lib.maintainers; [ ehmry ]; 33 32 mainProgram = "preserves-tool"; 34 33 }; 35 34 }
-1
pkgs/by-name/pr/prevo-data/package.nix
··· 41 41 license = lib.licenses.gpl2Only; 42 42 maintainers = with lib.maintainers; [ 43 43 das-g 44 - ehmry 45 44 ]; 46 45 }; 47 46 }
-1
pkgs/by-name/pr/prevo-tools/package.nix
··· 59 59 mainProgram = "prevo"; 60 60 maintainers = with lib.maintainers; [ 61 61 das-g 62 - ehmry 63 62 ]; 64 63 platforms = lib.platforms.unix; 65 64 };
-1
pkgs/by-name/pr/prevo/package.nix
··· 33 33 mainProgram = "prevo"; 34 34 maintainers = with lib.maintainers; [ 35 35 das-g 36 - ehmry 37 36 ]; 38 37 }; 39 38 }
-1
pkgs/by-name/ra/ratox/package.nix
··· 36 36 mainProgram = "ratox"; 37 37 homepage = "http://ratox.2f30.org/"; 38 38 license = licenses.isc; 39 - maintainers = with maintainers; [ ehmry ]; 40 39 platforms = platforms.linux; 41 40 }; 42 41 }
-1
pkgs/by-name/ra/raylib-games/package.nix
··· 56 56 description = "Collection of games made with raylib"; 57 57 homepage = "https://www.raylib.com/games.html"; 58 58 license = licenses.zlib; 59 - maintainers = with maintainers; [ ehmry ]; 60 59 inherit (raylib.meta) platforms; 61 60 }; 62 61 }
-1
pkgs/by-name/sh/shapelib/package.nix
··· 22 22 description = "C Library for reading, writing and updating ESRI Shapefiles"; 23 23 homepage = "http://shapelib.maptools.org/"; 24 24 license = licenses.gpl2; 25 - maintainers = with maintainers; [ ehmry ]; 26 25 teams = [ teams.geospatial ]; 27 26 changelog = "http://shapelib.maptools.org/release.html"; 28 27 };
-1
pkgs/by-name/so/sockdump/package.nix
··· 27 27 mainProgram = "sockdump"; 28 28 license = lib.licenses.unlicense; 29 29 maintainers = with lib.maintainers; [ 30 - ehmry 31 30 picnoir 32 31 ]; 33 32 };
-1
pkgs/by-name/so/solo5/package.nix
··· 95 95 description = "Sandboxed execution environment"; 96 96 homepage = "https://github.com/solo5/solo5"; 97 97 license = licenses.isc; 98 - maintainers = [ maintainers.ehmry ]; 99 98 platforms = mapCartesianProduct ({ arch, os }: "${arch}-${os}") { 100 99 arch = [ 101 100 "aarch64"
-1
pkgs/by-name/sp/splat/package.nix
··· 62 62 description = "RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz"; 63 63 license = licenses.gpl2Only; 64 64 homepage = "https://www.qsl.net/kd2bd/splat.html"; 65 - maintainers = with maintainers; [ ehmry ]; 66 65 platforms = platforms.x86_64; 67 66 }; 68 67
-1
pkgs/by-name/sy/syndicate-server/package.nix
··· 35 35 homepage = "https://synit.org/"; 36 36 license = lib.licenses.asl20; 37 37 mainProgram = "syndicate-server"; 38 - maintainers = with lib.maintainers; [ ehmry ]; 39 38 platforms = lib.platforms.linux; 40 39 }; 41 40 }
-1
pkgs/by-name/sy/syndicate_utils/package.nix
··· 31 31 meta = finalAttrs.src.meta // { 32 32 description = "Utilities for the Syndicated Actor Model"; 33 33 homepage = "https://git.syndicate-lang.org/ehmry/syndicate_utils"; 34 - maintainers = [ lib.maintainers.ehmry ]; 35 34 license = lib.licenses.unlicense; 36 35 }; 37 36 }) ./sbom.json
-1
pkgs/by-name/ta/tarlz/package.nix
··· 40 40 description = "Massively parallel combined implementation of the tar archiver and the lzip compressor"; 41 41 license = licenses.gpl2Plus; 42 42 platforms = platforms.all; 43 - maintainers = with maintainers; [ ehmry ]; 44 43 mainProgram = "tarlz"; 45 44 }; 46 45 })
-1
pkgs/by-name/tk/tkrzw/package.nix
··· 26 26 meta = with lib; { 27 27 description = "Set of implementations of DBM"; 28 28 homepage = "https://dbmx.net/tkrzw/"; 29 - maintainers = with maintainers; [ ehmry ]; 30 29 license = licenses.asl20; 31 30 platforms = platforms.all; 32 31 };
-1
pkgs/by-name/to/toss/package.nix
··· 20 20 // { 21 21 description = "Dead simple LAN file transfers from the command line"; 22 22 license = with licenses; [ mit ]; 23 - maintainers = with maintainers; [ ehmry ]; 24 23 platforms = platforms.unix; 25 24 }; 26 25 }
-1
pkgs/by-name/to/toxic/package.nix
··· 56 56 mainProgram = "toxic"; 57 57 homepage = "https://github.com/TokTok/toxic"; 58 58 license = lib.licenses.gpl3Only; 59 - maintainers = with lib.maintainers; [ ehmry ]; 60 59 platforms = lib.platforms.linux; 61 60 }; 62 61 }
-1
pkgs/by-name/tr/transmission-remote-gtk/package.nix
··· 64 64 homepage = "https://github.com/transmission-remote-gtk/transmission-remote-gtk"; 65 65 changelog = "https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/tag/${version}"; 66 66 license = lib.licenses.gpl2; 67 - maintainers = with lib.maintainers; [ ehmry ]; 68 67 platforms = lib.platforms.linux; 69 68 }; 70 69 }
-1
pkgs/by-name/tu/tup/package.nix
··· 97 97 ''; 98 98 homepage = "https://gittup.org/tup/"; 99 99 license = licenses.gpl2; 100 - maintainers = with maintainers; [ ehmry ]; 101 100 platforms = platforms.unix; 102 101 broken = stdenv.hostPlatform.isDarwin; 103 102 };
-1
pkgs/by-name/ty/typodermic-free-fonts/package.nix
··· 30 30 meta = { 31 31 homepage = "https://typodermicfonts.com/"; 32 32 description = "Typodermic fonts"; 33 - maintainers = with lib.maintainers; [ ehmry ]; 34 33 license = lib.licenses.unfree // { 35 34 fullName = "Font Software for Desktop End User License Agreement"; 36 35 url = "https://typodermicfonts.com/end-user-license-agreement/";
-1
pkgs/by-name/ty/typodermic-public-domain/package.nix
··· 30 30 meta = { 31 31 homepage = "https://typodermicfonts.com/"; 32 32 description = "Vintage Typodermic fonts"; 33 - maintainers = with lib.maintainers; [ ehmry ]; 34 33 license = lib.licenses.cc0; 35 34 platforms = lib.platforms.all; 36 35 };
-1
pkgs/by-name/u9/u9fs/package.nix
··· 24 24 description = "Serve 9P from Unix"; 25 25 homepage = "http://p9f.org/magic/man2html?man=u9fs&sect=4"; 26 26 license = licenses.dtoa; 27 - maintainers = [ maintainers.ehmry ]; 28 27 platforms = platforms.unix; 29 28 mainProgram = "u9fs"; 30 29 };
-1
pkgs/by-name/uh/uhub/package.nix
··· 48 48 description = "High performance peer-to-peer hub for the ADC network"; 49 49 homepage = "https://www.uhub.org/"; 50 50 license = licenses.gpl3; 51 - maintainers = [ maintainers.ehmry ]; 52 51 platforms = platforms.unix; 53 52 }; 54 53 }
-1
pkgs/by-name/un/unfonts-core/package.nix
··· 31 31 ''; 32 32 license = licenses.gpl2; 33 33 platforms = platforms.all; 34 - maintainers = [ maintainers.ehmry ]; 35 34 }; 36 35 }
-1
pkgs/by-name/vi/vix/package.nix
··· 29 29 description = "Visual Interface heXadecimal dump"; 30 30 homepage = "http://actinid.org/vix/"; 31 31 license = licenses.gpl3; 32 - maintainers = [ maintainers.ehmry ]; 33 32 mainProgram = "vix"; 34 33 # sys/io.h missing on other platforms 35 34 platforms = [ "x86_64-linux" ];
-1
pkgs/by-name/wi/windowlab/package.nix
··· 42 42 description = "Small and simple stacking window manager"; 43 43 homepage = "http://nickgravgaard.com/windowlab/"; 44 44 license = licenses.gpl2; 45 - maintainers = with maintainers; [ ehmry ]; 46 45 platforms = platforms.linux; 47 46 mainProgram = "windowlab"; 48 47 };
-1
pkgs/by-name/xa/xaos/package.nix
··· 68 68 homepage = "https://xaos-project.github.io/"; 69 69 license = lib.licenses.gpl2Plus; 70 70 platforms = [ "x86_64-linux" ]; 71 - maintainers = with lib.maintainers; [ ehmry ]; 72 71 }; 73 72 }
-1
pkgs/by-name/xa/xastir/package.nix
··· 88 88 description = "Graphical APRS client"; 89 89 homepage = "https://github.com/xastir/xastir"; 90 90 license = lib.licenses.gpl2Plus; 91 - maintainers = [ lib.maintainers.ehmry ]; 92 91 platforms = lib.platforms.linux; 93 92 }; 94 93 }
-1
pkgs/by-name/xc/xcruiser/package.nix
··· 59 59 ''; 60 60 homepage = "https://xcruiser.sourceforge.net/"; 61 61 license = licenses.gpl2; 62 - maintainers = with maintainers; [ ehmry ]; 63 62 platforms = with platforms; linux; 64 63 mainProgram = "xcruiser"; 65 64 };
-1
pkgs/by-name/yg/yggdrasil/package.nix
··· 39 39 homepage = "https://yggdrasil-network.github.io/"; 40 40 license = licenses.lgpl3; 41 41 maintainers = with maintainers; [ 42 - ehmry 43 42 gazally 44 43 lassulus 45 44 peigongdsd
-1
pkgs/by-name/yg/yggstack/package.nix
··· 34 34 homepage = "https://yggdrasil-network.github.io/"; 35 35 license = licenses.lgpl3; 36 36 maintainers = with maintainers; [ 37 - ehmry 38 37 peigongdsd 39 38 ]; 40 39 };
-1
pkgs/by-name/ze/zerotierone/package.nix
··· 151 151 maintainers = with maintainers; [ 152 152 sjmackenzie 153 153 zimbatm 154 - ehmry 155 154 obadz 156 155 danielfullmer 157 156 mic92 # also can test darwin
-1
pkgs/development/compilers/squeak/default.nix
··· 243 243 asl20 244 244 mit 245 245 ]; 246 - maintainers = with lib.maintainers; [ ehmry ]; 247 246 platforms = [ "x86_64-linux" ]; 248 247 }; 249 248 }
-1
pkgs/development/ocaml-modules/diet/default.nix
··· 27 27 homepage = "https://github.com/mirage/ocaml-diet"; 28 28 description = "Simple implementation of Discrete Interval Encoding Trees"; 29 29 license = licenses.isc; 30 - maintainers = with maintainers; [ ehmry ]; 31 30 }; 32 31 }
-1
pkgs/development/ocaml-modules/mirage-block-ramdisk/default.nix
··· 34 34 description = "In-memory BLOCK device for MirageOS"; 35 35 homepage = "https://github.com/mirage/mirage-block-ramdisk"; 36 36 license = licenses.isc; 37 - maintainers = with maintainers; [ ehmry ]; 38 37 }; 39 38 }
-1
pkgs/development/ocaml-modules/mirage-block-unix/default.nix
··· 41 41 description = "MirageOS disk block driver for Unix"; 42 42 homepage = "https://github.com/mirage/mirage-block-unix"; 43 43 license = licenses.isc; 44 - maintainers = with maintainers; [ ehmry ]; 45 44 }; 46 45 }
-1
pkgs/development/python-modules/eris/default.nix
··· 24 24 description = "Python implementation of the Encoding for Robust Immutable Storage (ERIS)"; 25 25 homepage = "https://eris.codeberg.page/python-eris/"; 26 26 license = [ lib.licenses.agpl3Plus ]; 27 - maintainers = with lib.maintainers; [ ehmry ]; 28 27 }; 29 28 }
-1
pkgs/servers/web-apps/discourse/plugins/discourse-oauth2-basic/default.nix
··· 15 15 }; 16 16 meta = with lib; { 17 17 homepage = "https://github.com/discourse/${name}"; 18 - maintainers = with maintainers; [ ehmry ]; 19 18 license = licenses.mit; 20 19 description = "Basic OAuth2 plugin for use with Discourse"; 21 20 };
-1
pkgs/tools/audio/liquidsoap/full.nix
··· 170 170 changelog = "https://raw.githubusercontent.com/savonet/liquidsoap/main/CHANGES.md"; 171 171 maintainers = with lib.maintainers; [ 172 172 dandellion 173 - ehmry 174 173 ]; 175 174 license = lib.licenses.gpl2Plus; 176 175 platforms = ocamlPackages.ocaml.meta.platforms or [ ];
-1
pkgs/tools/system/plan9port/default.nix
··· 135 135 license = licenses.mit; 136 136 maintainers = with maintainers; [ 137 137 bbarker 138 - ehmry 139 138 ftrvxmtrx 140 139 kovirobi 141 140 matthewdargan