2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 22:48:19 +00:00

keepassxc: add sigmasquadron as co-maintainer

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues 2024-11-13 16:36:57 +00:00
parent 6b6bbe1aae
commit d890c3f858
No known key found for this signature in database
GPG Key ID: CC3AE2EA00000000

View File

@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
homepage = "https://keepassxc.org/";
license = licenses.gpl2Plus;
mainProgram = "keepassxc";
maintainers = with maintainers; [ blankparticle ];
maintainers = with maintainers; [ blankparticle sigmasquadron ];
platforms = platforms.linux ++ platforms.darwin;
};
}