Add myself (avaq) to the keybase package maintainers

This commit is contained in:
Aldwin Vlasblom 2020-04-28 10:58:42 +02:00 committed by Benno Fünfstück
parent a027934ceb
commit ab2d16ad65
3 changed files with 3 additions and 3 deletions

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}