dclib: add license, description, and homepage

This commit is contained in:
Markus Kowalewski 2020-06-27 01:27:15 +02:00
parent b212289b9b
commit bf05411b3f
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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 ];
};
}