keybase{-gui}: add myself as maintainer

This commit is contained in:
Ryan Omasta 2024-11-08 15:43:00 -07:00
parent 265d9a2adb
commit a90b34f9e7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ buildGoModule rec {
homepage = "https://www.keybase.io/";
description = "Keybase official command-line utility and service";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ avaq np rvolosatovs Br1ght0ne shofius ];
maintainers = with maintainers; [ avaq np rvolosatovs Br1ght0ne shofius ryand56 ];
license = licenses.bsd3;
};
}

View File

@ -111,7 +111,7 @@ stdenv.mkDerivation rec {
description = "Keybase official GUI";
mainProgram = "keybase-gui";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np Br1ght0ne shofius ];
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np Br1ght0ne shofius ryand56 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.bsd3;
};