Merge pull request #154705 from Mic92/yubikey-manager

yubikey-manager: replace myself as maintainer with other known users
This commit is contained in:
Janne Heß 2022-01-13 10:45:16 +01:00 committed by GitHub
commit cc77c2ff4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,6 @@ python3Packages.buildPythonPackage rec {
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ benley mic92 ];
maintainers = with maintainers; [ benley lassulus pinpox ];
};
}