treewide: drop maintainership of many packages (#502781)
This commit is contained in:
@@ -49,6 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "auto-changelog";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -63,6 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/postcss/autoprefixer/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "autoprefixer";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,7 +44,6 @@ buildGoModule (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "bluetuith";
|
||||
maintainers = with lib.maintainers; [
|
||||
pyrox0
|
||||
katexochen
|
||||
];
|
||||
};
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Command-line-interface for CDK for Kubernetes";
|
||||
homepage = "https://github.com/cdk8s-team/cdk8s-cli";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "cdk8s";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -38,6 +38,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA";
|
||||
homepage = "https://github.com/tobiastimm/code-theme-converter";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -98,6 +98,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://commitlint.js.org/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "commitlint";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Generate a CHANGELOG from git metadata";
|
||||
homepage = "https://github.com/conventional-changelog/conventional-changelog";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = [ lib.maintainers.pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "conventional-changelog";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -93,6 +93,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/streetsidesoftware/cspell/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "cspell";
|
||||
maintainers = [ lib.maintainers.pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,6 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/iamcco/diagnostic-languageserver/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "diagnostic-languageserver";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Generate pretty HTML diffs from unified and git diff output in your terminal";
|
||||
homepage = "https://diff2html.xyz#cli";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "diff2html";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -38,6 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/entropitor/dotenv-cli/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "dotenv";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -59,7 +59,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Interactive shell for FaunaDB";
|
||||
homepage = "https://github.com/fauna/fauna-shell";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "fauna";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -26,6 +26,6 @@ buildNpmPackage {
|
||||
homepage = "https://github.com/rhysd/fixjson";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "fixjson";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "The Gatsby command line interface";
|
||||
homepage = "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli#readme";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "gatsby";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,6 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/prisma-labs/get-graphql-schema";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "get-graphql-schema";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -37,6 +37,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://mixu.net/gr/";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "gr";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/jdalrymple/gitbeaker/releases/tag/${finalAttrs.version}";
|
||||
description = "CLI Wrapper for the @gitbeaker/rest SDK";
|
||||
homepage = "https://github.com/jdalrymple/gitbeaker";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "gitbeaker";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,6 +39,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/mandiant/GoReSym";
|
||||
changelog = "https://github.com/mandiant/GoReSym/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,6 +45,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/caderek/gramma/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
mainProgram = "gramma";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -115,6 +115,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://joplinapp.org/";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
mainProgram = "joplin";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,7 +43,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Beautifier for javascript";
|
||||
homepage = "https://beautifier.io/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "js-beautify";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,6 +45,6 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "API documentation generator for JavaScript";
|
||||
homepage = "https://jsdoc.app";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Tool that helps to detect errors and potential problems in your JavaScript code";
|
||||
homepage = "https://jshint.com";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "jshint";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Structural diff for JSON files";
|
||||
homepage = "https://github.com/andreyvit/json-diff";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "json-diff";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -24,6 +24,6 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Get a full fake REST API with zero coding in less than 30 seconds";
|
||||
homepage = "https://github.com/typicode/json-server";
|
||||
license = lib.licenses.fairsource09;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,6 +36,6 @@ buildNpmPackage {
|
||||
description = "Simple online fake REST API server";
|
||||
homepage = "https://jsonplaceholder.typicode.com/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Unofficial CLI client for Put.io";
|
||||
homepage = "https://kaput.sh/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "kaput";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Command-line interface to locally verify decentralized identities";
|
||||
homepage = "https://codeberg.org/keyoxide/keyoxide-cli";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ lib.maintainers.pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "keyoxide";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "CLI for localtunnel";
|
||||
homepage = "https://localtunnel.me";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "lt";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,6 +29,6 @@ buildNpmPackage rec {
|
||||
mainProgram = "lv_font_conv";
|
||||
homepage = "https://lvgl.io/tools/fontconverter";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ buildNpmPackage rec {
|
||||
mainProgram = "markdown-link-check";
|
||||
homepage = "https://github.com/tcort/markdown-link-check";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Simple, flexible, fun Javascript test framework for Node.js & the browser";
|
||||
homepage = "https://mochajs.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "mocha";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Build tool and bindings loader for node-gyp that supports prebuilds";
|
||||
homepage = "https://github.com/prebuild/node-gyp-build";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "node-gyp-build";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,6 +27,6 @@ buildNpmPackage rec {
|
||||
mainProgram = "nodemon";
|
||||
homepage = "https://nodemon.io";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Helps you switch between npm registries easily";
|
||||
homepage = "https://github.com/Pana/nrm";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "nrm";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,6 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "patch-package";
|
||||
homepage = "https://github.com/ds300/patch-package";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -29,7 +29,7 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Streaming torrent client for Node.js with web ui";
|
||||
homepage = "https://github.com/asapach/peerflix-server";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "peerflix-server";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Transforming styles with JS plugins";
|
||||
homepage = "https://postcss.org/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "chmod for human beings";
|
||||
homepage = "https://github.com/samuela/remod";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "remod";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,6 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://sql-formatter-org.github.io/sql-formatter";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "sql-formatter";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -78,6 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/sveltejs/language-tools";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "svelte-check";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc";
|
||||
homepage = "https://tiddlywiki.com";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "tiddlywiki";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -71,6 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://uppy.io/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "companion";
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -39,6 +39,6 @@ buildNpmPackage (finalAttrs: {
|
||||
description = "Concise grammar of interactive graphics, built on Vega";
|
||||
homepage = "https://vega.github.io/vega-lite/";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Toolbox for WebAssembly";
|
||||
homepage = "https://webassembly.js.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "wasmgen";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "WAST Reformatter";
|
||||
homepage = "https://webassembly.js.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "wast-refmt";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -72,6 +72,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Toolbox for WebAssembly";
|
||||
homepage = "https://webassembly.js.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "WebAssembly REPL";
|
||||
homepage = "https://webassembly.js.org";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "wasm";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Webpack's Command Line Interface";
|
||||
homepage = "https://webpack.js.org/api/cli/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "webpack";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -41,6 +41,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
mainProgram = "yalc";
|
||||
homepage = "https://github.com/wclr/yalc";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -43,6 +43,6 @@ buildPythonPackage rec {
|
||||
description = "Asynchronous library to retrieve details of your Aquacell water softener device";
|
||||
homepage = "https://github.com/Jordi1990/aioaquacell";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildPythonPackage rec {
|
||||
description = "Streamlined interface for interacting with the local API of APsystems EZ1 Microinverters";
|
||||
homepage = "https://github.com/SonnenladenGmbH/APsystems-EZ1-API";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,6 @@ buildPythonPackage rec {
|
||||
description = "Simple Arve library";
|
||||
homepage = "https://github.com/arvetech/asyncarve";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||
description = "Python library to sign AWS requests using AWS Signature V4";
|
||||
homepage = "https://github.com/iksteen/aws-request-signer";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -78,6 +78,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/Azure/azure-kusto-python/tree/master/azure-kusto-data";
|
||||
changelog = "https://github.com/Azure/azure-kusto-python/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -73,6 +73,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/Azure/azure-kusto-python/tree/master/azure-kusto-ingest";
|
||||
changelog = "https://github.com/Azure/azure-kusto-python/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,6 @@ buildPythonPackage rec {
|
||||
description = "Returns a list of devices currently connected to a BT Home Hub 5";
|
||||
homepage = "https://github.com/ahobsonsayers/bthomehub5-devicelist";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,6 +52,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/bang-olufsen/mozart-open-api";
|
||||
changelog = "https://github.com/bang-olufsen/mozart-open-api/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/captin411/ofxhome";
|
||||
description = "ofxhome.com financial institution lookup REST client";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,6 @@ buildPythonPackage rec {
|
||||
description = "Python Library to access a Midea CCM15 data converter";
|
||||
homepage = "https://github.com/ocalvo/py-ccm15";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildPythonPackage rec {
|
||||
description = "Python library for interacting with Aprilaire thermostats";
|
||||
homepage = "https://github.com/chamberlain2007/pyaprilaire";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -78,6 +78,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://rst2pdf.org/";
|
||||
changelog = "https://github.com/rst2pdf/rst2pdf/blob/${version}/CHANGES.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ buildPythonPackage {
|
||||
bsd3
|
||||
lgpl21Plus
|
||||
];
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user