maintainers: drop ehmry

This user is blocked since May 2025, thus can't maintain any packages
anymore.
This commit is contained in:
Wolfgang Walther
2025-08-31 16:53:44 +02:00
parent d8bd6e68e2
commit f09f724ef8
108 changed files with 0 additions and 122 deletions

View File

@@ -7306,12 +7306,6 @@
githubId = 20847625;
name = "Elizabeth Paź";
};
ehmry = {
email = "ehmry@posteo.net";
github = "ehmry";
githubId = 537775;
name = "Emery Hemingway";
};
eigengrau = {
email = "seb@schattenkopie.de";
name = "Sebastian Reuße";

View File

@@ -346,7 +346,6 @@ with lib.maintainers;
dhall = {
members = [
Gabriella439
ehmry
];
scope = "Maintain Dhall and related packages.";
shortName = "Dhall";

View File

@@ -89,6 +89,4 @@ in
'';
};
};
meta.maintainers = with lib.maintainers; [ ehmry ];
}

View File

@@ -123,6 +123,4 @@ in
};
};
};
meta.maintainers = with lib.maintainers; [ ehmry ];
}

View File

@@ -141,8 +141,6 @@ in
};
meta.maintainers = with lib.maintainers; [ ehmry ];
# TODO: socket activated rsyncd
}

View File

@@ -264,7 +264,6 @@ in
doc = ./yggdrasil.md;
maintainers = with lib.maintainers; [
gazally
ehmry
nagy
];
};

View File

@@ -2,9 +2,6 @@ import ./make-test-python.nix (
{ pkgs, ... }:
{
name = "ccache";
meta = with pkgs.lib.maintainers; {
maintainers = [ ehmry ];
};
nodes.machine =
{ ... }:

View File

@@ -21,9 +21,6 @@ in
{ pkgs, ... }:
{
name = "cjdns";
meta = with pkgs.lib.maintainers; {
maintainers = [ ehmry ];
};
nodes = {
# Alice finds peers over over ETHInterface.

View File

@@ -1,7 +1,6 @@
{ pkgs, lib, ... }:
{
name = "eris-server";
meta.maintainers = with lib.maintainers; [ ehmry ];
nodes.server = {
environment.systemPackages = [

View File

@@ -6,9 +6,6 @@ in
{
name = "molly-brown";
meta = with pkgs.lib.maintainers; {
maintainers = [ ehmry ];
};
nodes = {

View File

@@ -1,7 +1,6 @@
{ pkgs, ... }:
{
name = "rsyncd";
meta.maintainers = with pkgs.lib.maintainers; [ ehmry ];
nodes =
let

View File

@@ -28,7 +28,6 @@ mkDerivation rec {
mainProgram = "confclerk";
homepage = "http://www.toastfreeware.priv.at/confclerk";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux;
};
}

View File

@@ -47,7 +47,6 @@ stdenv.mkDerivation {
description = "Tools for inspecting, analyzing and optimizing ELF files";
license = licenses.gpl2;
maintainers = with maintainers; [
ehmry
philiptaron
];
};

View File

@@ -28,7 +28,6 @@ python3Packages.buildPythonApplication {
description = "Experimental console client for the Gemini protocol";
mainProgram = "av98";
license = licenses.bsd2;
maintainers = with maintainers; [ ehmry ];
broken = true;
};

View File

@@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
description = "Graphical small-internet client, supports gemini, http, https, gopher, finger";
mainProgram = "kristall";
homepage = "https://random-projects.net/projects/kristall.gemini";
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl3Only;
inherit (qtmultimedia.meta) platforms;
};

View File

@@ -209,7 +209,6 @@ mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [
jcumming
ehmry
];
# `Makefile.am` assumes the ability to run the hostPlatform's python binary at build time

View File

@@ -99,7 +99,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "alephone";
homepage = "https://alephone.lhowon.org/";
license = [ lib.licenses.gpl3 ];
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux;
};

View File

@@ -51,6 +51,5 @@ buildNimPackage (finalAttrs: {
mainProgram = "balls";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ehmry ];
};
})

View File

@@ -185,7 +185,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/baresip/baresip";
maintainers = with lib.maintainers; [
raskin
ehmry
rnhmjoj
];
mainProgram = "baresip";

View File

@@ -17,6 +17,5 @@ buildNimPackage (finalAttrs: {
description = "Base45 library for Nim";
license = lib.licenses.unlicense;
mainProgram = "base45";
maintainers = with lib.maintainers; [ ehmry ];
};
})

View File

@@ -33,6 +33,5 @@ buildGoModule rec {
mainProgram = "bombadillo";
homepage = "https://bombadillo.colorfield.space/";
license = licenses.gpl3;
maintainers = with maintainers; [ ehmry ];
};
}

View File

@@ -71,7 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Easy to use, multi OS streaming tool";
homepage = "https://danielnoethen.de/butt/";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "butt";
platforms = lib.platforms.linux;
};

View File

@@ -17,6 +17,5 @@ buildNimPackage (finalAttrs: {
description = "Tool to translate Ansi C code to Nim";
mainProgram = "c2nim";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.ehmry ];
};
})

View File

@@ -84,7 +84,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/cjdelisle/cjdns";
description = "Encrypted networking for regular people";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};
}

View File

@@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
downloadPage = "http://collapseos.org/files/";
homepage = "http://collapseos.org/";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "cos-serial";
};
}

View File

@@ -32,7 +32,6 @@ buildGoModule rec {
meta = src.meta // {
description = "Extensive, fast, and accurate command-line image dithering tool";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "didder";
};
}

View File

@@ -21,6 +21,5 @@ buildGoModule rec {
homepage = "https://dnslink.org/";
license = lib.licenses.mit;
mainProgram = "dnslink";
maintainers = with lib.maintainers; [ ehmry ];
};
}

View File

@@ -142,7 +142,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [
chuangzhu
ehmry
];
platforms = platforms.linux;
};

View File

@@ -41,7 +41,6 @@ buildGoModule rec {
description = "Implementation of ERIS for Go";
homepage = "https://codeberg.org/eris/eris-go";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "eris-go";
};
}

View File

@@ -35,7 +35,6 @@ buildNimPackage (
meta = final.src.meta // {
homepage = "https://codeberg.org/eris/nim-eris";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "eriscmd";
badPlatforms = lib.platforms.darwin;
};

View File

@@ -63,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/ChangeLog?h=v${finalAttrs.version}";
license = with lib.licenses; [ gpl2Plus ];
maintainers = with lib.maintainers; [
ehmry
nikstur
jmbaur
];

View File

@@ -55,7 +55,6 @@ stdenvNoCC.mkDerivation {
meta = {
homepage = "https://web.archive.org/web/20200131023120/http://eurofurence.net/eurofurence.html";
description = "Family of geometric rounded sans serif fonts";
maintainers = with lib.maintainers; [ ehmry ];
license = lib.licenses.free;
};
}

View File

@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
ehmry
jagajaga
];
};

View File

@@ -47,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Program for making large letters out of ordinary text";
homepage = "http://www.figlet.org/";
license = lib.licenses.afl21;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.unix;
mainProgram = "figlet";
};

View File

@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://codeberg.org/VoiDD/fjo";
license = lib.licenses.agpl3Only;
mainProgram = "berg";
maintainers = with lib.maintainers; [ ehmry ];
broken = stdenv.hostPlatform.isDarwin;
};
}

View File

@@ -66,7 +66,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://getdnsapi.net";
maintainers = with lib.maintainers; [
leenaars
ehmry
];
license = lib.licenses.bsd3;
platforms = lib.platforms.all;

View File

@@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Programmable auditory binaural-beat synthesizer";
homepage = "https://gnaural.sourceforge.net/";
maintainers = with maintainers; [ ehmry ];
license = with licenses; [ gpl2Only ];
mainProgram = "gnaural";
};

View File

@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
description = "World class backgammon application";
homepage = "https://www.gnu.org/software/gnubg/";
license = licenses.gpl3;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
};
}

View File

@@ -65,6 +65,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
homepage = "https://www.rodsbooks.com/gdisk/";
platforms = platforms.all;
maintainers = [ maintainers.ehmry ];
};
}

View File

@@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
description = "Kannada font";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry ];
};
}

View File

@@ -28,6 +28,5 @@ stdenv.mkDerivation rec {
homepage = "http://hdaps.sf.net/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.ehmry ];
};
}

View File

@@ -26,7 +26,6 @@ buildGoModule rec {
description = "Utility to convert JSON to and from HJSON";
homepage = "https://hjson.github.io/";
changelog = "https://github.com/hjson/hjson-go/releases/tag/v${version}";
maintainers = with lib.maintainers; [ ehmry ];
license = lib.licenses.mit;
mainProgram = "hjson-cli";
};

View File

@@ -37,7 +37,6 @@ buildNimPackage (finalAttrs: {
description = "Simple RSVP speed-reading utility";
license = lib.licenses.unlicense;
homepage = "https://git.sr.ht/~ehmry/hottext";
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "hottext";
};
})

View File

@@ -30,7 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "C library for creating MusicBrainz DiscIDs from audio CDs";
homepage = "https://musicbrainz.org/doc/libdiscid";
maintainers = with maintainers; [ ehmry ];
license = licenses.lgpl21;
platforms = platforms.all;
};

View File

@@ -41,7 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
homepage = "https://xiph.org/ogg/";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.all;
};
})

View File

@@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
peterhoeg
ehmry
];
platforms = lib.platforms.all;
};

View File

@@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
description = "Vorbis audio compression reference implementation";
homepage = "https://xiph.org/vorbis/";
license = licenses.bsd3;
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
};
}

View File

@@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
meta = src.meta // {
license = lib.licenses.free;
maintainers = with lib.maintainers; [ ehmry ];
};
}

View File

@@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
vlaci
ehmry
];
platforms = lib.platforms.all;
mainProgram = "lziprecover";

View File

@@ -42,6 +42,5 @@ stdenv.mkDerivation (finalAttrs: {
description = "Data compression library providing in-memory LZMA compression and decompression functions, including integrity checking of the decompressed data";
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ ehmry ];
};
})

View File

@@ -43,7 +43,6 @@ stdenv.mkDerivation {
description = "Minimalistic variant of the Acme editor";
homepage = "http://call-with-current-continuation.org/ma/ma.html";
mainProgram = "ma";
maintainers = with lib.maintainers; [ ehmry ];
# Per the README:
# > All of MA's source code is hereby placed in the public domain
license = lib.licenses.publicDomain;

View File

@@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://interlisp.org/";
changelog = "https://github.com/Interlisp/maiko/releases";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ehmry ];
inherit (xorg.libX11.meta) platforms;
};
})

View File

@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
description = "Create bootable USB disks using the FAT filesystem and syslinux";
homepage = "http://advancemame.sourceforge.net/boot-readme.html";
license = licenses.gpl2Plus;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;
mainProgram = "makebootfat";
};

View File

@@ -38,7 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Interpreter for the AWK Programming Language";
license = lib.licenses.gpl2Only;
mainProgram = "mawk";
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.unix;
};
})

View File

@@ -36,7 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Tool for buffering data streams with a large set of unique features";
homepage = "https://www.maier-komor.de/mbuffer.html";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux; # Maybe other non-darwin Unix
mainProgram = "mbuffer";
};

View File

@@ -39,7 +39,6 @@ buildNimPackage (finalAttrs: {
changelog = "https://github.com/h3rald/min/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.mit;
mainProgram = "min";
maintainers = with lib.maintainers; [ ehmry ];
};
})

View File

@@ -28,7 +28,6 @@ buildGoModule {
description = "Full-featured Gemini server";
mainProgram = "molly-brown";
homepage = "https://tildegit.org/solderpunk/molly-brown";
maintainers = with maintainers; [ ehmry ];
license = licenses.bsd2;
};
}

View File

@@ -33,7 +33,6 @@ buildNimPackage (finalAttrs: {
homepage = "https://github.com/brentp/mosdepth";
maintainers = with maintainers; [
jbedo
ehmry
];
platforms = platforms.linux;
};

View File

@@ -31,6 +31,5 @@ stdenvNoCC.mkDerivation rec {
description = "Kannada handwriting font";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry ];
};
}

View File

@@ -48,7 +48,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Modern and lightweight direct connect client with a friendly ncurses interface";
homepage = "https://dev.yorhel.nl/ncdc";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "ncdc";
};
})

View File

@@ -177,7 +177,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.mit;
mainProgram = "nim";
maintainers = with maintainers; [
ehmry
eveeifyeve
];
};

View File

@@ -19,6 +19,5 @@ stdenv.mkDerivation {
meta = {
description = "Internal Nixpkgs utility for buildNimPackage";
mainProgram = "nim_builder";
maintainers = [ lib.maintainers.ehmry ];
};
}

View File

@@ -40,6 +40,5 @@ buildNimSbom (finalAttrs: {
mainProgram = "nim_lk";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ehmry ];
};
}) ./sbom.json

View File

@@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
transmission exists.
'';
maintainers = with lib.maintainers; [
ehmry
woffs
];
platforms = lib.platforms.all;

View File

@@ -24,6 +24,5 @@ buildGoModule rec {
mainProgram = "papeer";
homepage = "https://papeer.tech/";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ ehmry ];
};
}

View File

@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://f00l.de/pcapfix/";
description = "Repair your broken pcap and pcapng files";
license = licenses.gpl3;
maintainers = [ maintainers.ehmry ];
platforms = platforms.all;
mainProgram = "pcapfix";
};

View File

@@ -104,7 +104,6 @@ stdenv.mkDerivation (finalAttrs: {
system, excellent dev tools, and maintained releases, Pharo is an
attractive platform to build and deploy mission critical applications.
'';
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "pharo";
platforms = lib.platforms.linux;
};

View File

@@ -39,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
_360ied
ehmry
];
mainProgram = "plzip";
};

View File

@@ -30,6 +30,5 @@ buildNimSbom (finalAttrs: {
description = "Utilities for working with Preserves documents and schemas";
license = lib.licenses.unlicense;
homepage = "https://git.syndicate-lang.org/ehmry/preserves-nim";
maintainers = with lib.maintainers; [ ehmry ];
};
}) ./sbom.json

View File

@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Command-line utilities for working with Preserves documents";
homepage = "https://preserves.dev/doc/preserves-tool.html";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ehmry ];
mainProgram = "preserves-tool";
};
}

View File

@@ -41,7 +41,6 @@ stdenv.mkDerivation {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [
das-g
ehmry
];
};
}

View File

@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
mainProgram = "prevo";
maintainers = with lib.maintainers; [
das-g
ehmry
];
platforms = lib.platforms.unix;
};

View File

@@ -33,7 +33,6 @@ symlinkJoin rec {
mainProgram = "prevo";
maintainers = with lib.maintainers; [
das-g
ehmry
];
};
}

View File

@@ -36,7 +36,6 @@ stdenv.mkDerivation {
mainProgram = "ratox";
homepage = "http://ratox.2f30.org/";
license = licenses.isc;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
};
}

View File

@@ -56,7 +56,6 @@ stdenv.mkDerivation {
description = "Collection of games made with raylib";
homepage = "https://www.raylib.com/games.html";
license = licenses.zlib;
maintainers = with maintainers; [ ehmry ];
inherit (raylib.meta) platforms;
};
}

View File

@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
description = "C Library for reading, writing and updating ESRI Shapefiles";
homepage = "http://shapelib.maptools.org/";
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
teams = [ teams.geospatial ];
changelog = "http://shapelib.maptools.org/release.html";
};

View File

@@ -27,7 +27,6 @@ python3.pkgs.buildPythonApplication rec {
mainProgram = "sockdump";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [
ehmry
picnoir
];
};

View File

@@ -95,7 +95,6 @@ stdenv.mkDerivation {
description = "Sandboxed execution environment";
homepage = "https://github.com/solo5/solo5";
license = licenses.isc;
maintainers = [ maintainers.ehmry ];
platforms = mapCartesianProduct ({ arch, os }: "${arch}-${os}") {
arch = [
"aarch64"

View File

@@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
description = "RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz";
license = licenses.gpl2Only;
homepage = "https://www.qsl.net/kd2bd/splat.html";
maintainers = with maintainers; [ ehmry ];
platforms = platforms.x86_64;
};

View File

@@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://synit.org/";
license = lib.licenses.asl20;
mainProgram = "syndicate-server";
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux;
};
}

View File

@@ -31,7 +31,6 @@ buildNimSbom (finalAttrs: {
meta = finalAttrs.src.meta // {
description = "Utilities for the Syndicated Actor Model";
homepage = "https://git.syndicate-lang.org/ehmry/syndicate_utils";
maintainers = [ lib.maintainers.ehmry ];
license = lib.licenses.unlicense;
};
}) ./sbom.json

View File

@@ -40,7 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Massively parallel combined implementation of the tar archiver and the lzip compressor";
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = with maintainers; [ ehmry ];
mainProgram = "tarlz";
};
})

View File

@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Set of implementations of DBM";
homepage = "https://dbmx.net/tkrzw/";
maintainers = with maintainers; [ ehmry ];
license = licenses.asl20;
platforms = platforms.all;
};

View File

@@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
// {
description = "Dead simple LAN file transfers from the command line";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ehmry ];
platforms = platforms.unix;
};
}

View File

@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
mainProgram = "toxic";
homepage = "https://github.com/TokTok/toxic";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux;
};
}

View File

@@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/transmission-remote-gtk/transmission-remote-gtk";
changelog = "https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/tag/${version}";
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ ehmry ];
platforms = lib.platforms.linux;
};
}

View File

@@ -97,7 +97,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://gittup.org/tup/";
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};

View File

@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
meta = {
homepage = "https://typodermicfonts.com/";
description = "Typodermic fonts";
maintainers = with lib.maintainers; [ ehmry ];
license = lib.licenses.unfree // {
fullName = "Font Software for Desktop End User License Agreement";
url = "https://typodermicfonts.com/end-user-license-agreement/";

View File

@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
meta = {
homepage = "https://typodermicfonts.com/";
description = "Vintage Typodermic fonts";
maintainers = with lib.maintainers; [ ehmry ];
license = lib.licenses.cc0;
platforms = lib.platforms.all;
};

View File

@@ -24,7 +24,6 @@ stdenv.mkDerivation {
description = "Serve 9P from Unix";
homepage = "http://p9f.org/magic/man2html?man=u9fs&sect=4";
license = licenses.dtoa;
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;
mainProgram = "u9fs";
};

View File

@@ -48,7 +48,6 @@ stdenv.mkDerivation {
description = "High performance peer-to-peer hub for the ADC network";
homepage = "https://www.uhub.org/";
license = licenses.gpl3;
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;
};
}

View File

@@ -31,6 +31,5 @@ stdenvNoCC.mkDerivation rec {
'';
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.ehmry ];
};
}

View File

@@ -29,7 +29,6 @@ stdenv.mkDerivation {
description = "Visual Interface heXadecimal dump";
homepage = "http://actinid.org/vix/";
license = licenses.gpl3;
maintainers = [ maintainers.ehmry ];
mainProgram = "vix";
# sys/io.h missing on other platforms
platforms = [ "x86_64-linux" ];

View File

@@ -42,7 +42,6 @@ stdenv.mkDerivation {
description = "Small and simple stacking window manager";
homepage = "http://nickgravgaard.com/windowlab/";
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
mainProgram = "windowlab";
};

View File

@@ -68,6 +68,5 @@ stdenv.mkDerivation rec {
homepage = "https://xaos-project.github.io/";
license = lib.licenses.gpl2Plus;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ ehmry ];
};
}

View File

@@ -88,7 +88,6 @@ stdenv.mkDerivation rec {
description = "Graphical APRS client";
homepage = "https://github.com/xastir/xastir";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.ehmry ];
platforms = lib.platforms.linux;
};
}

View File

@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
'';
homepage = "https://xcruiser.sourceforge.net/";
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = with platforms; linux;
mainProgram = "xcruiser";
};

View File

@@ -39,7 +39,6 @@ buildGoModule rec {
homepage = "https://yggdrasil-network.github.io/";
license = licenses.lgpl3;
maintainers = with maintainers; [
ehmry
gazally
lassulus
peigongdsd

View File

@@ -34,7 +34,6 @@ buildGoModule rec {
homepage = "https://yggdrasil-network.github.io/";
license = licenses.lgpl3;
maintainers = with maintainers; [
ehmry
peigongdsd
];
};

View File

@@ -151,7 +151,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [
sjmackenzie
zimbatm
ehmry
obadz
danielfullmer
mic92 # also can test darwin

Some files were not shown because too many files have changed in this diff Show More