Merge pull request #293247 from ajs124/no-more-helsinki

update my package maintainership
This commit is contained in:
Janne Heß 2024-03-04 14:54:58 +01:00 committed by GitHub
commit 3af79d39bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 7 additions and 8 deletions

View File

@ -681,7 +681,7 @@
};
ajs124 = {
email = "nix@ajs124.de";
matrix = "@andreas.schraegle:helsinki-systems.de";
matrix = "@ajs124:ajs124.de";
github = "ajs124";
githubId = 1229027;
name = "Andreas Schrägle";

View File

@ -429,7 +429,6 @@ with lib.maintainers; {
helsinki-systems = {
# Verify additions to this team with at least one already existing member of the team.
members = [
ajs124
das_j
];
scope = "Group registration for packages maintained by Helsinki Systems";

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

@ -156,6 +156,6 @@ stdenv.mkDerivation rec {
description = "Tools to support Logical Volume Management (LVM) on Linux";
platforms = platforms.linux;
license = with licenses; [ gpl2 bsd2 lgpl21 ];
maintainers = with maintainers; [ raskin ] ++ teams.helsinki-systems.members;
maintainers = with maintainers; [ raskin ajs124 ] ++ teams.helsinki-systems.members;
};
}

View File

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
description = "SGI XFS utilities";
license = with licenses; [ gpl2Only lgpl21 gpl3Plus ]; # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright
platforms = platforms.linux;
maintainers = with maintainers; [ dezgeg ] ++ teams.helsinki-systems.members;
maintainers = with maintainers; [ dezgeg ajs124 ] ++ teams.helsinki-systems.members;
};
}

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 ];
};
};