Unverified Commit f5724ae4 authored by Nick Cao's avatar Nick Cao
Browse files

treewide: adopt a few packages that sandro dropped maintainership for

parent d7037fa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ buildPythonPackage rec {
      composable way, with as little code as necessary.
    '';
    license = licenses.bsd3;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ nickcao ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ buildPythonPackage rec {
    homepage = "https://salsa.debian.org/python-debian-team/python-debian";
    changelog = "https://salsa.debian.org/python-debian-team/python-debian/-/blob/master/debian/changelog";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ nickcao ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ buildPythonPackage rec {
    description = "EditorConfig File Locator and Interpreter for Python";
    homepage = "https://github.com/editorconfig/editorconfig-core-py";
    license = licenses.psfl;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ nickcao ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -57,6 +57,6 @@ buildPythonPackage rec {
      Python web application frameworks.
    '';
    license = licenses.bsd3;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ nickcao ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/msgpack/msgpack-python";
    changelog = "https://github.com/msgpack/msgpack-python/blob/v${version}/ChangeLog.rst";
    license = licenses.asl20;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ nickcao ];
  };
}
Loading