{libqalculate, qalculate-gtk}: add alyaeanyx as maintainer
This commit is contained in:
parent
12b49920fc
commit
d5794f1085
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The ultimate desktop calculator";
|
description = "The ultimate desktop calculator";
|
||||||
homepage = "http://qalculate.github.io";
|
homepage = "http://qalculate.github.io";
|
||||||
maintainers = with maintainers; [ gebner doronbehar ];
|
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "An advanced calculator library";
|
description = "An advanced calculator library";
|
||||||
homepage = "http://qalculate.github.io";
|
homepage = "http://qalculate.github.io";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ gebner doronbehar ];
|
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
|
||||||
mainProgram = "qalc";
|
mainProgram = "qalc";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue