summary refs log tree commit diff
path: root/pkgs/development/libraries/libqalculate
diff options
context:
space:
mode:
authoralyaeanyx <alyaeanyx@mailbox.org>2022-10-17 16:30:47 +0200
committeralyaeanyx <alyaeanyx@mailbox.org>2022-10-17 16:30:47 +0200
commitd5794f1085db9cdafe17b8bc5c911a658fd168ec (patch)
tree84b831e2d046ae30a645d490cc33b7011535ba67 /pkgs/development/libraries/libqalculate
parent12b49920fc243aa314d5929a76d16f208fa0ad06 (diff)
downloadnixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.tar
nixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.tar.gz
nixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.tar.bz2
nixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.tar.lz
nixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.tar.xz
nixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.tar.zst
nixpkgs-d5794f1085db9cdafe17b8bc5c911a658fd168ec.zip
{libqalculate, qalculate-gtk}: add alyaeanyx as maintainer
Diffstat (limited to 'pkgs/development/libraries/libqalculate')
-rw-r--r--pkgs/development/libraries/libqalculate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libqalculate/default.nix b/pkgs/development/libraries/libqalculate/default.nix
index 5b7e2504871..9c5d295e6ed 100644
--- a/pkgs/development/libraries/libqalculate/default.nix
+++ b/pkgs/development/libraries/libqalculate/default.nix
@@ -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;
   };