maintainers: drop marsam

This commit is contained in:
Mario Rodas 2024-04-24 04:20:00 +00:00
parent 6b78a94909
commit 2becf6e837
284 changed files with 283 additions and 296 deletions

6
.github/CODEOWNERS vendored
View File

@ -148,10 +148,6 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
/pkgs/applications/science/math/R @jbedo
/pkgs/development/r-modules @jbedo
# Ruby
/pkgs/development/interpreters/ruby @marsam
/pkgs/development/ruby-modules @marsam
# Rust
/pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
/pkgs/build-support/rust @zowoq @winterqt @figsoda
@ -198,7 +194,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
# PostgreSQL and related stuff
/pkgs/servers/sql/postgresql @thoughtpolice @marsam
/pkgs/servers/sql/postgresql @thoughtpolice
/nixos/modules/services/databases/postgresql.xml @thoughtpolice
/nixos/modules/services/databases/postgresql.nix @thoughtpolice
/nixos/tests/postgresql.nix @thoughtpolice

View File

@ -12388,11 +12388,6 @@
githubId = 1709273;
name = "Robin Hack";
};
marsam = {
github = "marsam";
githubId = 65531;
name = "Mario Rodas";
};
marsupialgutz = {
email = "mars@possums.xyz";
github = "pupbrained";

View File

@ -5,11 +5,11 @@ argparse,,,,,,
basexx,,,,,,
binaryheap,,,,,,vcunat
busted,,,,,,
cassowary,,,,,,marsam alerque
cassowary,,,,,,alerque
cldr,,,,,,alerque
compat53,,,,,,vcunat
commons.nvim,,,,,,mrcjkb
cosmo,,,,,,marsam
cosmo,,,,,,
coxpcall,,,,1.17.0-1,,
cqueues,,,,,,vcunat
cyan,,,,,,

1 name src ref server version luaversion maintainers
5 basexx
6 binaryheap vcunat
7 busted
8 cassowary marsam alerque alerque
9 cldr alerque
10 compat53 vcunat
11 commons.nvim mrcjkb
12 cosmo marsam
13 coxpcall 1.17.0-1
14 cqueues vcunat
15 cyan

View File

@ -46,7 +46,6 @@ with lib.maintainers; {
bazel = {
members = [
mboes
marsam
uri-canva
cbley
olebedev
@ -736,7 +735,6 @@ with lib.maintainers; {
node = {
members = [
lilyinstarlight
marsam
winter
];
scope = "Maintain Node.js runtimes and build tooling.";
@ -906,7 +904,6 @@ with lib.maintainers; {
ruby = {
members = [
marsam
];
scope = "Maintain the Ruby interpreter and related packages.";
shortName = "Ruby";

View File

@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/tsirysndr/music-player";
changelog = "https://github.com/tsirysndr/music-player/releases/tag/v${version}";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "music-player";
};
}

View File

@ -73,7 +73,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/hrkfdn/ncspot";
changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ marsam liff ];
maintainers = with maintainers; [ liff ];
mainProgram = "ncspot";
};
}

View File

@ -42,7 +42,7 @@ rustPackages.rustPlatform.buildRustPackage rec {
homepage = "https://spotifyd.rs/";
changelog = "https://github.com/Spotifyd/spotifyd/blob/${src.rev}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ anderslundstedt Br1ght0ne marsam ];
maintainers = with maintainers; [ anderslundstedt Br1ght0ne ];
platforms = platforms.unix;
mainProgram = "spotifyd";
};

View File

@ -22,7 +22,7 @@ let
homepage = "https://github.com/zbelial/lspce";
description = "LSP Client for Emacs implemented as a module using rust";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.marsam ];
maintainers = [ ];
inherit (emacs.meta) platforms;
};

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://git.sr.ht/~casouri/xapian-lite";
description = "A minimal Emacs dynamic module for Xapian";
maintainers = [ lib.maintainers.marsam ];
maintainers = [ ];
license = lib.licenses.gpl3Plus;
inherit (emacs.meta) platforms;
};

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation {
description = "1Password command-line tool";
homepage = "https://developer.1password.com/docs/cli/";
downloadPage = "https://app-updates.agilebits.com/product_history/CLI2";
maintainers = with maintainers; [ joelburget marsam ];
maintainers = with maintainers; [ joelburget ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
inherit mainProgram platforms;

View File

@ -25,7 +25,7 @@ buildGoModule rec {
The interface is inspired by htop and shortcut keys are inspired by vim.
'';
homepage = "https://cointop.sh";
maintainers = [ maintainers.marsam ];
maintainers = [ ];
license = licenses.asl20;
mainProgram = "cointop";
};

View File

@ -47,6 +47,6 @@ buildPythonApplication rec {
changelog = "https://github.com/mikf/gallery-dl/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Only;
mainProgram = "gallery-dl";
maintainers = with maintainers; [ dawidsowa marsam ];
maintainers = with maintainers; [ dawidsowa ];
};
}

View File

@ -62,6 +62,6 @@ rustPlatform.buildRustPackage rec {
'';
changelog = "https://github.com/Nukesor/pueue/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
};
}

View File

@ -22,6 +22,6 @@ buildGoModule rec {
description = "SQL language server written in Go";
mainProgram = "sqls";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -34,6 +34,6 @@ buildPythonApplication rec {
mainProgram = "tcd";
homepage = "https://github.com/TheDrHax/Twitch-Chat-Downloader";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "A Dead Simple VPN";
homepage = "https://github.com/jedisct1/dsvpn";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.unix;
mainProgram = "dsvpn";
};

View File

@ -85,6 +85,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}";
description = "Multipurpose automation tool for all of your media";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
};
}

View File

@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.zeek.org";
changelog = "https://github.com/zeek/zeek/blob/v${version}/CHANGES";
license = licenses.bsd3;
maintainers = with maintainers; [ pSub marsam tobim ];
maintainers = with maintainers; [ pSub tobim ];
platforms = platforms.unix;
};
}

View File

@ -21,6 +21,6 @@ buildGoModule rec {
mainProgram = "storrent";
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -64,6 +64,6 @@ buildGoModule rec {
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
license = licenses.mit;
mainProgram = "rclone";
maintainers = with maintainers; [ marsam SuperSandro2000 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "An interactive theorem-prover and dependently typed programming language, based on extrinsic (aka Curry-style) type theory";
homepage = "https://cedille.github.io/";
license = licenses.mit;
maintainers = with maintainers; [ marsam mpickering ];
maintainers = with maintainers; [ mpickering ];
platforms = platforms.unix;
# Broken due to Agda update. See

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/leanprover/lean4/blob/${finalAttrs.src.rev}/RELEASES.md";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "lean";
};
})

View File

@ -58,7 +58,7 @@ rustPlatform.buildRustPackage rec {
description = "A syntax-highlighting pager for git";
changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ marsam zowoq SuperSandro2000 figsoda ];
maintainers = with maintainers; [ zowoq SuperSandro2000 figsoda ];
mainProgram = "delta";
};
}

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/tummychow/git-absorb";
description = "git commit --fixup, but automatic";
license = [ licenses.bsd3 ];
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "git-absorb";
};
}

View File

@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/jsdw/git-backup";
description = "A tool to help you backup your git repositories from services like GitHub";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "git-backup";
};
}

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/swsnr/git-gone";
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "git-gone";
};
}

View File

@ -54,7 +54,7 @@ buildGoModule rec {
homepage = "https://git-lfs.github.com/";
changelog = "https://github.com/git-lfs/git-lfs/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ twey marsam ];
maintainers = with maintainers; [ twey ];
mainProgram = "git-lfs";
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
inherit (src.meta) homepage;
description = "Git command to recommit HEAD with a new set of parents";
maintainers = [ maintainers.marsam ];
maintainers = [ ];
license = licenses.gpl2;
platforms = platforms.unix;
mainProgram = "git-reparent";

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Recall what you did on the last working day";
homepage = "https://github.com/kamranahmedse/git-standup";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
mainProgram = "git-standup";
};

View File

@ -19,7 +19,7 @@ buildGoModule rec {
description = "Keep the content for your git submodules all in one place: the parent repo";
homepage = "https://github.com/apenwarr/git-subtrac";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "git-subtrac";
};
}

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Test your commits";
homepage = "https://github.com/spotify/git-test";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
mainProgram = "git-test";
};

View File

@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec {
description = "Automatically trims your branches whose tracking remote refs are merged or gone";
homepage = "https://github.com/foriequal0/git-trim";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "git-trim";
};
}

View File

@ -36,7 +36,7 @@ buildGoModule rec {
description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab";
homepage = "https://zaquestion.github.io/lab";
license = licenses.cc0;
maintainers = with maintainers; [ marsam dtzWill ];
maintainers = with maintainers; [ dtzWill ];
mainProgram = "lab";
};
}

View File

@ -19,7 +19,7 @@ buildGoModule rec {
homepage = "https://github.com/vishen/go-chromecast";
description = "CLI for Google Chromecast, Home devices and Cast Groups";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "go-chromecast";
};
}

View File

@ -39,6 +39,6 @@ buildGoModule rec {
homepage = "https://slimtoolkit.org/";
changelog = "https://github.com/slimtoolkit/slim/raw/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ Br1ght0ne marsam mbrgm ];
maintainers = with maintainers; [ Br1ght0ne mbrgm ];
};
}

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "A minimal init system for Linux containers";
homepage = "https://github.com/Yelp/dumb-init";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "dumb-init";
};

View File

@ -161,7 +161,7 @@ buildGoModule rec {
'';
changelog = "https://github.com/containers/podman/blob/v${version}/RELEASE_NOTES.md";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ] ++ teams.podman.members;
maintainers = with maintainers; [ ] ++ teams.podman.members;
mainProgram = "podman";
};
}

View File

@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/alexheretic/ab-av1";
changelog = "https://github.com/alexheretic/ab-av1/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "ab-av1";
};
}

View File

@ -31,7 +31,7 @@ buildGoModule rec {
homepage = "https://github.com/allaboutapps/integresql";
changelog = "https://github.com/allaboutapps/integresql/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "integresql";
};
}

View File

@ -64,7 +64,7 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/laixintao/iredis/blob/${src.rev}/CHANGELOG.md";
homepage = "https://iredis.xbin.io/";
license = licenses.bsd3;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "iredis";
};
}

View File

@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
description = "Japanese Kanji font set which is the official successor to Hanazono Mincho";
homepage = "https://kamichikoichi.github.io/jigmo/";
license = licenses.cc0;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
their data, there really is no alternative.
'';
platforms = platforms.all;
maintainers = with maintainers; [ jwiegley marsam ];
maintainers = with maintainers; [ jwiegley ];
};
}

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
description = "A portable GUI library for C";
homepage = "https://github.com/libui-ng/libui-ng";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View File

@ -36,7 +36,7 @@ buildNpmPackage rec {
homepage = "https://github.com/executablebooks/mystmd";
changelog = "https://github.com/executablebooks/mystmd/blob/${src.rev}/packages/myst-cli/CHANGELOG.md";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "myst";
};
}

View File

@ -41,6 +41,6 @@ buildNimPackage (finalAttrs: {
description = "Language Server Protocol implementation for Nim";
homepage = "https://github.com/PMunch/nimlsp";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.marsam ];
maintainers = [ ];
};
})

View File

@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Extracts and formats text annotations from a PDF file";
homepage = "https://github.com/0xabu/pdfannots";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "pdfannots";
};
}

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://agroal.github.io/pgagroal/";
changelog = "https://github.com/agroal/pgagroal/releases/tag/${finalAttrs.version}";
license = licenses.bsd3;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.unix;
};
})

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/dimitri/pgcopydb";
changelog = "https://github.com/dimitri/pgcopydb/blob/${finalAttrs.src.rev}/CHANGELOG.md";
license = licenses.postgresql;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "pgcopydb";
platforms = platforms.all;
};

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
homepage = "https://pgmoneta.github.io/";
changelog = "https://github.com/pgmoneta/pgmoneta/releases/tag/${version}";
license = licenses.bsd3;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -35,7 +35,7 @@ buildGoModule rec {
description = "An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey)";
homepage = "https://github.com/smlx/piv-agent";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "piv-agent";
};
}

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A mighty JavaScript engine";
homepage = "https://github.com/quickjs-ng/quickjs";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
mainProgram = "qjs";
};

View File

@ -29,7 +29,7 @@ buildNpmPackage rec {
description = "Generate types and converters from JSON, Schema, and GraphQL";
homepage = "https://quicktype.io/";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "quicktype";
};
}

View File

@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/str4d/rage";
changelog = "https://github.com/str4d/rage/blob/v${version}/rage/CHANGELOG.md";
license = with licenses; [ asl20 mit ]; # either at your option
maintainers = with maintainers; [ marsam ryantm ];
maintainers = with maintainers; [ ryantm ];
mainProgram = "rage";
};
}

View File

@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ikatson/rqbit";
changelog = "https://github.com/ikatson/rqbit/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "rqbit";
};
}

View File

@ -58,7 +58,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/ihabunek/twitch-dl";
changelog = "https://github.com/ihabunek/twitch-dl/blob/${src.rev}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "twitch-dl";
};
}

View File

@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/astral-sh/uv";
changelog = "https://github.com/astral-sh/uv/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "uv";
};
}

View File

@ -20,7 +20,7 @@ buildNpmPackage rec {
homepage = "https://github.com/avwo/whistle";
changelog = "https://github.com/avwo/whistle/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "whistle";
};
}

View File

@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/harlanc/xiu";
changelog = "https://github.com/harlanc/xiu/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
mainProgram = "xiu";
};
}

View File

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
description = "Unix manual pages for R6RS and R7RS";
homepage = "https://github.com/schemedoc/manpages";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/rbanffy/3270font";
changelog = "https://github.com/rbanffy/3270font/blob/v${version}/CHANGELOG.md";
license = [ licenses.bsd3 licenses.ofl ];
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation rec {
description = "A grotesk variable font superfamily";
homepage = "https://tribby.com/fonts/barlow/";
license = licenses.ofl;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/microsoft/cascadia-code";
changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt";
license = licenses.ofl;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -23,6 +23,6 @@ stdenvNoCC.mkDerivation rec {
description = "A contemporary sans serif, with characters composed of modified-geometric curves and arches";
license = licenses.ofl;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -28,6 +28,6 @@ stdenvNoCC.mkDerivation rec {
changelog = "https://github.com/slavfox/Cozette/blob/v.${version}/CHANGELOG.md";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ brettlyons marsam ];
maintainers = with maintainers; [ brettlyons ];
};
}

View File

@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
description = "A display, Old Style soft-serif typeface inspired by early 20th century typefaces";
homepage = "https://github.com/undercasetype/Fraunces";
license = licenses.ofl;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation {
homepage = "https://ia.net/topics/in-search-of-the-perfect-writing-font";
license = licenses.ofl;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://jetbrains.com/mono/";
changelog = "https://github.com/JetBrains/JetBrainsMono/blob/v${version}/Changelog.md";
license = licenses.ofl;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/evilmartians/mono";
changelog = "https://github.com/evilmartians/mono/raw/v${version}/Changelog.md";
license = licenses.ofl;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/DunwichType/RhodiumLibre";
license = licenses.ofl;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
description = "A grotesque sans";
homepage = "https://weiweihuanghuang.github.io/Work-Sans/";
license = licenses.ofl;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
}

View File

@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/ipython/xkcd-font";
license = licenses.cc-by-nc-30;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
description = "A small safe subset of the C programming language, augmented with contracts";
homepage = "https://c0.cs.cmu.edu/";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.unix;
# line 1: ../../bin/wrappergen: cannot execute: required file not found
# make[2]: *** [../../lib.mk:83:

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "An embeddable implementation of the Ruby language";
homepage = "https://mruby.org";
maintainers = with maintainers; [ nicknovitski marsam ];
maintainers = with maintainers; [ nicknovitski ];
license = licenses.mit;
platforms = platforms.all;
mainProgram = "mruby";

View File

@ -28,7 +28,7 @@ buildNpmPackage rec {
homepage = "https://www.typescriptlang.org/";
changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "tsc";
};
}

View File

@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "zz";
homepage = "https://github.com/zetzit/zz";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -36,7 +36,7 @@ mkCoqDerivation rec {
description = "Language Server Protocol and VS Code Extension for Coq";
homepage = "https://github.com/ejgallego/coq-lsp";
changelog = "https://github.com/ejgallego/coq-lsp/blob/${defaultVersion}/CHANGES.md";
maintainers = with maintainers; [ alizter marsam ];
maintainers = with maintainers; [ alizter ];
license = licenses.lgpl21Only;
};
}

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/luau-lang/luau/releases/tag/${version}";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
mainProgram = "luau";
};
}

View File

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://nelua.io/";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -264,7 +264,7 @@ let
description = "An object-oriented language for quick and easy programming";
homepage = "https://www.ruby-lang.org/";
license = licenses.ruby;
maintainers = with maintainers; [ vrthra manveru marsam ];
maintainers = with maintainers; [ vrthra manveru ];
platforms = platforms.all;
knownVulnerabilities = op (lib.versionOlder ver.majMin "3.0") "This Ruby release has reached its end of life. See https://www.ruby-lang.org/en/downloads/branches/.";
};

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/racket/zuo";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)";
license = licenses.asl20;
maintainers = with maintainers; [ lnl7 marsam ];
maintainers = with maintainers; [ lnl7 ];
homepage = "https://grpc.io/";
platforms = platforms.all;
changelog = "https://github.com/grpc/grpc/releases/tag/v${version}";

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/akheron/jansson/raw/v${version}/CHANGES";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/pantoniou/libfyaml";
changelog = "https://github.com/pantoniou/libfyaml/releases/tag/v${finalAttrs.version}";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
pkgConfigModules = [ "libfyaml" ];
platforms = platforms.all;
};

View File

@ -62,6 +62,6 @@ rustPlatform.buildRustPackage rec {
longDescription = "Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ma9e marsam ];
maintainers = with maintainers; [ ma9e ];
};
}

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mheily/libkqueue";
changelog = "https://github.com/mheily/libkqueue/raw/v${version}/ChangeLog";
license = licenses.bsd2;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/pganalyze/libpg_query/blob/${version}/CHANGELOG.md";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://libuv.org/";
changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog";
pkgConfigModules = [ "libuv" ];
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ];
};

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Netflix/vmaf";
changelog = "https://github.com/Netflix/vmaf/blob/v${finalAttrs.version}/CHANGELOG.md";
license = licenses.bsd2Patent;
maintainers = [ maintainers.cfsmp3 maintainers.marsam ];
maintainers = [ maintainers.cfsmp3 ];
mainProgram = "vmaf";
platforms = platforms.unix;
};

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/nodejs/llhttp/releases/tag/release/v${finalAttrs.version}";
license = licenses.mit;
pkgConfigModules = [ "libllhttp" ];
maintainers = [ maintainers.marsam ];
maintainers = [ ];
platforms = platforms.all;
};
})

View File

@ -18,6 +18,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/kgabis/parson";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
};
}

View File

@ -202,7 +202,7 @@ buildLuarocksPackage {
meta = {
homepage = "https://github.com/sile-typesetter/cassowary.lua";
description = "The cassowary constraint solver";
maintainers = with lib.maintainers; [ marsam alerque ];
maintainers = with lib.maintainers; [ alerque ];
license.fullName = "Apache 2";
};
}) {};
@ -315,7 +315,7 @@ buildLuarocksPackage {
meta = {
homepage = "http://cosmo.luaforge.net";
description = "Safe templates for Lua";
maintainers = with lib.maintainers; [ marsam ];
maintainers = with lib.maintainers; [ ];
license.fullName = "MIT/X11";
};
}) {};

View File

@ -39,7 +39,7 @@ let
license = licenses.asl20;
changelog = "https://github.com/uber/h3/raw/v${version}/CHANGELOG.md";
platforms = platforms.all;
maintainers = with maintainers; [ kalbasit marsam ];
maintainers = with maintainers; [ kalbasit ];
};
};
in

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
homepage = "https://erratique.ch/software/cmarkit";
changelog = "https://github.com/dbuenzli/cmarkit/blob/v${version}/CHANGES.md";
license = licenses.isc;
maintainers = [ maintainers.marsam ];
maintainers = [ ];
inherit (ocaml.meta) platforms;
};
}

View File

@ -20,6 +20,6 @@ buildDunePackage rec {
homepage = "https://github.com/ocaml-dune/csexp";
changelog = "https://github.com/ocaml-dune/csexp/raw/${version}/CHANGES.md";
license = licenses.mit;
maintainers = with maintainers; [ marsam ];
maintainers = with maintainers; [ ];
};
}

View File

@ -17,7 +17,7 @@ buildDunePackage rec {
meta = with lib; {
inherit (dune_3.meta) homepage;
description = "API for writing dynamic Dune actions";
maintainers = [ maintainers.marsam ];
maintainers = [ ];
license = licenses.mit;
};
}

View File

@ -18,7 +18,7 @@ buildDunePackage rec {
meta = with lib; {
description = "Helper library for gathering system configuration";
maintainers = [ maintainers.marsam ];
maintainers = [ ];
license = licenses.mit;
};
}

View File

@ -17,7 +17,7 @@ buildDunePackage rec {
meta = with lib; {
inherit (dune_3.meta) homepage;
description = "Glob string matching language supported by dune";
maintainers = [ maintainers.marsam ];
maintainers = [ ];
license = licenses.mit;
};
}

View File

@ -19,7 +19,7 @@ buildDunePackage rec {
meta = with lib; {
description = "Private libraries of Dune";
maintainers = [ maintainers.marsam ];
maintainers = [ ];
license = licenses.mit;
};
}

View File

@ -15,6 +15,6 @@ buildDunePackage rec {
description = "Optics in OCaml";
homepage = "https://git.robur.coop/robur/lun";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ marsam ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -16,6 +16,6 @@ buildDunePackage rec {
homepage = "https://git.robur.coop/robur/miou";
changelog = "https://git.robur.coop/robur/miou/src/tag/v${version}/CHANGES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ marsam ];
maintainers = with lib.maintainers; [ ];
};
}

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