various: update github owner names (#514908)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-01 00:32:37 +00:00
committed by GitHub
54 changed files with 148 additions and 149 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pyproject = true;
src = fetchFromGitHub {
owner = "tehkillerbee";
owner = "EbbLabs";
repo = "mopidy-tidal";
tag = "v${finalAttrs.version}";
hash = "sha256-1u1MMLtVNZkVhmUr5DW34TlJ2s/YGRKXjqi+SrtClR4=";
@@ -33,8 +33,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Mopidy extension for playing music from Tidal";
homepage = "https://github.com/tehkillerbee/mopidy-tidal";
changelog = "https://github.com/tehkillerbee/mopidy-tidal/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/EbbLabs/mopidy-tidal";
changelog = "https://github.com/EbbLabs/mopidy-tidal/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mit;
maintainers = [ ];
};
+3 -3
View File
@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
pyproject = true;
src = fetchFromGitHub {
owner = "casterbyte";
owner = "caster0x00";
repo = "Above";
tag = "v${finalAttrs.version}";
hash = "sha256-wyXWGfthzJeHZoJe4OKe9k2BIwLae/aOUtiJpT4SfHw=";
@@ -28,8 +28,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "Invisible network protocol sniffer";
homepage = "https://github.com/casterbyte/Above";
changelog = "https://github.com/casterbyte/Above/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/caster0x00/Above";
changelog = "https://github.com/caster0x00/Above/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "above";
+3 -3
View File
@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
pyproject = true;
src = fetchFromGitHub {
owner = "Mazars-Tech";
owner = "AD-Security";
repo = "AD_Miner";
tag = "v${finalAttrs.version}";
hash = "sha256-iI7jiENPYCIVJnIG/M4ft4dkR2Ja21gzR+ISeyZvUEo=";
@@ -35,8 +35,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "Active Directory audit tool that leverages cypher queries to crunch data from Bloodhound";
homepage = "https://github.com/Mazars-Tech/AD_Miner";
changelog = "https://github.com/Mazars-Tech/AD_Miner/blob/${finalAttrs.src.tag}/CHANGELOG.md";
homepage = "https://github.com/AD-Security/AD_Miner";
changelog = "https://github.com/AD-Security/AD_Miner/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "AD-miner";
+3 -3
View File
@@ -10,7 +10,7 @@ buildGoModule (finalAttrs: {
version = "1.1";
src = fetchFromGitHub {
owner = "AidenPearce369";
owner = "m0n1x90";
repo = "ADReaper";
rev = "ADReaperv${finalAttrs.version}";
sha256 = "sha256-+FCb5TV9MUcRyex2M4rn2RhcIsXQFbtm1T4r7MpcRQs=";
@@ -24,8 +24,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Enumeration tool for Windows Active Directories";
homepage = "https://github.com/AidenPearce369/ADReaper";
changelog = "https://github.com/AidenPearce369/ADReaper/releases/tag/ADReaperv${finalAttrs.version}";
homepage = "https://github.com/m0n1x90/ADReaper";
changelog = "https://github.com/m0n1x90/ADReaper/releases/tag/ADReaperv${finalAttrs.version}";
# Upstream doesn't have a license yet
# https://github.com/AidenPearce369/ADReaper/issues/2
license = with lib.licenses; [ unfree ];
+1 -1
View File
@@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "macOS tool to limit maximum charging percentage";
homepage = "https://apphousekitchen.com";
changelog = "https://github.com/davidwernhart/aldente-charge-limiter/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring/releases/tag/${finalAttrs.version}";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ stepbrobd ];
+2 -2
View File
@@ -103,8 +103,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "File list/WebDAV program that supports multiple storages";
homepage = "https://github.com/alist-org/alist";
changelog = "https://github.com/alist-org/alist/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/AlistGo/alist";
changelog = "https://github.com/AlistGo/alist/releases/tag/v${finalAttrs.version}";
license = with lib.licenses; [
agpl3Only
# alist-web
+3 -3
View File
@@ -14,7 +14,7 @@ crystal.buildCrystalPackage rec {
version = "0.1.0";
src = fetchFromGitHub {
owner = "crystal-lang-tools";
owner = "crystal-ameba";
repo = "ameba-ls";
tag = "v${version}";
hash = "sha256-TEHjR+34wrq24XJNLhWZCEzcDEMDlmUHv0iiF4Z6JlI=";
@@ -47,8 +47,8 @@ crystal.buildCrystalPackage rec {
meta = {
description = "Crystal language server powered by Ameba linter";
homepage = "https://github.com/crystal-lang-tools/ameba-ls";
changelog = "https://github.com/crystal-lang-tools/ameba-ls/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/crystal-ameba/ameba-ls";
changelog = "https://github.com/crystal-ameba/ameba-ls/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
+3 -3
View File
@@ -10,7 +10,7 @@ buildGoModule (finalAttrs: {
version = "1.11.0";
src = fetchFromGitHub {
owner = "makeworld-the-better-one";
owner = "makew0rld";
repo = "amfora";
tag = "v${finalAttrs.version}";
hash = "sha256-6nY/wVqhSm+ZLA8ktrgmxoYiHK1r96aNbSf8+1YMXf8=";
@@ -26,9 +26,9 @@ buildGoModule (finalAttrs: {
meta = {
description = "Fancy terminal browser for the Gemini protocol";
mainProgram = "amfora";
homepage = "https://github.com/makeworld-the-better-one/amfora";
homepage = "https://github.com/makew0rld/amfora";
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ deifactor ];
changelog = "https://github.com/makeworld-the-better-one/amfora/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/makew0rld/amfora/blob/v${finalAttrs.version}/CHANGELOG.md";
};
})
+2 -2
View File
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
version = "1.2.5";
src = fetchFromGitHub {
owner = "rudrankriyam";
owner = "rorkai";
repo = "App-Store-Connect-CLI";
tag = "${finalAttrs.version}";
hash = "sha256-9zGLR+lXxR0ku758wmNlglgUYLXa9p/fsZ4p7a7/+E4=";
@@ -56,7 +56,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Scriptable CLI for the App Store Connect API";
homepage = "https://asccli.sh";
changelog = "https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
DimitarNestorov
+3 -3
View File
@@ -9,7 +9,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.2.3";
src = fetchFromGitHub {
owner = "audiusGmbH";
owner = "audius";
repo = "audion";
tag = finalAttrs.version;
hash = "sha256-r/ZJ9c2PEl8/AhMlsQaHkVQ9uv5R/qEW66rLSJRGxQk=";
@@ -19,8 +19,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Ping the host continuously and write results to a file";
homepage = "https://github.com/audiusGmbH/audion";
changelog = "https://github.com/audiusGmbH/audion/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/audius/audion";
changelog = "https://github.com/audius/audion/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "audion";
+4 -4
View File
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.4.4";
src = fetchFromGitHub {
owner = "master-of-zen";
owner = "rust-av";
repo = "av1an";
tag = finalAttrs.version;
hash = "sha256-YF+j349777pE+evvXWTo42DQn1CE0jlfKBEXUFTfcb8=";
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Avoids https://github.com/shssoichiro/ffmpeg-the-third/issues/63
# https://github.com/master-of-zen/Av1an/pull/912
(fetchpatch {
url = "https://github.com/master-of-zen/Av1an/commit/e6b29a5a624434eb0dc95b7e8aa31ccf624ccb9d.patch";
url = "https://github.com/rust-av/Av1an/commit/e6b29a5a624434eb0dc95b7e8aa31ccf624ccb9d.patch";
hash = "sha256-nFE04hlTzApYafSzgl/XOUdchxEjKvxXy+SKr/d6+0Q=";
})
];
@@ -67,8 +67,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding.
It can increase your encoding speed and improve cpu utilization by running multiple encoder processes in parallel.
'';
homepage = "https://github.com/master-of-zen/Av1an";
changelog = "https://github.com/master-of-zen/Av1an/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/rust-av/Av1an";
changelog = "https://github.com/rust-av/Av1an/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "av1an";
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Enterprise-grade Java-based, Apache 2.0 licensed Ethereum client";
homepage = "https://www.hyperledger.org/projects/besu";
changelog = "https://github.com/hyperledger/besu/blob/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/besu-eth/besu/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.asl20;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
platforms = lib.platforms.all;
+3 -3
View File
@@ -10,7 +10,7 @@ buildGoModule (finalAttrs: {
version = "0.2.6";
src = fetchFromGitHub {
owner = "darkhz";
owner = "bluetuith-org";
repo = "bluetuith";
tag = "v${finalAttrs.version}";
hash = "sha256-jxN4FLefv+edlpBnwDN/pBxZ7sHkv2w+R2tUeNCI6Tw=";
@@ -38,8 +38,8 @@ buildGoModule (finalAttrs: {
manage Bluetooth-based networking/tethering (PANU/DUN) and remote control
devices. The TUI has mouse support.
'';
homepage = "https://github.com/darkhz/bluetuith";
changelog = "https://github.com/darkhz/bluetuith/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/bluetuith-org/bluetuith";
changelog = "https://github.com/bluetuith-org/bluetuith/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
mainProgram = "bluetuith";
+1 -1
View File
@@ -34,7 +34,7 @@ buildRubyGem rec {
meta = {
description = "Manage your Ruby application's gem dependencies";
homepage = "https://bundler.io";
changelog = "https://github.com/rubygems/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
changelog = "https://github.com/ruby/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
anthonyroussel
+4 -4
View File
@@ -16,9 +16,9 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
pyproject = true;
src = fetchFromGitHub {
owner = "tobixen";
owner = "pycalendar";
repo = "calendar-cli";
# https://github.com/tobixen/calendar-cli/pull/113#issuecomment-3977892432
# https://github.com/pycalendar/calendar-cli/pull/113#issuecomment-3977892432
tag = "v0.15.0";
hash = "sha256-P6ClvX6C5VargAvudgSvBwObIUouTRg7SQ62KxhcKiE=";
};
@@ -74,9 +74,9 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
};
meta = {
changelog = "https://github.com/tobixen/calendar-cli/releases/tag/${finalAttrs.src.tag}";
changelog = "https://github.com/pycalendar/calendar-cli/releases/tag/${finalAttrs.src.tag}";
description = "Simple command-line CalDav client";
homepage = "https://github.com/tobixen/calendar-cli";
homepage = "https://github.com/pycalendar/calendar-cli";
license = lib.licenses.gpl3Plus;
mainProgram = "calendar-cli";
maintainers = with lib.maintainers; [ dotlambda ];
+3 -3
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.22.2";
src = fetchFromGitHub {
owner = "messense";
owner = "rust-cross";
repo = "cargo-zigbuild";
tag = "v${finalAttrs.version}";
hash = "sha256-kQnbein4NcZ8IpwCsw7hg+d+Dlg1HChnjXp3lWzECrA=";
@@ -37,8 +37,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Tool to compile Cargo projects with zig as the linker";
mainProgram = "cargo-zigbuild";
homepage = "https://github.com/messense/cargo-zigbuild";
changelog = "https://github.com/messense/cargo-zigbuild/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/rust-cross/cargo-zigbuild";
changelog = "https://github.com/rust-cross/cargo-zigbuild/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.progrm_jarvis ];
};
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.5.5";
src = fetchFromGitHub {
owner = "ampas";
owner = "aces-aswf";
repo = "CTL";
rev = "ctl-${finalAttrs.version}";
hash = "sha256-X6W6IXZUMBTZJTzpAk7FmoEhSPELTmhYv68dZmqUJ2g=";
@@ -28,8 +28,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Programming language for digital color management";
homepage = "https://github.com/ampas/CTL";
changelog = "https://github.com/ampas/CTL/blob/${finalAttrs.src.rev}/CHANGELOG";
homepage = "https://github.com/aces-aswf/CTL";
changelog = "https://github.com/aces-aswf/CTL/blob/${finalAttrs.src.rev}/CHANGELOG";
license = lib.licenses.ampas;
maintainers = with lib.maintainers; [ paperdigits ];
mainProgram = "ctl";
+2 -2
View File
@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.1.2";
src = fetchFromGitHub {
owner = "soywod";
owner = "pimalaya";
repo = "comodoro";
rev = "v${finalAttrs.version}";
hash = "sha256-FnNNJ6WHR8KCsW+1hPIYddxQlUvpPc+SRbaxAcdVEUk=";
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "CLI to manage your time";
homepage = "https://github.com/pimalaya/comodoro";
changelog = "https://github.com/soywod/comodoro/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/pimalaya/comodoro/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ soywod ];
mainProgram = "comodoro";
+3 -3
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.0.8";
src = fetchFromGitHub {
owner = "containers";
owner = "composefs";
repo = "composefs";
tag = "v${finalAttrs.version}";
hash = "sha256-nuQ3R/0eDS58HmN+0iXcYT5EtkY3J257EdtLir5vm4c=";
@@ -96,8 +96,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "File system for mounting container images";
homepage = "https://github.com/containers/composefs";
changelog = "https://github.com/containers/composefs/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/composefs/composefs";
changelog = "https://github.com/composefs/composefs/releases/tag/v${finalAttrs.version}";
license = with lib.licenses; [
gpl2Only
asl20
+4 -4
View File
@@ -9,7 +9,7 @@ buildGoModule (finalAttrs: {
version = "0.8.3";
src = fetchFromGitHub {
owner = "ktock";
owner = "container2wasm";
repo = "container2wasm";
tag = "v${finalAttrs.version}";
hash = "sha256-cE/cKMMslu4GGVV3aRcdsu7cTdsVABZLs8GX6ihgW38=";
@@ -20,7 +20,7 @@ buildGoModule (finalAttrs: {
ldflags = [
"-s"
"-w"
"-X=github.com/ktock/container2wasm/version.Version=${finalAttrs.version}"
"-X=github.com/container2wasm/container2wasm/version.Version=${finalAttrs.version}"
];
subPackages = [
@@ -29,8 +29,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Container to WASM converter";
homepage = "https://github.com/ktock/container2wasm";
changelog = "https://github.com/ktock/container2wasm/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/container2wasm/container2wasm";
changelog = "https://github.com/container2wasm/container2wasm/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dit7ya ];
mainProgram = "c2w";
+3 -3
View File
@@ -15,7 +15,7 @@ stdenvNoCC.mkDerivation rec {
version = "1.30.0";
src = fetchzip {
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${
url = "https://github.com/the-moonwitch/Cozette/releases/download/v.${version}/CozetteFonts-v-${
builtins.replaceStrings [ "." ] [ "-" ] version
}.zip";
hash = "sha256-Njh6V5wTBKM/1QKmPwG1qiOYyAJSVQXLTBLN03V6DaE=";
@@ -52,8 +52,8 @@ stdenvNoCC.mkDerivation rec {
meta = {
description = "Bitmap programming font optimized for coziness";
homepage = "https://github.com/slavfox/cozette";
changelog = "https://github.com/slavfox/Cozette/blob/v.${version}/CHANGELOG.md";
homepage = "https://github.com/the-moonwitch/cozette";
changelog = "https://github.com/the-moonwitch/Cozette/blob/v.${version}/CHANGELOG.md";
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ brettlyons ];
+3 -3
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.10";
src = fetchFromGitHub {
owner = "bbonev";
owner = "dhcpdump-org";
repo = "dhcpdump";
tag = "v${finalAttrs.version}";
hash = "sha256-EtCwtRvAvZdfW/6MjHEXJTHoD/OknJeZJ7q0qb+CzeE=";
@@ -40,8 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
homepage = "https://github.com/bbonev/dhcpdump";
changelog = "https://github.com/bbonev/dhcpdump/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/dhcpdump-org/dhcpdump";
changelog = "https://github.com/dhcpdump-org/dhcpdump/releases/tag/v${finalAttrs.version}";
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ nickcao ];
license = lib.licenses.bsd2;
+3 -3
View File
@@ -11,7 +11,7 @@ buildGo125Module (finalAttrs: {
version = "1.2.5";
src = fetchFromGitHub {
owner = "mosajjal";
owner = "FenkoHQ";
repo = "dnsmonster";
tag = "v${finalAttrs.version}";
hash = "sha256-Ae7SzImNHOOpaaVLFHdfLrwGhaHkvZBt+s/sRoHYwzk=";
@@ -29,8 +29,8 @@ buildGo125Module (finalAttrs: {
meta = {
description = "Passive DNS Capture and Monitoring Toolkit";
homepage = "https://github.com/mosajjal/dnsmonster";
changelog = "https://github.com/mosajjal/dnsmonster/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/FenkoHQ/dnsmonster";
changelog = "https://github.com/FenkoHQ/dnsmonster/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ fab ];
broken = stdenv.hostPlatform.isDarwin;
+3 -3
View File
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
version = "0.7.0";
src = fetchFromGitHub {
owner = "loopwork-ai";
owner = "mattt";
repo = "emcee";
tag = "v${finalAttrs.version}";
hash = "sha256-czOUhaPBxzuqZ72Y3TuzZ8r0Ab3OqGbDPZipkcak3Cw=";
@@ -41,8 +41,8 @@ buildGoModule (finalAttrs: {
You can use emcee to connect Claude Desktop
and other apps to external tools and data services, similar to ChatGPT plugins.
'';
homepage = "https://github.com/loopwork-ai/emcee";
changelog = "https://github.com/loopwork-ai/emcee/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/mattt/emcee";
changelog = "https://github.com/mattt/emcee/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ genga898 ];
mainProgram = "emcee";
+2 -2
View File
@@ -18,7 +18,7 @@ let
jdk = jdk_headless;
freenet_ext = fetchurl {
url = "https://github.com/freenet/fred/releases/download/build01495/freenet-ext.jar";
url = "https://github.com/hyphanet/fred/releases/download/build01495/freenet-ext.jar";
hash = "sha256-MvKz1r7t9UE36i+aPr72dmbXafCWawjNF/19tZuk158=";
};
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ nagy ];
platforms = with lib.platforms; linux;
changelog = "https://github.com/freenet/fred/blob/build${version}/NEWS.md";
changelog = "https://github.com/hyphanet/fred/blob/build${version}/NEWS.md";
mainProgram = "freenet";
};
}
+3 -3
View File
@@ -12,7 +12,7 @@ buildDotnetModule (finalAttrs: {
version = "0.83.0";
src = fetchFromGitHub {
owner = "fsharp";
owner = "ionide";
repo = "FsAutoComplete";
tag = "v${finalAttrs.version}";
hash = "sha256-1WK6vb/UfqnF5KlwrjmGTPeAnEgwPswcYweeotB6j00=";
@@ -43,8 +43,8 @@ buildDotnetModule (finalAttrs: {
meta = {
description = "Backend service for rich editing or intellisense features for editors";
mainProgram = "fsautocomplete";
homepage = "https://github.com/fsharp/FsAutoComplete";
changelog = "https://github.com/fsharp/FsAutoComplete/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/ionide/FsAutoComplete";
changelog = "https://github.com/ionide/FsAutoComplete/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
+3 -3
View File
@@ -11,7 +11,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.3.2";
src = fetchFromGitHub {
owner = "kamranahmedse";
owner = "nilbuild";
repo = "git-standup";
tag = finalAttrs.version;
hash = "sha256-x7Z4w4UzshXYc25ag6HopRrKbP+/ELkFPdsUBaUE1vY=";
@@ -30,8 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Recall what you did on the last working day";
homepage = "https://github.com/kamranahmedse/git-standup";
changelog = "https://github.com/kamranahmedse/git-standup/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/nilbuild/git-standup";
changelog = "https://github.com/nilbuild/git-standup/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
platforms = lib.platforms.all;
+3 -4
View File
@@ -9,7 +9,6 @@
cmake,
xclip,
nix-update-script,
fetchpatch,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -17,7 +16,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.28.1";
src = fetchFromGitHub {
owner = "extrawurst";
owner = "gitui-org";
repo = "gitui";
rev = "v${finalAttrs.version}";
hash = "sha256-IyDms4ke5evtSjFZrWEy0AascA0g9rG/a9RjbBNzZwg=";
@@ -63,9 +62,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/extrawurst/gitui/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/gitui-org/gitui/blob/v${finalAttrs.version}/CHANGELOG.md";
description = "Blazing fast terminal-ui for Git written in Rust";
homepage = "https://github.com/extrawurst/gitui";
homepage = "https://github.com/gitui-org/gitui";
license = lib.licenses.mit;
mainProgram = "gitui";
maintainers = with lib.maintainers; [
+3 -3
View File
@@ -9,7 +9,7 @@ buildGoModule (finalAttrs: {
version = "1.2.2";
src = fetchFromGitHub {
owner = "bitvora";
owner = "barrydeen";
repo = "haven";
tag = "v${finalAttrs.version}";
hash = "sha256-gpfTgaO3VK65GBy/W/rR8181yHlvgTx9UyWReo7s2gQ=";
@@ -25,8 +25,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "High Availability Vault for Events on Nostr";
homepage = "https://github.com/bitvora/haven";
changelog = "https://github.com/bitvora/haven/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/barrydeen/haven";
changelog = "https://github.com/barrydeen/haven/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ felixzieger ];
mainProgram = "haven";
+3 -3
View File
@@ -9,7 +9,7 @@ buildGoModule (finalAttrs: {
version = "2.3.4";
src = fetchFromGitHub {
owner = "Rosettea";
owner = "sammy-ette";
repo = "Hilbish";
tag = "v${finalAttrs.version}";
hash = "sha256-rEBUrDdJBCywuSmsxFLl4+uSwz06km2nztH5aCGcGiE=";
@@ -38,8 +38,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Interactive Unix-like shell written in Go";
mainProgram = "hilbish";
changelog = "https://github.com/Rosettea/Hilbish/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/Rosettea/Hilbish";
changelog = "https://github.com/sammy-ette/Hilbish/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/sammy-ette/Hilbish";
maintainers = with lib.maintainers; [ moni ];
license = lib.licenses.mit;
};
+3 -3
View File
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "1.3.4";
src = fetchFromGitHub {
owner = "Radiicall";
owner = "JustRadical";
repo = "jellyfin-rpc";
tag = finalAttrs.version;
hash = "sha256-g4Vd++Q6rJS6nU1kR+7aItnhHc0jeFSU460iF6P1EEk=";
@@ -30,8 +30,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Displays the content you're currently watching on Discord";
homepage = "https://github.com/Radiicall/jellyfin-rpc";
changelog = "https://github.com/Radiicall/jellyfin-rpc/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/JustRadical/jellyfin-rpc";
changelog = "https://github.com/JustRadical/jellyfin-rpc/releases/tag/${finalAttrs.version}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ getchoo ];
mainProgram = "jellyfin-rpc";
+3 -3
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.2.4";
src = fetchFromGitHub {
owner = "troyeguo";
owner = "koodo-reader";
repo = "koodo-reader";
tag = "v${finalAttrs.version}";
hash = "sha256-KUcI+0+ICMdwAF30CLM3QdS+X8UnYiHhcYkvEQ6WgS8=";
@@ -140,13 +140,13 @@ stdenv.mkDerivation (finalAttrs: {
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/troyeguo/koodo-reader/releases/tag/${finalAttrs.src.tag}";
changelog = "https://github.com/koodo-reader/koodo-reader/releases/tag/${finalAttrs.src.tag}";
description = "Cross-platform ebook reader";
longDescription = ''
A modern ebook manager and reader with sync and backup capacities
for Windows, macOS, Linux and Web
'';
homepage = "https://github.com/troyeguo/koodo-reader";
homepage = "https://github.com/koodo-reader/koodo-reader";
license = lib.licenses.agpl3Only;
mainProgram = "koodo-reader";
maintainers = with lib.maintainers; [ tomasajt ];
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Open source MQTT v3.1/3.1.1/5.0 broker";
homepage = "https://mosquitto.org/";
changelog = "https://github.com/eclipse/mosquitto/blob/v${finalAttrs.version}/ChangeLog.txt";
changelog = "https://github.com/eclipse-mosquitto/mosquitto/blob/v2.0.22/ChangeLog.txt";
license = lib.licenses.epl10;
maintainers = with lib.maintainers; [
peterhoeg
+3 -3
View File
@@ -12,7 +12,7 @@ buildNpmPackage rec {
version = "1.3.18";
src = fetchFromGitHub {
owner = "executablebooks";
owner = "jupyter-book";
repo = "mystmd";
rev = "mystmd@${version}";
hash = "sha256-20Cxs4ib7xRn4UC9ShiQ+KnyrTCmW/vII7QN9BObY78=";
@@ -40,8 +40,8 @@ buildNpmPackage rec {
meta = {
description = "Command line tools for working with MyST Markdown";
homepage = "https://github.com/executablebooks/mystmd";
changelog = "https://github.com/executablebooks/mystmd/blob/${src.rev}/packages/myst-cli/CHANGELOG.md";
homepage = "https://github.com/jupyter-book/mystmd";
changelog = "https://github.com/jupyter-book/mystmd/blob/${src.rev}/packages/myst-cli/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
mainProgram = "myst";
+2 -2
View File
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "1.16.0";
src = fetchFromGitHub {
owner = "tweag";
owner = "nickel-lang";
repo = "nickel";
tag = finalAttrs.version;
hash = "sha256-G+ik4tMr+WsDpiEFYv80ruBR/SpeEg9agUWqgXrq7UI=";
@@ -93,7 +93,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
that are then fed to another system. It is designed to have a simple,
well-understood core: it is in essence JSON with functions.
'';
changelog = "https://github.com/tweag/nickel/blob/${finalAttrs.version}/RELEASES.md";
changelog = "https://github.com/nickel-lang/nickel/blob/${finalAttrs.version}/RELEASES.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
felschr
+2 -2
View File
@@ -28,8 +28,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Generalist Python node editor";
homepage = "https://nodezator.com";
downloadPage = "https://github.com/IndiePython/nodezator";
changelog = "https://github.com/IndiePython/nodezator/releases/tag/v${finalAttrs.version}";
downloadPage = "https://github.com/IndieSmiths/nodezator";
changelog = "https://github.com/IndieSmiths/nodezator/releases/tag/v${finalAttrs.version}";
license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ theobori ];
mainProgram = "nodezator";
+2 -2
View File
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
version = "0.1.4";
src = fetchFromGitHub {
owner = "jamesbrink";
owner = "utensils";
repo = "nxv";
tag = "v${finalAttrs.version}";
hash = "sha256-714babrR7inR+zkFSk8eqho4GIvUn6ITj7S54i5UcBI=";
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
commit to use with `nix shell nixpkgs/<commit>#package`.
'';
homepage = "https://nxv.urandom.io";
changelog = "https://github.com/jamesbrink/nxv/blob/${finalAttrs.src.tag}/CHANGELOG.md";
changelog = "https://github.com/utensils/nxv/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ yiyu ];
mainProgram = "nxv";
+2 -2
View File
@@ -26,8 +26,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Go client and server OpenAPI 3 generator";
homepage = "https://github.com/deepmap/oapi-codegen";
changelog = "https://github.com/deepmap/oapi-codegen/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/oapi-codegen/oapi-codegen";
changelog = "https://github.com/oapi-codegen/oapi-codegen/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ j4m3s ];
mainProgram = "oapi-codegen";
+2 -2
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "3.11.2";
src = fetchFromGitHub {
owner = "oneapi-src";
owner = "uxlfoundation";
repo = "oneDNN";
rev = "v${finalAttrs.version}";
hash = "sha256-xJTllrKs6mPNM85ZqyHTHWKpVOtOghmg4ZRFAvQZ4WU=";
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
changelog = "https://github.com/oneapi-src/oneDNN/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/uxlfoundation/oneDNN/releases/tag/v${finalAttrs.version}";
description = "oneAPI Deep Neural Network Library (oneDNN)";
homepage = "http://uxlfoundation.github.io/oneDNN";
license = lib.licenses.asl20;
+3 -3
View File
@@ -7,7 +7,7 @@
# This was originally called mkl-dnn, then it was renamed to dnnl, and it has
# just recently been renamed again to oneDNN. See here for details:
# https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn
# https://github.com/uxlfoundation/oneDNN#oneapi-deep-neural-network-library-onednn
# onednn_2 is currently only consumed by rocmPackages.migraphx and likely
# to be dropped once migraphx can migrate to 3
stdenv.mkDerivation (finalAttrs: {
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.7.5";
src = fetchFromGitHub {
owner = "oneapi-src";
owner = "uxlfoundation";
repo = "oneDNN";
rev = "v${finalAttrs.version}";
sha256 = "sha256-oMPBORAdL2rk2ewyUrInYVHYBRvuvNX4p4rwykO3Rhs=";
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
changelog = "https://github.com/oneapi-src/oneDNN/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/uxlfoundation/oneDNN/releases/tag/v${finalAttrs.version}";
description = "oneAPI Deep Neural Network Library (oneDNN)";
homepage = "http://uxlfoundation.github.io/oneDNN";
license = lib.licenses.asl20;
+5 -5
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.3.2";
src = fetchFromGitHub {
owner = "SoftFever";
owner = "OrcaSlicer";
repo = "OrcaSlicer";
tag = "v${finalAttrs.version}";
hash = "sha256-c1WTODLrXGtyJWkEueOz5jHhPbA/JFcMeAwhpvoKnKo=";
@@ -140,11 +140,11 @@ stdenv.mkDerivation (finalAttrs: {
./patches/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch
# Link opencv_core and opencv_imgproc instead of opencv_world
./patches/dont-link-opencv-world-orca.patch
# The changeset from https://github.com/SoftFever/OrcaSlicer/pull/7650, can be removed when that PR gets merged
# The changeset from https://github.com/OrcaSlicer/OrcaSlicer/pull/7650, can be removed when that PR gets merged
# Allows disabling the update nag screen
(fetchpatch {
name = "pr-7650-configurable-update-check.patch";
url = "https://github.com/SoftFever/OrcaSlicer/commit/d10a06ae11089cd1f63705e87f558e9392f7a167.patch";
url = "https://github.com/OrcaSlicer/OrcaSlicer/commit/d10a06ae11089cd1f63705e87f558e9392f7a167.patch";
hash = "sha256-t4own5AwPsLYBsGA15id5IH1ngM0NSuWdFsrxMRXmTk=";
})
@@ -244,8 +244,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)";
homepage = "https://github.com/SoftFever/OrcaSlicer";
changelog = "https://github.com/SoftFever/OrcaSlicer/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/OrcaSlicer/OrcaSlicer";
changelog = "https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/v${finalAttrs.version}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [
zhaofengli
+3 -3
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "DioCrafts";
owner = "AtalayaLabs";
repo = "OxiCloud";
tag = "v${finalAttrs.version}";
hash = "sha256-+jtFA6SWHcTTEjc+am2oFqJ1cC2bmKb5oppchpAN0SE=";
@@ -41,8 +41,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Ultra-fast, secure & lightweight self-hosted cloud storage";
homepage = "https://github.com/DioCrafts/OxiCloud";
changelog = "https://github.com/DioCrafts/OxiCloud/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/AtalayaLabs/OxiCloud";
changelog = "https://github.com/AtalayaLabs/OxiCloud/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
mainProgram = "oxicloud";
maintainers = with lib.maintainers; [ flashonfire ];
+2 -2
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "1.6.0";
src = fetchFromGitHub {
owner = "agroal";
owner = "pgagroal";
repo = "pgagroal";
rev = finalAttrs.version;
hash = "sha256-bgJvGJ35RdFopW88o+H1DLpG70anP197y6xrpRRrxUA=";
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "High-performance connection pool for PostgreSQL";
homepage = "https://agroal.github.io/pgagroal/";
changelog = "https://github.com/agroal/pgagroal/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/pgagroal/pgagroal/releases/tag/${finalAttrs.version}";
license = lib.licenses.bsd3;
maintainers = [ ];
platforms = lib.platforms.unix;
+3 -3
View File
@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
version = "0.1.2";
src = fetchFromGitHub {
owner = "containers";
owner = "bootc-dev";
repo = "podman-bootc";
tag = "v${finalAttrs.version}";
hash = "sha256-Hxg2QSedPAWYZpuesUEFol9bpTppjB0/MpCcB+txMDc=";
@@ -62,8 +62,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Streamlining podman+bootc interactions";
homepage = "https://github.com/containers/podman-bootc";
changelog = "https://github.com/containers/podman-bootc/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/bootc-dev/podman-bootc";
changelog = "https://github.com/bootc-dev/podman-bootc/releases/tag/${finalAttrs.src.tag}";
maintainers = with lib.maintainers; [ evan-goode ];
license = lib.licenses.asl20;
# x86_64-darwin does not seem to be supported at this time:
+3 -3
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
];
src = fetchFromGitHub {
owner = "containers";
owner = "podman-desktop";
repo = "podman-desktop";
tag = "v${finalAttrs.version}";
hash = "sha256-VVyKC1z7YECZlbTaFaq2OwGg0k22qBbn/HEOYiJ8fcw=";
@@ -158,7 +158,7 @@ stdenv.mkDerivation (finalAttrs: {
''
);
# see: https://github.com/containers/podman-desktop/blob/main/.flatpak.desktop
# see: https://github.com/podman-desktop/podman-desktop/blob/main/.flatpak.desktop
desktopItems = [
(makeDesktopItem {
name = "podman-desktop";
@@ -175,7 +175,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Graphical tool for developing on containers and Kubernetes";
homepage = "https://podman-desktop.io";
changelog = "https://github.com/containers/podman-desktop/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/podman-desktop/podman-desktop/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
booxter
+3 -3
View File
@@ -51,7 +51,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pyproject = true;
src = fetchFromGitHub {
owner = "mindstorm38";
owner = "theorzr";
repo = "portablemc";
tag = "v${finalAttrs.version}";
hash = "sha256-KE1qf6aIcDjwKzrdKDUmriWfAt+vuriew6ixHKm0xs8=";
@@ -84,14 +84,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
'';
meta = {
homepage = "https://github.com/mindstorm38/portablemc";
homepage = "https://github.com/theorzr/portablemc";
description = "Fast, reliable and cross-platform command-line Minecraft launcher and API for developers";
longDescription = ''
A fast, reliable and cross-platform command-line Minecraft launcher and API for developers.
Including fast and easy installation of common mod loaders such as Fabric, Forge, NeoForge and Quilt.
This launcher is compatible with the standard Minecraft directories.
'';
changelog = "https://github.com/mindstorm38/portablemc/releases/tag/${finalAttrs.src.tag}";
changelog = "https://github.com/theorzr/portablemc/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.gpl3Only;
mainProgram = "portablemc";
maintainers = with lib.maintainers; [ tomasajt ];
@@ -14,7 +14,7 @@ let
version = "0.1.3";
src = fetchFromGitHub {
owner = "elixir-lang";
owner = "expert-lsp";
repo = "expert";
tag = "v${version}";
hash = "sha256-CGWWbzrBjCbz9S8f1nCLx2x6j4MFgsSd5XjgrxhuvzE=";
@@ -84,8 +84,8 @@ mixRelease rec {
};
meta = {
homepage = "https://github.com/elixir-lang/expert";
changelog = "https://github.com/elixir-lang/expert/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/expert-lsp/expert";
changelog = "https://github.com/expert-lsp/expert/blob/v0.1.1/CHANGELOG.md";
description = "Official Elixir Language Server Protocol implementation";
longDescription = ''
Expert is the official language server implementation for the Elixir programming language.
@@ -12,7 +12,7 @@ buildDunePackage rec {
minimalOCamlVersion = "5.1";
src = fetchurl {
url = "https://github.com/riot-ml/riot/releases/download/${version}/riot-${version}.tbz";
url = "https://github.com/leostera/riot/releases/download/${version}/riot-${version}.tbz";
hash = "sha256-SsiDz53b9bMIT9Q3IwDdB3WKy98WSd9fiieU41qZpeE=";
};
@@ -22,8 +22,8 @@ buildDunePackage rec {
meta = {
description = "Ergonomic, composable, efficient read/write streams";
homepage = "https://github.com/riot-ml/riot";
changelog = "https://github.com/riot-ml/riot/blob/${version}/CHANGES.md";
homepage = "https://github.com/leostera/riot";
changelog = "https://github.com/leostera/riot/blob/${version}/CHANGES.md";
license = lib.licenses.mit;
maintainers = [ ];
};
@@ -48,9 +48,9 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "nbdev" ];
meta = {
homepage = "https://github.com/fastai/nbdev";
homepage = "https://github.com/AnswerDotAI/nbdev";
description = "Create delightful software with Jupyter Notebooks";
changelog = "https://github.com/fastai/nbdev/blob/${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/AnswerDotAI/nbdev/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ rxiao ];
};
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
pyproject = true;
src = fetchFromGitHub {
owner = "PyCQA";
owner = "prospector-dev";
repo = "prospector";
tag = "v${version}";
hash = "sha256-94JGKX91d2kul+KMYohga9KCOj6RN/YKpD8e4nWSOOM=";
@@ -70,8 +70,8 @@ python3.pkgs.buildPythonApplication rec {
meta = {
description = "Tool to analyse Python code and output information about errors, potential problems, convention violations and complexity";
homepage = "https://github.com/PyCQA/prospector";
changelog = "https://github.com/PyCQA/prospector/blob/v${version}/CHANGELOG.rst";
homepage = "https://github.com/prospector-dev/prospector";
changelog = "https://github.com/prospector-dev/prospector/blob/v${version}/CHANGELOG.rst";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ kamadorueda ];
};
@@ -8,12 +8,12 @@
}:
buildHomeAssistantComponent rec {
owner = "NewsGuyTor";
owner = "kristofferR";
domain = "fellow";
version = "1.3.3";
src = fetchFromGitHub {
owner = "NewsGuyTor";
owner = "kristofferR";
repo = "FellowAiden-HomeAssistant";
tag = "v${version}";
hash = "sha256-n1D/kP1vxc+/kgZGwl+5nLD6IzERmMXeiQjSKZGiqvc=";
@@ -27,9 +27,9 @@ buildHomeAssistantComponent rec {
];
meta = {
changelog = "https://github.com/NewsGuyTor/FellowAiden-HomeAssistant/releases/tag/${src.tag}";
changelog = "https://github.com/kristofferR/FellowAiden-HomeAssistant/releases/tag/${src.tag}";
description = "Home Assistant integration for Fellow Aiden coffee brewer";
homepage = "https://github.com/NewsGuyTor/FellowAiden-HomeAssistant";
homepage = "https://github.com/kristofferR/FellowAiden-HomeAssistant";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.jamiemagee ];
};
@@ -10,7 +10,7 @@ postgresqlBuildExtension (finalAttrs: {
version = "2.2";
src = fetchFromGitHub {
owner = "citusdata";
owner = "hapostgres";
repo = "pg_auto_failover";
tag = "v${finalAttrs.version}";
hash = "sha256-lsnVry+5n08kLOun8u0B7XFvI5ijTKJtFJ84fixMHe4=";
@@ -26,8 +26,8 @@ postgresqlBuildExtension (finalAttrs: {
(lib.versionAtLeast postgresql.version "18");
description = "PostgreSQL extension and service for automated failover and high-availability";
mainProgram = "pg_autoctl";
homepage = "https://github.com/citusdata/pg_auto_failover";
changelog = "https://github.com/citusdata/pg_auto_failover/blob/v${finalAttrs.version}/CHANGELOG.md";
homepage = "https://github.com/hapostgres/pg_auto_failover";
changelog = "https://github.com/hapostgres/pg_auto_failover/blob/v${finalAttrs.version}/CHANGELOG.md";
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;
+2 -2
View File
@@ -10,7 +10,7 @@ postgresqlBuildExtension (finalAttrs: {
version = "1.11.1";
src = fetchFromGitHub {
owner = "tembo-io";
owner = "pgmq";
repo = "pgmq";
tag = "v${finalAttrs.version}";
hash = "sha256-BPOrQ7HcgTaTJIRzWUCG3iJN3mUjwIxa/wPxvJ1l4o4=";
@@ -23,7 +23,7 @@ postgresqlBuildExtension (finalAttrs: {
meta = {
description = "Lightweight message queue like AWS SQS and RSMQ but on Postgres";
homepage = "https://tembo.io/pgmq";
changelog = "https://github.com/tembo-io/pgmq/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/pgmq/pgmq/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [ takeda ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;
+3 -3
View File
@@ -45,7 +45,7 @@ buildPythonApplication rec {
pyproject = true;
src = fetchFromGitHub {
owner = "intel";
owner = "ossf";
repo = "cve-bin-tool";
tag = "v${version}";
hash = "sha256-pv8XjKjZBUw5FmmUn1dakGeS1uw2xzF3wSIZOYQ2/3c=";
@@ -109,8 +109,8 @@ buildPythonApplication rec {
meta = {
description = "CVE Binary Checker Tool";
homepage = "https://github.com/intel/cve-bin-tool";
changelog = "https://github.com/intel/cve-bin-tool/releases/tag/${src.tag}";
homepage = "https://github.com/ossf/cve-bin-tool";
changelog = "https://github.com/ossf/cve-bin-tool/releases/tag/${src.tag}";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
};