remove my maintainership from some packages

This commit is contained in:
ajs124 2024-02-15 13:37:57 +01:00
parent 1e2ab828f2
commit 1a47967714
4 changed files with 4 additions and 4 deletions

View file

@ -42,6 +42,6 @@ mkDerivation {
homepage = "https://kiwix.org";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ajs124 ];
maintainers = with maintainers; [ ];
};
}

View file

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/encukou/py3c";
description = "Python 2/3 compatibility layer for C extensions";
license = licenses.mit;
maintainers = with maintainers; [ ajs124 dotlambda ];
maintainers = with maintainers; [ dotlambda ];
};
}

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Python dict with TTL support for auto-expiring caches";
homepage = "https://github.com/dparker2/py-expiring-dict";
license = licenses.mit;
maintainers = with maintainers; [ ajs124 ];
maintainers = with maintainers; [ ];
};
}

View file

@ -9835,7 +9835,7 @@ with self; {
meta = {
description = "File locking with fcntl(2)";
license = with lib.licenses; [ artistic1 ];
maintainers = with maintainers; [ ajs124 das_j ];
maintainers = with maintainers; [ das_j ];
};
};