lol

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

update my package maintainership

authored by

Janne Heß and committed by
GitHub
3af79d39 d329d65e

+7 -8
+1 -1
maintainers/maintainer-list.nix
··· 681 681 }; 682 682 ajs124 = { 683 683 email = "nix@ajs124.de"; 684 - matrix = "@andreas.schraegle:helsinki-systems.de"; 684 + matrix = "@ajs124:ajs124.de"; 685 685 github = "ajs124"; 686 686 githubId = 1229027; 687 687 name = "Andreas Schrägle";
-1
maintainers/team-list.nix
··· 429 429 helsinki-systems = { 430 430 # Verify additions to this team with at least one already existing member of the team. 431 431 members = [ 432 - ajs124 433 432 das_j 434 433 ]; 435 434 scope = "Group registration for packages maintained by Helsinki Systems";
+1 -1
pkgs/applications/misc/kiwix/default.nix
··· 42 42 homepage = "https://kiwix.org"; 43 43 license = licenses.gpl3Plus; 44 44 platforms = platforms.linux; 45 - maintainers = with maintainers; [ ajs124 ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/development/libraries/py3c/default.nix
··· 34 34 homepage = "https://github.com/encukou/py3c"; 35 35 description = "Python 2/3 compatibility layer for C extensions"; 36 36 license = licenses.mit; 37 - maintainers = with maintainers; [ ajs124 dotlambda ]; 37 + maintainers = with maintainers; [ dotlambda ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/expiring-dict/default.nix
··· 26 26 description = "Python dict with TTL support for auto-expiring caches"; 27 27 homepage = "https://github.com/dparker2/py-expiring-dict"; 28 28 license = licenses.mit; 29 - maintainers = with maintainers; [ ajs124 ]; 29 + maintainers = with maintainers; [ ]; 30 30 }; 31 31 }
+1 -1
pkgs/os-specific/linux/lvm2/common.nix
··· 156 156 description = "Tools to support Logical Volume Management (LVM) on Linux"; 157 157 platforms = platforms.linux; 158 158 license = with licenses; [ gpl2 bsd2 lgpl21 ]; 159 - maintainers = with maintainers; [ raskin ] ++ teams.helsinki-systems.members; 159 + maintainers = with maintainers; [ raskin ajs124 ] ++ teams.helsinki-systems.members; 160 160 }; 161 161 }
+1 -1
pkgs/tools/filesystems/xfsprogs/default.nix
··· 58 58 description = "SGI XFS utilities"; 59 59 license = with licenses; [ gpl2Only lgpl21 gpl3Plus ]; # see https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/debian/copyright 60 60 platforms = platforms.linux; 61 - maintainers = with maintainers; [ dezgeg ] ++ teams.helsinki-systems.members; 61 + maintainers = with maintainers; [ dezgeg ajs124 ] ++ teams.helsinki-systems.members; 62 62 }; 63 63 }
+1 -1
pkgs/top-level/perl-packages.nix
··· 9835 9835 meta = { 9836 9836 description = "File locking with fcntl(2)"; 9837 9837 license = with lib.licenses; [ artistic1 ]; 9838 - maintainers = with maintainers; [ ajs124 das_j ]; 9838 + maintainers = with maintainers; [ das_j ]; 9839 9839 }; 9840 9840 }; 9841 9841