Commit 0fd6535b authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

clamtk: add ShamrockLee as a maintainer

parent e7543c18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ perlPackages.buildPerlPackage rec {
    license = licenses.gpl1Plus;
    homepage = "https://github.com/dave-theunsub/clamtk";
    platforms = platforms.linux;
    maintainers = with maintainers; [ jgarcia ];
    maintainers = with maintainers; [ jgarcia ShamrockLee ];
  };

}