mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Merge: treewide: small maintainer updates for ma27 (#437458)
This commit is contained in:
@@ -421,7 +421,6 @@ with lib.maintainers;
|
||||
frlan
|
||||
leona
|
||||
osnyx
|
||||
ma27
|
||||
];
|
||||
scope = "Team for Flying Circus employees who collectively maintain packages.";
|
||||
shortName = "Flying Circus employees";
|
||||
|
||||
@@ -73,7 +73,7 @@ let
|
||||
type:
|
||||
makeTest {
|
||||
name = "oci-containers-podman-rootless-${type}";
|
||||
meta.maintainers = lib.teams.flyingcircus.members;
|
||||
meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ];
|
||||
nodes = {
|
||||
podman =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -314,7 +314,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
fpletz
|
||||
globin
|
||||
ma27
|
||||
SchweGELBin
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://js.wiki/";
|
||||
description = "Modern and powerful wiki app built on Node.js";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://pydash.readthedocs.io";
|
||||
changelog = "https://github.com/dgilland/pydash/blob/v${version}/CHANGELOG.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user