Unverified Commit 386b81c1 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

treewide: drop inactive maintainer costrouc from all python packages

parent ec51d791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,6 +75,6 @@ buildPythonPackage rec {
    description = "Accurate sums and dot products for Python";
    homepage = "https://github.com/nschloe/accupy";
    license = licenses.mit;
    maintainers = [ maintainers.costrouc ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ buildPythonPackage rec {
    description = "AMQP implementation using asyncio";
    homepage = "https://github.com/polyconseil/aioamqp";
    license = licenses.bsd3;
    maintainers = with maintainers; [ costrouc ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ buildPythonPackage rec {
    description = "Asyncio support for PEP-567 contextvars backport";
    homepage = "https://github.com/fantix/aiocontextvars";
    license = licenses.bsd3;
    maintainers = [ maintainers.costrouc ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ buildPythonPackage rec {
    description = "Python FTP client/server for asyncio";
    homepage = "https://github.com/aio-libs/aioftp";
    license = licenses.asl20;
    maintainers = with maintainers; [ costrouc ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ buildPythonPackage rec {
    homepage = "https://aiokafka.readthedocs.org";
    changelog = "https://github.com/aio-libs/aiokafka/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ costrouc ];
    maintainers = with maintainers; [ ];
  };
}
Loading