Merge pull request #270662 from PedroHLC/drop-myself-from-abandoned
treewide: remove myself as maintainer from 7 derivations
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Open-source alternative of Discord desktop's \"app.asar\".";
|
||||
homepage = "https://openasar.dev";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ pedrohlc ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = nodejs.meta.platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/emersion/libliftoff/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pedrohlc primeos Scrumplex ];
|
||||
maintainers = with maintainers; [ primeos Scrumplex ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "An API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting";
|
||||
homepage = "https://github.com/ValveSoftware/openvr";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ pedrohlc Scrumplex ];
|
||||
maintainers = with lib.maintainers; [ Scrumplex ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
extraMeta = {
|
||||
homepage = "https://bcachefs.org/";
|
||||
branch = "master";
|
||||
maintainers = with lib.maintainers; [ davidak Madouura pedrohlc raitobezarius YellowOnion ];
|
||||
maintainers = with lib.maintainers; [ davidak Madouura raitobezarius YellowOnion ];
|
||||
};
|
||||
} // argsOverride;
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ buildNpmPackage rec {
|
||||
description = "Implementation of the Chrome Sender API (Chromecast) within Firefox";
|
||||
homepage = "https://hensm.github.io/fx_cast/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dtzWill pedrohlc ];
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
mainProgram = "fx_cast_bridge";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon";
|
||||
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ pedrohlc ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/r-c-f/waynergy";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ maxhero pedrohlc ];
|
||||
maintainers = with maintainers; [ maxhero ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user