Add myself (avaq) to the keybase package maintainers
This commit is contained in:
parent
a027934ceb
commit
ab2d16ad65
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ buildGoPackage rec {
|
|||
homepage = "https://www.keybase.io/";
|
||||
description = "The Keybase official command-line utility and service.";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ carlsverre np rvolosatovs filalex77 ];
|
||||
maintainers = with maintainers; [ avaq carlsverre np rvolosatovs filalex77 ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.keybase.io/";
|
||||
description = "The Keybase official GUI";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ rvolosatovs puffnfresh np filalex77 ];
|
||||
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np filalex77 ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ buildGoPackage {
|
|||
homepage = "https://keybase.io/docs/kbfs";
|
||||
description = "The Keybase filesystem";
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ rvolosatovs bennofs np ];
|
||||
maintainers = with maintainers; [ avaq rvolosatovs bennofs np ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue