{lightdm-mobile-greeter,zecwallet-lite}: remove colinsane from maintainers (#388150)
This commit is contained in:
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Simple log in screen for use on touch screens";
|
||||
homepage = "https://git.raatty.club/raatty/lightdm-mobile-greeter";
|
||||
maintainers = with maintainers; [ colinsane ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
mainProgram = "lightdm-mobile-greeter";
|
||||
|
||||
@@ -28,7 +28,7 @@ appimageTools.wrapType2 rec {
|
||||
description = "Fully featured shielded wallet for Zcash";
|
||||
homepage = "https://www.zecwallet.co/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ colinsane ];
|
||||
maintainers = [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "zecwallet-lite";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user