various: add maintainer iedame (#455123)
This commit is contained in:
@@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [
|
||||
luz
|
||||
thoughtpolice
|
||||
iedame
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
|
||||
@@ -93,6 +93,7 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [
|
||||
joelburget
|
||||
khaneliman
|
||||
iedame
|
||||
];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
||||
@@ -35,6 +35,7 @@ let
|
||||
timstott
|
||||
sebtm
|
||||
bdd
|
||||
iedame
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
|
||||
@@ -25,12 +25,15 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Uninstall unwanted apps";
|
||||
homepage = "https://freemacsoft.net/appcleaner";
|
||||
license = licenses.unfree;
|
||||
license = lib.licenses.unfree;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
platforms = platforms.darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
emilytrau
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -247,7 +247,10 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.tobim ];
|
||||
maintainers = with lib.maintainers; [
|
||||
tobim
|
||||
iedame
|
||||
];
|
||||
mainProgram = "gs";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -73,7 +73,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "http://openlierox.net";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
mainProgram = "openlierox";
|
||||
maintainers = with lib.maintainers; [ tomasajt ];
|
||||
maintainers = with lib.maintainers; [
|
||||
tomasajt
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -98,6 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with maintainers; [
|
||||
donovanglover
|
||||
thehans255
|
||||
iedame
|
||||
];
|
||||
mainProgram = "ringracers";
|
||||
};
|
||||
|
||||
@@ -94,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
raskin
|
||||
tomfitzhenry
|
||||
iedame
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
homepage = "https://www.chiark.greenend.org.uk/~sgtatham/puzzles/";
|
||||
|
||||
@@ -103,6 +103,7 @@ buildPythonPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
veprbl
|
||||
dotlambda
|
||||
iedame
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user