lol

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

authored by

Austin Horstman and committed by
GitHub
0fa9f4e8 9431b16d

+2 -2
+1 -1
pkgs/by-name/li/lightdm-mobile-greeter/package.nix
··· 51 51 meta = with lib; { 52 52 description = "Simple log in screen for use on touch screens"; 53 53 homepage = "https://git.raatty.club/raatty/lightdm-mobile-greeter"; 54 - maintainers = with maintainers; [ colinsane ]; 54 + maintainers = [ ]; 55 55 platforms = platforms.linux; 56 56 license = licenses.mit; 57 57 mainProgram = "lightdm-mobile-greeter";
+1 -1
pkgs/by-name/ze/zecwallet-lite/package.nix
··· 28 28 description = "Fully featured shielded wallet for Zcash"; 29 29 homepage = "https://www.zecwallet.co/"; 30 30 license = licenses.mit; 31 - maintainers = with maintainers; [ colinsane ]; 31 + maintainers = [ ]; 32 32 platforms = [ "x86_64-linux" ]; 33 33 mainProgram = "zecwallet-lite"; 34 34 };