Merge pull request #128656 from rvolosatovs/update-maintainership

This commit is contained in:
Sandro 2021-06-30 00:57:28 +02:00 committed by GitHub
commit d9eb62dfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A tiling window manager based on binary space partitioning";
homepage = "https://github.com/baskerville/bspwm";
maintainers = with maintainers; [ meisternu epitrochoid rvolosatovs ];
maintainers = with maintainers; [ meisternu epitrochoid ];
license = licenses.bsd2;
platforms = platforms.linux;
};

View File

@ -28,7 +28,7 @@ buildPythonApplication rec {
homepage = "https://github.com/ARMmbed/mbed-cli";
description = "Arm Mbed Command Line Interface";
license = licenses.asl20;
maintainers = with maintainers; [ rvolosatovs ];
maintainers = with maintainers; [ ];
};
}

View File

@ -65,6 +65,6 @@ buildGoPackage rec {
description = "A scalable, survivable, strongly-consistent SQL database";
license = licenses.bsl11;
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ rushmorem thoughtpolice rvolosatovs ];
maintainers = with maintainers; [ rushmorem thoughtpolice ];
};
}

View File

@ -21,7 +21,7 @@ buildGoPackage rec {
meta = with lib; {
description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
license = licenses.mit;
maintainers = with maintainers; [ rvolosatovs cstrahan ];
maintainers = with maintainers; [ cstrahan ];
platforms = platforms.linux ++ platforms.windows;
};
}