mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
keybase{-gui}: add myself as maintainer
This commit is contained in:
parent
265d9a2adb
commit
a90b34f9e7
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user