dclib: add license, description, and homepage

This commit is contained in:
Markus Kowalewski
2020-06-27 12:51:06 +02:00
parent b212289b9b
commit bf05411b3f
+5 -2
View File
@@ -10,7 +10,10 @@ stdenv.mkDerivation {
buildInputs = [libxml2 openssl bzip2];
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
description = "Peer-to-Peer file sharing client";
homepage = "http://dcgui.berlios.de";
platforms = platforms.linux;
license = [ licenses.openssl licenses.gpl2 ];
};
}