valkyrie: add myself (pSub) as maintainer

This commit is contained in:
Pascal Wittmann 2018-07-17 21:47:29 +02:00
parent b835b8a95b
commit 1c702bb8a3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -20,10 +20,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ qmake4Hook ]; nativeBuildInputs = [ qmake4Hook ];
meta = { meta = with stdenv.lib; {
homepage = http://www.valgrind.org/; homepage = http://www.valgrind.org/;
description = "Qt4-based GUI for the Valgrind 3.6.x series"; description = "Qt4-based GUI for the Valgrind 3.6.x series";
license = stdenv.lib.licenses.gpl2; license = licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
}; };
} }