qalculate-gtk: 3.20.1 -> 3.21.0

Add @doronbehar as maintainer to qalculate-gtk and libqalculate.
This commit is contained in:
Doron Behar 2021-11-19 09:14:20 +02:00
parent d9e8a587e1
commit 4d28812ef4
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qalculate-gtk";
version = "3.20.1";
version = "3.21.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${version}";
sha256 = "sha256-GTOdJ4dxR491WU6WM47xLHO7RGUGXkdHuQIDxJvVvFE=";
sha256 = "sha256-w0frk1Nd1/HTo94VAbD7QjVuT8laPbmgd8ENTb0+89c=";
};
hardeningDisable = [ "format" ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "The ultimate desktop calculator";
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ gebner ];
maintainers = with maintainers; [ gebner doronbehar ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};

View File

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