Add myself (avaq) to the keybase package maintainers

This commit is contained in:
Aldwin Vlasblom
2020-05-02 16:40:24 +02:00
committed by Benno Fünfstück
parent a027934ceb
commit ab2d16ad65
3 changed files with 3 additions and 3 deletions
+1 -1
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;
};
}