treewide: add stephen-huan as maintainer

+2 -2
+1 -1
pkgs/applications/networking/sync/backintime/common.nix
··· 43 homepage = "https://github.com/bit-team/backintime"; 44 description = "Simple backup tool for Linux"; 45 license = lib.licenses.gpl2; 46 - maintainers = [ ]; 47 platforms = lib.platforms.all; 48 longDescription = '' 49 Back In Time is a simple backup tool (on top of rsync) for Linux
··· 43 homepage = "https://github.com/bit-team/backintime"; 44 description = "Simple backup tool for Linux"; 45 license = lib.licenses.gpl2; 46 + maintainers = with lib.maintainers; [ stephen-huan ]; 47 platforms = lib.platforms.all; 48 longDescription = '' 49 Back In Time is a simple backup tool (on top of rsync) for Linux
+1 -1
pkgs/development/libraries/science/math/blis/default.nix
··· 58 description = "BLAS-compatible linear algebra library"; 59 homepage = "https://github.com/flame/blis"; 60 license = licenses.bsd3; 61 - maintainers = [ ]; 62 platforms = [ "x86_64-linux" ]; 63 }; 64 }
··· 58 description = "BLAS-compatible linear algebra library"; 59 homepage = "https://github.com/flame/blis"; 60 license = licenses.bsd3; 61 + maintainers = with maintainers; [ stephen-huan ]; 62 platforms = [ "x86_64-linux" ]; 63 }; 64 }