{lightdm-mobile-greeter,zecwallet-lite}: remove colinsane from maintainers (#388150)

This commit is contained in:
Austin Horstman
2025-03-09 22:00:35 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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";
+1 -1
View File
@@ -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";
};