treewide: add stephen-huan as maintainer

This commit is contained in:
Stephen Huan 2024-04-01 13:14:06 -04:00
parent 61585fa9ec
commit c83cb418a8
No known key found for this signature in database
GPG Key ID: 0FBC2E3BA99DD60E
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
homepage = "https://github.com/bit-team/backintime";
description = "Simple backup tool for Linux";
license = lib.licenses.gpl2;
maintainers = [ ];
maintainers = with lib.maintainers; [ stephen-huan ];
platforms = lib.platforms.all;
longDescription = ''
Back In Time is a simple backup tool (on top of rsync) for Linux

View File

@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
description = "BLAS-compatible linear algebra library";
homepage = "https://github.com/flame/blis";
license = licenses.bsd3;
maintainers = [ ];
maintainers = with maintainers; [ stephen-huan ];
platforms = [ "x86_64-linux" ];
};
}