albert: add eljamm as maintainer

This commit is contained in:
eljamm 2024-06-28 19:10:27 +01:00
parent c81ecdf95b
commit a41f160584
No known key found for this signature in database
GPG Key ID: 7630FDF7C8FB1F3F

View File

@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/albertlauncher/albert/blob/${finalAttrs.src.rev}/CHANGELOG.md";
# See: https://github.com/NixOS/nixpkgs/issues/279226
license = licenses.unfree;
maintainers = with maintainers; [ ericsagnes synthetica ];
maintainers = with maintainers; [ ericsagnes synthetica eljamm ];
mainProgram = "albert";
platforms = platforms.linux;
};