mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] proton-authenticator: add maintainer (#528553)
This commit is contained in:
commit
e183646465
1 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
description = "Two-factor authentication manager with optional sync";
|
||||
homepage = "https://proton.me/authenticator";
|
||||
license = lib.licenses.unfree; # source not yet published
|
||||
maintainers = with lib.maintainers; [ felschr ];
|
||||
maintainers = with lib.maintainers; [
|
||||
felschr
|
||||
pbek
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
mainProgram = "proton-authenticator";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue