Unverified Commit 588b42b8 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

various: update github owner names (#514908)

parents 57cef49a 537cf8f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ];
Loading