mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
pkgs: add maxeaubrey to maintainers
This commit is contained in:
parent
64c4e4bcce
commit
dbf4e2980d
@ -58,7 +58,7 @@ in
|
||||
homepage = "https://code.visualstudio.com/";
|
||||
downloadPage = "https://code.visualstudio.com/Updates";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ eadwu synthetica ];
|
||||
maintainers = with maintainers; [ eadwu synthetica maxeaubrey ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "armv7l-linux" ];
|
||||
};
|
||||
}
|
||||
|
@ -53,6 +53,6 @@ buildGoPackage rec {
|
||||
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes ];
|
||||
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes maxeaubrey ];
|
||||
};
|
||||
}
|
||||
|
@ -62,6 +62,7 @@ let
|
||||
marsam
|
||||
timstott
|
||||
zimbatm
|
||||
maxeaubrey
|
||||
];
|
||||
};
|
||||
} // attrs');
|
||||
|
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/ubuntu/yaru";
|
||||
license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fortuneteller2k ];
|
||||
maintainers = with maintainers; [ fortuneteller2k maxeaubrey ];
|
||||
};
|
||||
}
|
||||
|
@ -100,7 +100,7 @@ let
|
||||
homepage = "https://wiki.gnome.org/Projects/Vala";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ antono jtojnar peterhoeg ];
|
||||
maintainers = with maintainers; [ antono jtojnar peterhoeg maxeaubrey ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mic92 dtzWill ];
|
||||
maintainers = with maintainers; [ mic92 dtzWill maxeaubrey ];
|
||||
};
|
||||
}
|
||||
|
@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Wireless daemon for Linux";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dtzWill fpletz ];
|
||||
maintainers = with maintainers; [ dtzWill fpletz maxeaubrey ];
|
||||
};
|
||||
}
|
||||
|
@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
|
||||
lnl7
|
||||
pjones
|
||||
thoughtpolice
|
||||
maxeaubrey
|
||||
];
|
||||
description = "Media library streaming server";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user