clamav: add myself as a maintainer

This commit is contained in:
Longrin Wischnewski 2014-09-18 08:08:48 +02:00
parent 960fdf0f2e
commit 14b2b31113

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = http://www.clamav.net;
description = "Antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats";
license = licenses.gpl2;
maintainers = [ maintainers.phreedom ];
maintainers = [ maintainers.phreedom maintainers.robberer ];
platforms = platforms.linux;
};
}