mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop ehmry
This user is blocked since May 2025, thus can't maintain any packages anymore.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -346,7 +346,6 @@ with lib.maintainers;
|
||||
dhall = {
|
||||
members = [
|
||||
Gabriella439
|
||||
ehmry
|
||||
];
|
||||
scope = "Maintain Dhall and related packages.";
|
||||
shortName = "Dhall";
|
||||
|
||||
@@ -89,6 +89,4 @@ in
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ ehmry ];
|
||||
}
|
||||
|
||||
@@ -123,6 +123,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ ehmry ];
|
||||
}
|
||||
|
||||
@@ -141,8 +141,6 @@ in
|
||||
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ ehmry ];
|
||||
|
||||
# TODO: socket activated rsyncd
|
||||
|
||||
}
|
||||
|
||||
@@ -264,7 +264,6 @@ in
|
||||
doc = ./yggdrasil.md;
|
||||
maintainers = with lib.maintainers; [
|
||||
gazally
|
||||
ehmry
|
||||
nagy
|
||||
];
|
||||
};
|
||||
|
||||
@@ -2,9 +2,6 @@ import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "ccache";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ ehmry ];
|
||||
};
|
||||
|
||||
nodes.machine =
|
||||
{ ... }:
|
||||
|
||||
@@ -21,9 +21,6 @@ in
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "cjdns";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ ehmry ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
# Alice finds peers over over ETHInterface.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
name = "eris-server";
|
||||
meta.maintainers = with lib.maintainers; [ ehmry ];
|
||||
|
||||
nodes.server = {
|
||||
environment.systemPackages = [
|
||||
|
||||
@@ -6,9 +6,6 @@ in
|
||||
{
|
||||
|
||||
name = "molly-brown";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ ehmry ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "rsyncd";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ ehmry ];
|
||||
|
||||
nodes =
|
||||
let
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,7 +47,6 @@ stdenv.mkDerivation {
|
||||
description = "Tools for inspecting, analyzing and optimizing ELF files";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [
|
||||
ehmry
|
||||
philiptaron
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -51,6 +51,5 @@ buildNimPackage (finalAttrs: {
|
||||
mainProgram = "balls";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -185,7 +185,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/baresip/baresip";
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
ehmry
|
||||
rnhmjoj
|
||||
];
|
||||
mainProgram = "baresip";
|
||||
|
||||
@@ -17,6 +17,5 @@ buildNimPackage (finalAttrs: {
|
||||
description = "Base45 library for Nim";
|
||||
license = lib.licenses.unlicense;
|
||||
mainProgram = "base45";
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,6 +33,5 @@ buildGoModule rec {
|
||||
mainProgram = "bombadillo";
|
||||
homepage = "https://bombadillo.colorfield.space/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,5 @@ buildGoModule rec {
|
||||
homepage = "https://dnslink.org/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "dnslink";
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -142,7 +142,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [
|
||||
chuangzhu
|
||||
ehmry
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
ehmry
|
||||
jagajaga
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -65,6 +65,5 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = "https://www.rodsbooks.com/gdisk/";
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
|
||||
description = "Kannada font";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,6 +28,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://hdaps.sf.net/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -64,7 +64,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
peterhoeg
|
||||
ehmry
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,6 +54,5 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = src.meta // {
|
||||
license = lib.licenses.free;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
vlaci
|
||||
ehmry
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "lziprecover";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ buildNimPackage (finalAttrs: {
|
||||
homepage = "https://github.com/brentp/mosdepth";
|
||||
maintainers = with maintainers; [
|
||||
jbedo
|
||||
ehmry
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -31,6 +31,5 @@ stdenvNoCC.mkDerivation rec {
|
||||
description = "Kannada handwriting font";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -177,7 +177,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.mit;
|
||||
mainProgram = "nim";
|
||||
maintainers = with maintainers; [
|
||||
ehmry
|
||||
eveeifyeve
|
||||
];
|
||||
};
|
||||
|
||||
@@ -19,6 +19,5 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Internal Nixpkgs utility for buildNimPackage";
|
||||
mainProgram = "nim_builder";
|
||||
maintainers = [ lib.maintainers.ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,6 +40,5 @@ buildNimSbom (finalAttrs: {
|
||||
mainProgram = "nim_lk";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
}) ./sbom.json
|
||||
|
||||
@@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
transmission exists.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [
|
||||
ehmry
|
||||
woffs
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -24,6 +24,5 @@ buildGoModule rec {
|
||||
mainProgram = "papeer";
|
||||
homepage = "https://papeer.tech/";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -39,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
_360ied
|
||||
ehmry
|
||||
];
|
||||
mainProgram = "plzip";
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
das-g
|
||||
ehmry
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "prevo";
|
||||
maintainers = with lib.maintainers; [
|
||||
das-g
|
||||
ehmry
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -33,7 +33,6 @@ symlinkJoin rec {
|
||||
mainProgram = "prevo";
|
||||
maintainers = with lib.maintainers; [
|
||||
das-g
|
||||
ehmry
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ stdenv.mkDerivation {
|
||||
mainProgram = "ratox";
|
||||
homepage = "http://ratox.2f30.org/";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -27,7 +27,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
mainProgram = "sockdump";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = with lib.maintainers; [
|
||||
ehmry
|
||||
picnoir
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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/";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -24,7 +24,6 @@ stdenv.mkDerivation {
|
||||
description = "Serve 9P from Unix";
|
||||
homepage = "http://p9f.org/magic/man2html?man=u9fs§=4";
|
||||
license = licenses.dtoa;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "u9fs";
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,5 @@ stdenvNoCC.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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" ];
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -39,7 +39,6 @@ buildGoModule rec {
|
||||
homepage = "https://yggdrasil-network.github.io/";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [
|
||||
ehmry
|
||||
gazally
|
||||
lassulus
|
||||
peigongdsd
|
||||
|
||||
@@ -34,7 +34,6 @@ buildGoModule rec {
|
||||
homepage = "https://yggdrasil-network.github.io/";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [
|
||||
ehmry
|
||||
peigongdsd
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user