qdigidoc: adding mmahut as maintainer

gstqt5
Marek Mahut 2020-01-29 09:14:01 +01:00 committed by Benno Fünfstück
parent c4594f8c2c
commit 84eb0bee4b
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ mkDerivation rec {
meta = with stdenv.lib; {
description = "Qt-based UI for signing and verifying DigiDoc documents";
homepage = https://www.id.ee/;
homepage = "https://www.id.ee/";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ yegortimoshenko ];
maintainers = with maintainers; [ yegortimoshenko mmahut ];
};
}