mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
fido2luks: remove prusnak as maintainer
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
d974523917
commit
7f308fc2f7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "Decrypt your LUKS partition using a FIDO2 compatible authenticator";
|
||||
homepage = "https://github.com/shimunn/fido2luks";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ prusnak mmahut ];
|
||||
maintainers = with maintainers; [ mmahut ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue