Unverified Commit c83cb418 authored by Stephen Huan's avatar Stephen Huan
Browse files

treewide: add stephen-huan as maintainer

parent 61585fa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };
}