jdepend: add myself (pSub) as maintainer

This commit is contained in:
Pascal Wittmann 2018-07-17 22:00:14 +02:00
parent 1c702bb8a3
commit 90223e4a4a
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = http://www.clarkware.com/software/JDepend.html;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
};
}