Merge pull request #306702 from marsam/goodbye

maintainers: remove marsam
This commit is contained in:
Janik 2024-04-25 13:51:10 +02:00 committed by GitHub
commit 74cc329a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/applications/science/math/R @jbedo
/pkgs/development/r-modules @jbedo /pkgs/development/r-modules @jbedo
# Ruby
/pkgs/development/interpreters/ruby @marsam
/pkgs/development/ruby-modules @marsam
# Rust # Rust
/pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda /pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
/pkgs/build-support/rust @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 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
# PostgreSQL and related stuff # 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.xml @thoughtpolice
/nixos/modules/services/databases/postgresql.nix @thoughtpolice /nixos/modules/services/databases/postgresql.nix @thoughtpolice
/nixos/tests/postgresql.nix @thoughtpolice /nixos/tests/postgresql.nix @thoughtpolice

View File

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

View File

@ -5,11 +5,11 @@ argparse,,,,,,
basexx,,,,,, basexx,,,,,,
binaryheap,,,,,,vcunat binaryheap,,,,,,vcunat
busted,,,,,, busted,,,,,,
cassowary,,,,,,marsam alerque cassowary,,,,,,alerque
cldr,,,,,,alerque cldr,,,,,,alerque
compat53,,,,,,vcunat compat53,,,,,,vcunat
commons.nvim,,,,,,mrcjkb commons.nvim,,,,,,mrcjkb
cosmo,,,,,,marsam cosmo,,,,,,
coxpcall,,,,1.17.0-1,, coxpcall,,,,1.17.0-1,,
cqueues,,,,,,vcunat cqueues,,,,,,vcunat
cyan,,,,,, 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 = { bazel = {
members = [ members = [
mboes mboes
marsam
uri-canva uri-canva
cbley cbley
olebedev olebedev
@ -736,7 +735,6 @@ with lib.maintainers; {
node = { node = {
members = [ members = [
lilyinstarlight lilyinstarlight
marsam
winter winter
]; ];
scope = "Maintain Node.js runtimes and build tooling."; scope = "Maintain Node.js runtimes and build tooling.";
@ -906,7 +904,6 @@ with lib.maintainers; {
ruby = { ruby = {
members = [ members = [
marsam
]; ];
scope = "Maintain the Ruby interpreter and related packages."; scope = "Maintain the Ruby interpreter and related packages.";
shortName = "Ruby"; shortName = "Ruby";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -47,6 +47,6 @@ buildPythonApplication rec {
changelog = "https://github.com/mikf/gallery-dl/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/mikf/gallery-dl/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Only; license = licenses.gpl2Only;
mainProgram = "gallery-dl"; 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"; changelog = "https://github.com/Nukesor/pueue/blob/v${version}/CHANGELOG.md";
license = licenses.mit; 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"; description = "SQL language server written in Go";
mainProgram = "sqls"; mainProgram = "sqls";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -21,6 +21,6 @@ buildGoModule rec {
mainProgram = "storrent"; mainProgram = "storrent";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; 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"; changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
license = licenses.mit; license = licenses.mit;
mainProgram = "rclone"; 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"; description = "An interactive theorem-prover and dependently typed programming language, based on extrinsic (aka Curry-style) type theory";
homepage = "https://cedille.github.io/"; homepage = "https://cedille.github.io/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ marsam mpickering ]; maintainers = with maintainers; [ mpickering ];
platforms = platforms.unix; platforms = platforms.unix;
# Broken due to Agda update. See # 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"; changelog = "https://github.com/leanprover/lean4/blob/${finalAttrs.src.rev}/RELEASES.md";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ marsam ]; maintainers = with maintainers; [ ];
mainProgram = "lean"; mainProgram = "lean";
}; };
}) })

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Recall what you did on the last working day"; description = "Recall what you did on the last working day";
homepage = "https://github.com/kamranahmedse/git-standup"; homepage = "https://github.com/kamranahmedse/git-standup";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "git-standup"; 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"; description = "Keep the content for your git submodules all in one place: the parent repo";
homepage = "https://github.com/apenwarr/git-subtrac"; homepage = "https://github.com/apenwarr/git-subtrac";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
mainProgram = "git-subtrac"; mainProgram = "git-subtrac";
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Test your commits"; description = "Test your commits";
homepage = "https://github.com/spotify/git-test"; homepage = "https://github.com/spotify/git-test";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "git-test"; 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"; description = "Automatically trims your branches whose tracking remote refs are merged or gone";
homepage = "https://github.com/foriequal0/git-trim"; homepage = "https://github.com/foriequal0/git-trim";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
mainProgram = "git-trim"; 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"; description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab";
homepage = "https://zaquestion.github.io/lab"; homepage = "https://zaquestion.github.io/lab";
license = licenses.cc0; license = licenses.cc0;
maintainers = with maintainers; [ marsam dtzWill ]; maintainers = with maintainers; [ dtzWill ];
mainProgram = "lab"; mainProgram = "lab";
}; };
} }

View File

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

View File

@ -39,6 +39,6 @@ buildGoModule rec {
homepage = "https://slimtoolkit.org/"; homepage = "https://slimtoolkit.org/";
changelog = "https://github.com/slimtoolkit/slim/raw/${version}/CHANGELOG.md"; changelog = "https://github.com/slimtoolkit/slim/raw/${version}/CHANGELOG.md";
license = licenses.asl20; 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"; description = "A minimal init system for Linux containers";
homepage = "https://github.com/Yelp/dumb-init"; homepage = "https://github.com/Yelp/dumb-init";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "dumb-init"; mainProgram = "dumb-init";
}; };

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
their data, there really is no alternative. their data, there really is no alternative.
''; '';
platforms = platforms.all; 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"; description = "A portable GUI library for C";
homepage = "https://github.com/libui-ng/libui-ng"; homepage = "https://github.com/libui-ng/libui-ng";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ marsam ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

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

View File

@ -41,6 +41,6 @@ buildNimPackage (finalAttrs: {
description = "Language Server Protocol implementation for Nim"; description = "Language Server Protocol implementation for Nim";
homepage = "https://github.com/PMunch/nimlsp"; homepage = "https://github.com/PMunch/nimlsp";
license = lib.licenses.mit; 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"; description = "Extracts and formats text annotations from a PDF file";
homepage = "https://github.com/0xabu/pdfannots"; homepage = "https://github.com/0xabu/pdfannots";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
mainProgram = "pdfannots"; mainProgram = "pdfannots";
}; };
} }

View File

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

View File

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

View File

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
homepage = "https://pgmoneta.github.io/"; homepage = "https://pgmoneta.github.io/";
changelog = "https://github.com/pgmoneta/pgmoneta/releases/tag/${version}"; changelog = "https://github.com/pgmoneta/pgmoneta/releases/tag/${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.linux; 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)"; 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"; homepage = "https://github.com/smlx/piv-agent";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
mainProgram = "piv-agent"; mainProgram = "piv-agent";
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/microsoft/cascadia-code"; homepage = "https://github.com/microsoft/cascadia-code";
changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt"; changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt";
license = licenses.ofl; license = licenses.ofl;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.all; 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"; description = "A contemporary sans serif, with characters composed of modified-geometric curves and arches";
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; 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"; changelog = "https://github.com/slavfox/Cozette/blob/v.${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; 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"; description = "A display, Old Style soft-serif typeface inspired by early 20th century typefaces";
homepage = "https://github.com/undercasetype/Fraunces"; homepage = "https://github.com/undercasetype/Fraunces";
license = licenses.ofl; license = licenses.ofl;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -25,6 +25,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/ipython/xkcd-font"; homepage = "https://github.com/ipython/xkcd-font";
license = licenses.cc-by-nc-30; license = licenses.cc-by-nc-30;
platforms = platforms.all; 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"; description = "A small safe subset of the C programming language, augmented with contracts";
homepage = "https://c0.cs.cmu.edu/"; homepage = "https://c0.cs.cmu.edu/";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
# line 1: ../../bin/wrappergen: cannot execute: required file not found # line 1: ../../bin/wrappergen: cannot execute: required file not found
# make[2]: *** [../../lib.mk:83: # make[2]: *** [../../lib.mk:83:

View File

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

View File

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

View File

@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "zz"; mainProgram = "zz";
homepage = "https://github.com/zetzit/zz"; homepage = "https://github.com/zetzit/zz";
license = licenses.mit; 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"; description = "Language Server Protocol and VS Code Extension for Coq";
homepage = "https://github.com/ejgallego/coq-lsp"; homepage = "https://github.com/ejgallego/coq-lsp";
changelog = "https://github.com/ejgallego/coq-lsp/blob/${defaultVersion}/CHANGES.md"; changelog = "https://github.com/ejgallego/coq-lsp/blob/${defaultVersion}/CHANGES.md";
maintainers = with maintainers; [ alizter marsam ]; maintainers = with maintainers; [ alizter ];
license = licenses.lgpl21Only; license = licenses.lgpl21Only;
}; };
} }

View File

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

View File

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

View File

@ -264,7 +264,7 @@ let
description = "An object-oriented language for quick and easy programming"; description = "An object-oriented language for quick and easy programming";
homepage = "https://www.ruby-lang.org/"; homepage = "https://www.ruby-lang.org/";
license = licenses.ruby; license = licenses.ruby;
maintainers = with maintainers; [ vrthra manveru marsam ]; maintainers = with maintainers; [ vrthra manveru ];
platforms = platforms.all; 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/."; 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"; homepage = "https://github.com/racket/zuo";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
}; };
} }

View File

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

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/pantoniou/libfyaml"; homepage = "https://github.com/pantoniou/libfyaml";
changelog = "https://github.com/pantoniou/libfyaml/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/pantoniou/libfyaml/releases/tag/v${finalAttrs.version}";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
pkgConfigModules = [ "libfyaml" ]; pkgConfigModules = [ "libfyaml" ];
platforms = platforms.all; 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."; longDescription = "Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; 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"; homepage = "https://github.com/mheily/libkqueue";
changelog = "https://github.com/mheily/libkqueue/raw/v${version}/ChangeLog"; changelog = "https://github.com/mheily/libkqueue/raw/v${version}/ChangeLog";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.marsam ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

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

View File

@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://libuv.org/"; homepage = "https://libuv.org/";
changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog"; changelog = "https://github.com/libuv/libuv/blob/v${finalAttrs.version}/ChangeLog";
pkgConfigModules = [ "libuv" ]; pkgConfigModules = [ "libuv" ];
maintainers = with maintainers; [ marsam ]; maintainers = with maintainers; [ ];
platforms = platforms.all; platforms = platforms.all;
license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ]; 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"; homepage = "https://github.com/Netflix/vmaf";
changelog = "https://github.com/Netflix/vmaf/blob/v${finalAttrs.version}/CHANGELOG.md"; changelog = "https://github.com/Netflix/vmaf/blob/v${finalAttrs.version}/CHANGELOG.md";
license = licenses.bsd2Patent; license = licenses.bsd2Patent;
maintainers = [ maintainers.cfsmp3 maintainers.marsam ]; maintainers = [ maintainers.cfsmp3 ];
mainProgram = "vmaf"; mainProgram = "vmaf";
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -15,6 +15,6 @@ buildDunePackage rec {
description = "Optics in OCaml"; description = "Optics in OCaml";
homepage = "https://git.robur.coop/robur/lun"; homepage = "https://git.robur.coop/robur/lun";
license = lib.licenses.isc; 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"; homepage = "https://git.robur.coop/robur/miou";
changelog = "https://git.robur.coop/robur/miou/src/tag/v${version}/CHANGES.md"; changelog = "https://git.robur.coop/robur/miou/src/tag/v${version}/CHANGES.md";
license = lib.licenses.mit; 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