apr: add license

This commit is contained in:
Markus Kowalewski
2018-09-30 11:02:17 +02:00
parent 63a9165332
commit 70087c5cfb
2 changed files with 5 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
homepage = http://apr.apache.org/;
description = "The Apache Portable Runtime library";
platforms = platforms.all;
license = licenses.asl20;
maintainers = [ maintainers.eelco ];
};
}