various: remove duplicated v prefix in changelog url (#512551)
This commit is contained in:
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Bandwidth Test server and client";
|
||||
homepage = "https://github.com/manawenuz/btest-rs";
|
||||
changelog = "https://github.com/manawenuz/btest-rs/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/manawenuz/btest-rs/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "btest";
|
||||
|
||||
@@ -38,7 +38,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "TUI log analysis tool";
|
||||
homepage = "https://gonzo.controltheory.com/";
|
||||
downloadPage = "https://github.com/control-theory/gonzo";
|
||||
changelog = "https://github.com/control-theory/gonzo/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/control-theory/gonzo/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ kpbaks ];
|
||||
mainProgram = "gonzo";
|
||||
|
||||
@@ -51,7 +51,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
meta = {
|
||||
description = "Run pre-commit.com before `jj git push`";
|
||||
homepage = "https://github.com/acarapetis/jj-pre-push";
|
||||
changelog = "https://github.com/acarapetis/jj-pre-push/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/acarapetis/jj-pre-push/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ xanderio ];
|
||||
mainProgram = "jj-pre-push";
|
||||
|
||||
@@ -30,7 +30,7 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "Tool to detect and remediate misconfigurations and security risks of GitHub assets";
|
||||
homepage = "https://github.com/Legit-Labs/legitify";
|
||||
changelog = "https://github.com/Legit-Labs/legitify/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/Legit-Labs/legitify/releases/tag/${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "legitify";
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "Tool to work with DNS MX records";
|
||||
homepage = "https://github.com/musana/mx-takeover";
|
||||
changelog = "https://github.com/musana/mx-takeover/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/musana/mx-takeover/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "mx-takeover";
|
||||
|
||||
@@ -47,7 +47,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
meta = {
|
||||
description = "Unofficial Amazon Games client";
|
||||
homepage = "https://github.com/imLinguin/nile";
|
||||
changelog = "https://github.com/imLinguin/nile/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/imLinguin/nile/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "nile";
|
||||
maintainers = [ ];
|
||||
|
||||
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
meta = {
|
||||
description = "Tool to find regular expressions which are vulnerable to ReDoS";
|
||||
homepage = "https://github.com/doyensec/regexploit";
|
||||
changelog = "https://github.com/doyensec/regexploit/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/doyensec/regexploit/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Implementation of the Stateless OpenPGP Command Line Interface using Sequoia";
|
||||
homepage = "https://gitlab.com/sequoia-pgp/sequoia-sop";
|
||||
changelog = "https://gitlab.com/sequoia-pgp/sequoia-sop/-/blob/v${finalAttrs.src.tag}/NEWS";
|
||||
changelog = "https://gitlab.com/sequoia-pgp/sequoia-sop/-/blob/${finalAttrs.src.tag}/NEWS";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ doronbehar ];
|
||||
mainProgram = "sqop";
|
||||
|
||||
@@ -93,7 +93,7 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins";
|
||||
homepage = "https://github.com/statping-ng/statping-ng";
|
||||
changelog = "https://github.com/statping-ng/statping-ng/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/statping-ng/statping-ng/releases/tag/${src.tag}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
FKouhai
|
||||
|
||||
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "Implementation of the Wappalyzer Technology Detection Library";
|
||||
homepage = "https://github.com/projectdiscovery/wappalyzergo";
|
||||
changelog = "https://github.com/projectdiscovery/wappalyzergo/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/projectdiscovery/wappalyzergo/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "wappalyzergo";
|
||||
|
||||
@@ -39,7 +39,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "WebTransport CLI";
|
||||
homepage = "https://github.com/pervrosen/wtcat";
|
||||
changelog = "https://github.com/pervrosen/wtcat/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/pervrosen/wtcat/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "wtcat";
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Zaps arguments and environment from the process list";
|
||||
homepage = "https://github.com/hackerschoice/zapper";
|
||||
changelog = "https://github.com/hackerschoice/zapper/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/hackerschoice/zapper/releases/tag/${finalAttrs.src.tag}";
|
||||
# https://github.com/hackerschoice/zapper/issues/4
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
|
||||
@@ -24,7 +24,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "Fast Application Layer Scanner";
|
||||
homepage = "https://github.com/zmap/zgrab2";
|
||||
changelog = "https://github.com/zmap/zgrab2/releases/tag/vv${finalAttrs.version}";
|
||||
changelog = "https://github.com/zmap/zgrab2/releases/tag/v${finalAttrs.version}";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
isc
|
||||
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "An AIOHTTP ClientSession connector for directly interacting with ASGI applications";
|
||||
homepage = "https://github.com/thearchitector/aiohttp-asgi-connector";
|
||||
changelog = "https://github.com/thearchitector/aiohttp-asgi-connector/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/thearchitector/aiohttp-asgi-connector/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Library to retrieve data from PEGELONLINE";
|
||||
homepage = "https://github.com/mib1185/aiopegelonline";
|
||||
changelog = "https://github.com/mib1185/aiopegelonline/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/mib1185/aiopegelonline/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python module to control VLC";
|
||||
homepage = "https://github.com/MartinHjelmare/aiovlc";
|
||||
changelog = "https://github.com/MartinHjelmare/aiovlc/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/MartinHjelmare/aiovlc/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Really thin ASGI web framework";
|
||||
homepage = "https://asgineer.readthedocs.io";
|
||||
changelog = "https://github.com/almarklein/asgineer/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/almarklein/asgineer/releases/tag/${src.tag}";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ matthiasbeyer ];
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python support for higher level Datagram";
|
||||
homepage = "https://github.com/jsbronder/asyncio-dgram";
|
||||
changelog = "https://github.com/jsbronder/asyncio-dgram/blob/v${finalAttrs.src.tag}/ChangeLog";
|
||||
changelog = "https://github.com/jsbronder/asyncio-dgram/blob/${finalAttrs.src.tag}/ChangeLog";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -59,7 +59,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python API wrapper for the Censys Search Engine (censys.io)";
|
||||
homepage = "https://github.com/censys/censys-python";
|
||||
changelog = "https://github.com/censys/censys-python/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/censys/censys-python/releases/tag/${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "censys";
|
||||
|
||||
@@ -40,7 +40,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Suite of analysis utilities and command line tools for container images";
|
||||
homepage = "https://github.com/nexB/container-inspector";
|
||||
changelog = "https://github.com/nexB/container-inspector/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/nexB/container-inspector/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Library to upgrade CWL syntax to a newer version";
|
||||
homepage = "https://github.com/common-workflow-language/cwl-upgrader";
|
||||
changelog = "https://github.com/common-workflow-language/cwl-upgrader/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/common-workflow-language/cwl-upgrader/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "cwl-upgrader";
|
||||
|
||||
@@ -65,7 +65,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Utilities for CWL";
|
||||
homepage = "https://github.com/common-workflow-language/cwl-utils";
|
||||
changelog = "https://github.com/common-workflow-language/cwl-utils/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/common-workflow-language/cwl-utils/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Translates Django models using a registration approach";
|
||||
homepage = "https://github.com/deschler/django-modeltranslation";
|
||||
changelog = "https://github.com/deschler/django-modeltranslation/blob/v${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/deschler/django-modeltranslation/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ augustebaum ];
|
||||
};
|
||||
|
||||
@@ -85,7 +85,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "SDK and CLI tool for DNS, email and web security hygiene";
|
||||
homepage = "https://github.com/dnsight/dnsight";
|
||||
changelog = "https://github.com/dnsight/dnsight/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/dnsight/dnsight/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "dnsight";
|
||||
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Dict subclass that supports dot access notation";
|
||||
homepage = "https://github.com/rnag/dotwiz";
|
||||
changelog = "https://github.com/rnag/dotwiz/blob/v${src.tag}/HISTORY.rst";
|
||||
changelog = "https://github.com/rnag/dotwiz/blob/${src.tag}/HISTORY.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Flag emoji from country codes for Python";
|
||||
homepage = "https://github.com/cvzi/flag";
|
||||
changelog = "https://github.com/cvzi/flag/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/cvzi/flag/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
skohtv
|
||||
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python module to interact with the Freebox OS API";
|
||||
homepage = "https://github.com/hacf-fr/freebox-api";
|
||||
changelog = "https://github.com/hacf-fr/freebox-api/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/hacf-fr/freebox-api/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "freebox_api";
|
||||
|
||||
@@ -80,7 +80,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Tool to remove censorship removal for language models";
|
||||
homepage = "https://github.com/p-e-w/heretic";
|
||||
changelog = "https://github.com/p-e-w/heretic/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/p-e-w/heretic/releases/tag/${finalAttrs.src.tag}";
|
||||
license = with lib.licenses; [
|
||||
agpl3Only
|
||||
agpl3Plus
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Module to handle hierarchical configurations";
|
||||
homepage = "https://github.com/netdevops/hier_config";
|
||||
changelog = "https://github.com/netdevops/hier_config/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/netdevops/hier_config/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python library for Jandy iAqualink";
|
||||
homepage = "https://github.com/flz/iaqualink-py";
|
||||
changelog = "https://github.com/flz/iaqualink-py/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/flz/iaqualink-py/releases/tag/${src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python client for Iris REST api";
|
||||
changelog = "https://github.com/houqp/iris-python-client/blob/v${src.tag}/HISTORY.rst";
|
||||
changelog = "https://github.com/houqp/iris-python-client/blob/${src.tag}/HISTORY.rst";
|
||||
homepage = "https://github.com/houqp/iris-python-client";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Conversions between Julian Dates and Julian/Gregorian calendar dates";
|
||||
homepage = "https://github.com/seanredmond/juliandate";
|
||||
changelog = "https://github.com/seanredmond/juliandate/blob/v${src.tag}/HISTORY.MD";
|
||||
changelog = "https://github.com/seanredmond/juliandate/blob/${src.tag}/HISTORY.MD";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -48,7 +48,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Logger that combine loguru and rich";
|
||||
homepage = "https://github.com/PakitoSec/logurich";
|
||||
changelog = "https://github.com/PakitoSec/logurich/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/PakitoSec/logurich/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python tool and library for decrypting MS Office files with passwords or other keys";
|
||||
homepage = "https://github.com/nolze/msoffcrypto-tool";
|
||||
changelog = "https://github.com/nolze/msoffcrypto-tool/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/nolze/msoffcrypto-tool/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "msoffcrypto-tool";
|
||||
|
||||
@@ -61,7 +61,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "HTTP traffic mocking and testing";
|
||||
homepage = "https://github.com/h2non/pook";
|
||||
changelog = "https://github.com/h2non/pook/blob/v${src.tag}/History.rst";
|
||||
changelog = "https://github.com/h2non/pook/blob/${src.tag}/History.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -61,7 +61,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Client library for Supabase Functions";
|
||||
homepage = "https://github.com/supabase/supabase-py";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/v${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/${src.tag}/CHANGELOG.md";
|
||||
maintainers = with lib.maintainers; [ macbucheron ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -30,6 +30,6 @@ buildPythonPackage (finalAttrs: {
|
||||
homepage = "https://github.com/adrianschlatter/ppf.datamatrix";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ kurogeek ];
|
||||
changelog = "https://github.com/adrianschlatter/ppf.datamatrix/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/adrianschlatter/ppf.datamatrix/releases/tag/${finalAttrs.src.tag}";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "JPEG-LS for Python via CharLS C++ Library";
|
||||
homepage = "https://github.com/pydicom/pyjpegls";
|
||||
changelog = "https://github.com/pydicom/pyjpegls/releases/tag/v${src.tag}";
|
||||
changelog = "https://github.com/pydicom/pyjpegls/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ bcdarwin ];
|
||||
};
|
||||
|
||||
@@ -40,7 +40,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Pytest plugin for snapshot testing";
|
||||
homepage = "https://github.com/vberlier/pytest-insta";
|
||||
changelog = "https://github.com/vberlier/pytest-insta/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/vberlier/pytest-insta/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Module to obfuscate code";
|
||||
homepage = "https://github.com/davidteather/python-obfuscator";
|
||||
changelog = "https://github.com/davidteather/python-obfuscator/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/davidteather/python-obfuscator/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -55,7 +55,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Client library for Supabase Functions";
|
||||
homepage = "https://github.com/supabase/supabase-py";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ siegema ];
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python module to extract details from personal pages";
|
||||
homepage = "https://github.com/soxoj/socid-extractor";
|
||||
changelog = "https://github.com/soxoj/socid-extractor/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/soxoj/socid-extractor/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "socid_extractor";
|
||||
|
||||
@@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Middleware for Starlette that allows you to store and access the context data of a request";
|
||||
homepage = "https://github.com/tomwojcik/starlette-context";
|
||||
changelog = "https://github.com/tomwojcik/starlette-context/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/tomwojcik/starlette-context/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -61,7 +61,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Client library for Supabase Functions";
|
||||
homepage = "https://github.com/supabase/supabase-py";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/v${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/${src.tag}/CHANGELOG.md";
|
||||
maintainers = with lib.maintainers; [ siegema ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -59,7 +59,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Client library for Supabase Auth";
|
||||
homepage = "https://github.com/supabase/supabase-py/";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/v${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/${src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ macbucheron ];
|
||||
};
|
||||
|
||||
@@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Client library for Supabase Functions";
|
||||
homepage = "https://github.com/supabase/supabase-py";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/v${src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/supabase/supabase-py/blob/${src.tag}/CHANGELOG.md";
|
||||
maintainers = with lib.maintainers; [ macbucheron ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python unit test reporting to TeamCity";
|
||||
homepage = "https://github.com/JetBrains/teamcity-messages";
|
||||
changelog = "https://github.com/JetBrains/teamcity-messages/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/JetBrains/teamcity-messages/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -49,7 +49,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python binding to typst";
|
||||
homepage = "https://github.com/messense/typst-py";
|
||||
changelog = "https://github.com/messense/typst-py/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/messense/typst-py/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -45,7 +45,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Python RDAP utility for querying and parsing information about domain names";
|
||||
homepage = "https://github.com/pogzyb/whodap";
|
||||
changelog = "https://github.com/pogzyb/whodap/releases/tag/v${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/pogzyb/whodap/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Yet Another XML Differ";
|
||||
homepage = "https://github.com/latk/yaxmldiff.py";
|
||||
changelog = "https://https://github.com/latk/yaxmldiff.py/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
changelog = "https://github.com/latk/yaxmldiff.py/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user