{libqalculate, qalculate-gtk}: add alyaeanyx as maintainer

main
alyaeanyx 2 years ago
parent 12b49920fc
commit d5794f1085
  1. 2
      pkgs/applications/science/math/qalculate-gtk/default.nix
  2. 2
      pkgs/development/libraries/libqalculate/default.nix

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The ultimate desktop calculator";
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ gebner doronbehar ];
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
description = "An advanced calculator library";
homepage = "http://qalculate.github.io";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ gebner doronbehar ];
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
mainProgram = "qalc";
platforms = platforms.all;
};

Loading…
Cancel
Save