mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: drop momeemt
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
9342b0fec0
commit
c1b9d04d9c
31 changed files with 24 additions and 38 deletions
|
|
@ -18456,13 +18456,6 @@
|
|||
github = "mohe2015";
|
||||
githubId = 13287984;
|
||||
};
|
||||
momeemt = {
|
||||
name = "Mutsuha Asada";
|
||||
email = "me@momee.mt";
|
||||
github = "momeemt";
|
||||
githubId = 43488453;
|
||||
keys = [ { fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6"; } ];
|
||||
};
|
||||
monaaraj = {
|
||||
name = "Mon Aaraj";
|
||||
email = "owo69uwu69@gmail.com";
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ buildGoModule (finalAttrs: {
|
|||
description = "Static checker for GitHub Actions workflow files";
|
||||
changelog = "https://github.com/rhysd/actionlint/raw/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "actionlint";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -43,6 +43,6 @@ buildGoModule {
|
|||
mainProgram = "algolia";
|
||||
homepage = "https://algolia.com/doc/tools/cli/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
platforms = lib.platforms.all;
|
||||
homepage = "https://github.com/abap34/almo";
|
||||
changelog = "https://github.com/abap34/almo/releases/tag/${finalAttrs.src.tag}";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "almo";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -36,6 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
mainProgram = "avro-tools";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -86,6 +86,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/google/bloaty";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,6 +42,6 @@ buildGoModule (finalAttrs: {
|
|||
description = "CLI for building apps using Cloud Native Buildpacks";
|
||||
mainProgram = "pack";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
homepage = "https://developer.android.com/studio/command-line/bundletool";
|
||||
changelog = "https://github.com/google/bundletool/releases/tag/${finalAttrs.version}";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
platforms = jre_headless.meta.platforms;
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ bundlerEnv {
|
|||
mainProgram = "cfn_nag";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
momeemt
|
||||
mathstlouis
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ buildNpmPackage (finalAttrs: {
|
|||
changelog = "https://github.com/clean-css/clean-css-cli/blob/v${finalAttrs.version}/History.md";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "cleancss";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ buildNpmPackage {
|
|||
homepage = "https://ejs.co";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "ejs";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ buildNpmPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
mainProgram = "firebase";
|
||||
maintainers = with lib.maintainers; [
|
||||
momeemt
|
||||
sarahec
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.epl10;
|
||||
platforms = jdk.meta.platforms;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "lein";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@ stdenv.mkDerivation {
|
|||
description = "Archiver and compressor using the LZSS and Huffman encoding compression algorithms";
|
||||
homepage = "https://github.com/jca02266/lha";
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
momeemt
|
||||
maintainers = [
|
||||
];
|
||||
# Some of the original LHa code has been rewritten and the current author
|
||||
# considers adopting a "true" free and open source license for it.
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/jdebp/redo";
|
||||
description = "System for building target files from source files";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "redo";
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ ocamlPackages.buildDunePackage {
|
|||
changelog = "https://github.com/na4zagin3/satyrographos/releases/tag/${src.rev}";
|
||||
description = "Package manager for SATySFi";
|
||||
homepage = "https://github.com/na4zagin3/satyrographos";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "satyrographos";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ ocamlPackages.buildDunePackage {
|
|||
license = lib.licenses.lgpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
mt-caret
|
||||
momeemt
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "satysfi";
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = {
|
||||
description = "Semantic analysis tool for C";
|
||||
homepage = "https://sparse.docs.kernel.org/";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ buildNpmPackage {
|
|||
homepage = "https://snyk.io";
|
||||
changelog = "https://github.com/snyk/cli/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "snyk";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ buildNpmPackage {
|
|||
meta = {
|
||||
homepage = "https://github.com/luizcorreia/spectral-language-server";
|
||||
description = "Awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "spectral-language-server";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@ buildNpmPackage rec {
|
|||
mainProgram = "stylelint";
|
||||
homepage = "https://stylelint.io";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ buildGoModule {
|
|||
changelog = "https://github.com/yorukot/superfile/blob/${tag}/changelog.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
momeemt
|
||||
redyf
|
||||
];
|
||||
mainProgram = "superfile";
|
||||
|
|
|
|||
|
|
@ -61,6 +61,6 @@ buildGo125Module (finalAttrs: {
|
|||
homepage = "https://github.com/terraform-linters/tflint";
|
||||
changelog = "https://github.com/terraform-linters/tflint/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ buildDunePackage {
|
|||
homepage = "https://github.com/andersfugmann/amqp-client";
|
||||
license = lib.licenses.bsd3;
|
||||
changelog = "https://raw.githubusercontent.com/andersfugmann/amqp-client/refs/tags/${version}/Changelog";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
longDescription = ''
|
||||
This library provides high level client bindings for amqp. The library
|
||||
is tested with rabbitmq, but should work with other amqp
|
||||
|
|
|
|||
|
|
@ -37,6 +37,6 @@ buildDunePackage (finalAttrs: {
|
|||
homepage = "https://github.com/OCamlPro/ocaml-ancient";
|
||||
changelog = "https://raw.githubusercontent.com/OCamlPro/ocaml-ancient/refs/tags/${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ buildDunePackage (finalAttrs: {
|
|||
'';
|
||||
changelog = "https://raw.githubusercontent.com/Chris00/ocaml-benchmark/refs/tags/v${finalAttrs.version}/CHANGES.md";
|
||||
license = lib.licenses.lgpl3;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ buildDunePackage (finalAttrs: {
|
|||
description = "Bisect_ppx is a code coverage tool for OCaml and Reason. It helps you test thoroughly by showing what's not tested";
|
||||
homepage = "https://github.com/aantron/bisect_ppx";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "bisect-ppx-report";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ buildDunePackage {
|
|||
* stateful functions: Functions that maintain state over time. Imagine that you can take any variable in your function and manage its value over the function's invocation. Now, imagine that any function invocation really creates its own "instance" of the function which will track this state separately from other invocations of this function.
|
||||
'';
|
||||
homepage = "https://github.com/briskml/brisk-reconciler";
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.mit;
|
||||
broken = lib.versionAtLeast ocaml.version "5.3";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ rec {
|
|||
license = lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
dandellion
|
||||
momeemt
|
||||
juaningan
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ buildDunePackage (finalAttrs: {
|
|||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
sternenseemann
|
||||
momeemt
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ lib.throwIf (param ? max_version && lib.versionAtLeast ocaml.version param.max_v
|
|||
meta = {
|
||||
description = "Parser for Ocaml documentation comments";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ momeemt ];
|
||||
maintainers = [ ];
|
||||
homepage = "https://github.com/ocaml-doc/odoc-parser";
|
||||
changelog = "https://github.com/ocaml-doc/odoc-parser/raw/${version}/CHANGES.md";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue