boinc: add Luflosi as maintainer

This commit is contained in:
Luflosi 2021-11-30 21:47:19 +01:00
parent f2365edc30
commit a7be4f3840
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -37,10 +37,11 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-server" ];
meta = {
meta = with lib; {
description = "Free software for distributed and grid computing";
homepage = "https://boinc.berkeley.edu/";
license = lib.licenses.lgpl2Plus;
platforms = lib.platforms.linux; # arbitrary choice
license = licenses.lgpl2Plus;
platforms = platforms.linux; # arbitrary choice
maintainers = with maintainers; [ Luflosi ];
};
}