Unverified Commit 36126037 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310500 from Sigmanificient/adopt-orphan

treewide: add sigmanificient in maintainers
parents 87f74f46 486cb811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
    description = "Zscheile Lowlevel (utility) library";
    homepage = "https://github.com/fogti/libowlevelzs";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
    platforms = platforms.all;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ buildPythonPackage rec {
    description = "C/C++ source generation from an AST";
    homepage = "https://github.com/inducer/cgen";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ buildPythonPackage rec {
    description = "Version of the glob module that can capture patterns and supports recursive wildcards";
    homepage = "https://github.com/miracle2k/python-glob2/";
    license = licenses.bsd3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ buildPythonPackage rec {
    description = "Mypy static type checker plugin for Pytest";
    homepage = "https://github.com/dbader/pytest-mypy";
    license = licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ buildNpmPackage rec {
    description = "Command line management interface to Philips Hue";
    homepage = "https://github.com/bahamas10/hueadm";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
    mainProgram = "hueadm";
  };
}