rlog: add license

See https://code.google.com/archive/p/rlog/
This commit is contained in:
schneefux 2018-10-07 19:04:06 +02:00
parent aba5390bc5
commit 346f1c8b63

View file

@ -12,5 +12,6 @@ stdenv.mkDerivation {
homepage = http://www.arg0.net/rlog;
description = "A C++ logging library used in encfs";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.lgpl3;
};
}