mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
keepassxc: add srapenne as maintainer
This commit is contained in:
parent
0b6a5ffd9b
commit
ef60a5042f
|
@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://keepassxc.org/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jonafato turion ];
|
||||
maintainers = with maintainers; [ jonafato turion srapenne ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
broken = stdenv.isDarwin; # see to https://github.com/NixOS/nixpkgs/issues/172165
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue