Add shofius to keybase maintainers

authored by Sam Hofius and committed by Benno Fünfstück 0806849d 443dae66

+3 -3
+1 -1
pkgs/tools/security/keybase/default.nix
··· 37 37 homepage = "https://www.keybase.io/"; 38 38 description = "The Keybase official command-line utility and service"; 39 39 platforms = platforms.linux ++ platforms.darwin; 40 - maintainers = with maintainers; [ avaq carlsverre np rvolosatovs Br1ght0ne ]; 40 + maintainers = with maintainers; [ avaq carlsverre np rvolosatovs Br1ght0ne shofius ]; 41 41 license = licenses.bsd3; 42 42 }; 43 43 }
+1 -1
pkgs/tools/security/keybase/gui.nix
··· 110 110 homepage = "https://www.keybase.io/"; 111 111 description = "The Keybase official GUI"; 112 112 platforms = [ "x86_64-linux" ]; 113 - maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np Br1ght0ne ]; 113 + maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np Br1ght0ne shofius ]; 114 114 license = licenses.bsd3; 115 115 }; 116 116 }
+1 -1
pkgs/tools/security/keybase/kbfs.nix
··· 15 15 homepage = "https://keybase.io/docs/kbfs"; 16 16 description = "The Keybase filesystem"; 17 17 platforms = platforms.unix; 18 - maintainers = with maintainers; [ avaq rvolosatovs bennofs np ]; 18 + maintainers = with maintainers; [ avaq rvolosatovs bennofs np shofius ]; 19 19 license = licenses.bsd3; 20 20 }; 21 21 }