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